Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBucketStore ¶
type IState ¶ added in v2.0.32
type IState interface { Set(ctx context.Context, id int64, item map[string]any) error Get(ctx context.Context, id int64) (map[string]any, error) Del(ctx context.Context, id int64) error Update(ctx context.Context, id int64, key string, val any) (bool, error) UpdateMap(ctx context.Context, id int64, data map[string]any) (map[string]any, error) Total() (int64, error) Has(ctx context.Context, id int64) (bool, error) }
Click to show internal directories.
Click to hide internal directories.