コード例 #1
0
ファイル: context.go プロジェクト: danrjohnson/vip
func (c *CacheContext) WriteModified(buf []byte, s store.ImageStore) error {
	return s.Put(c.Bucket, c.CacheKey(), buf, http.DetectContentType(buf))
}