Documentation
¶
Index ¶
Constants ¶
View Source
const CurrentMenuVersion = "current"
CurrentMenuVersion its current tag version of menu
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { Get(ctx context.Context, key interface{}) (interface{}, error) Put(ctx context.Context, key interface{}, value interface{}, ttl time.Duration) error Close() error }
Cache ...
Click to show internal directories.
Click to hide internal directories.