8 lines
123 B
Go
Raw Normal View History

2019-04-22 02:59:20 +00:00
package model
// CleanCacheArgs del cache rpc client arguments.
type CleanCacheArgs struct {
Token string
Mid int64
}