Documentation
¶
Index ¶
- func GetBulkState[T interface{}](ctx context.Context, keys []string) ([]T, error)
- func GetBulkStateDefault[T interface{}](ctx context.Context, keys []string, defVal T) []T
- 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{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBulkState ¶
func GetBulkStateDefault ¶
func SetBulkState ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.