Versions in this module Expand all Collapse all v1 v1.0.0 Jun 11, 2024 Changes in this version + func GetBulkStateDefault[T interface{}](ctx context.Context, keys []string, defVal T) []T + func GetBulkState[T interface{}](ctx context.Context, keys []string) ([]T, error) + func GetState[T interface{}](ctx context.Context, key string) (T, error) + func SetBulkState(ctx context.Context, kvs map[string]interface{}) + func SetState(ctx context.Context, key string, value interface{})