Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

storage state

Back to all declarations

Store

type

Value

storage.Store
Store : type =storage.Store
store : storage.Store Inspect
init.2 : func() Inspect
Set : func(key string, value string) Inspect
Get : func(key string) string Inspect
Delete : func(key string) Inspect
Render : func(string) string Inspect