Documentation
¶
Overview ¶
Package serializer ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheRequest ¶
type CacheRequest struct {
Message string `form:"message" binding:"required"`
Backend string `form:"backend" binding:"required"`
TTL int `form:"ttl" binding:"required"`
}
CacheRequest Cache API 请求结构
type CacheResponse ¶
type CacheResponse struct {
Digest string `json:"digest"`
HitCache bool `json:"hitCache"`
TimeCost float64 `json:"timeCost"`
}
CacheResponse Cache API 返回结构
Click to show internal directories.
Click to hide internal directories.