Current section
Files
Jump to
Current section
Files
include/chrobot_extra@session_OriginStorage.hrl
-record(origin_storage, {
origin :: binary(),
local_storage :: list(chrobot_extra@session:storage_entry()),
session_storage :: list(chrobot_extra@session:storage_entry())
}).