📝 add notes
This commit is contained in:
@ -6,22 +6,22 @@ import (
|
||||
)
|
||||
|
||||
var(
|
||||
Debug bool
|
||||
Help bool
|
||||
Version bool
|
||||
Con string
|
||||
Client *http.Client
|
||||
Authorization string
|
||||
Debug bool // is debug command
|
||||
Help bool // is help command
|
||||
Version bool // is print version command
|
||||
Con string // config file
|
||||
Client *http.Client // request client
|
||||
Authorization string // authorization string
|
||||
|
||||
Cache *cache.Cache
|
||||
Cache *cache.Cache // cache
|
||||
|
||||
Origins []string
|
||||
Origins []string // allow origins
|
||||
)
|
||||
|
||||
var Conf = new(Config)
|
||||
|
||||
const (
|
||||
VERSION="v0.1.6"
|
||||
VERSION="v0.1.7"
|
||||
|
||||
ImageThumbnailProcess="image/resize,w_50"
|
||||
VideoThumbnailProcess="video/snapshot,t_0,f_jpg,w_50"
|
||||
|
Reference in New Issue
Block a user