Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUploadCmd ¶
Types ¶
type ServerConfigPart ¶ added in v0.10.0
type SrcConfigPart ¶ added in v0.10.0
type SrcConfigPart struct {
RepoId string `mapstructure:"repoId"`
Src string `mapstructure:"src"`
Lang []string `mapstructure:"lang"`
WithCtx bool `mapstructure:"withCtx"`
WithClass bool `mapstructure:"withClass"`
IncludeRegex string `mapstructure:"includeRegex"`
ExcludeRegex string `mapstructure:"excludeRegex"`
}
Click to show internal directories.
Click to hide internal directories.