Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseConfig ¶
type BaseConfig struct {
AutoRename bool // use timestamp name replace file name
CompressType resize.CompressType // compress kind
CompressLevel int // compress level
}
type Config ¶
type Config struct {
Uploaded []string // uploaded pictures
Base BaseConfig // base config
Current GopicType // current use picbed
Github cloud.GithubOpts
Gitee cloud.GiteeOpts
Smms cloud.SmmsOpts
}
Config is gopic config
Click to show internal directories.
Click to hide internal directories.