Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCacheMiss = errors.New("cache miss")
Functions ¶
func Create ¶
func Create(c Storage, cacheable CacheableFunc) sdkutil.Middleware
Types ¶
type OrderedParams ¶
type OrderedParams []Param
OrderedParams is ordered VK API method arguments.
func CreateParams ¶
func CreateParams(params api.Params) OrderedParams
func (OrderedParams) Len ¶
func (o OrderedParams) Len() int
func (OrderedParams) Less ¶
func (o OrderedParams) Less(i, j int) bool
func (OrderedParams) Swap ¶
func (o OrderedParams) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.