Versions in this module Expand all Collapse all v0 v0.1.0 Jul 14, 2023 Changes in this version + type Get struct + Key string + Store *Store + UID string + Value any + XFF string + func (this *Get) Do(c ctx.C) error + type Set struct + Key string + Prev any + R api.Request + Store *Store + Value any + func (this *Set) Do(c ctx.C) error + type Store struct + Data map[string]any