Versions in this module Expand all Collapse all v1 v1.1.6 Apr 29, 2020 v1.1.5 Apr 9, 2020 Changes in this version + func Handle(w http.ResponseWriter, r *http.Request) + type MemCache struct + func NewMemCache(ctx context.Context, key string) *MemCache + func (c *MemCache) Get(data godingtalk.Expirable) error + func (c *MemCache) Set(data godingtalk.Expirable) error