Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecWithConfig ¶ added in v0.14.1
func NewUploadCmd ¶
Types ¶
type Config ¶ added in v0.15.4
type Config struct { *SrcConfigPart `mapstructure:"src"` *ServerConfigPart `mapstructure:"server"` }
func DefaultConfig ¶ added in v0.14.1
func DefaultConfig() *Config
func (*Config) GetClazzUploadUrl ¶ added in v0.15.4
func (*Config) GetFuncCtxUploadUrl ¶ added in v0.15.4
func (*Config) GetFuncUploadUrl ¶ added in v0.15.4
type ContextPart ¶ added in v0.15.4
type ExecuteCache ¶ added in v0.15.4
type ExecuteCacheMap ¶ added in v0.15.4
type ExecuteCacheMap = map[core.LangType]*ExecuteCache
func ExecCurRevWithConfig ¶ added in v0.15.4
func ExecCurRevWithConfig(uploadSrc string, wc *object.WorkspaceConfig, c *Config) (ExecuteCacheMap, error)
type ServerConfigPart ¶ added in v0.10.0
type SrcConfigPart ¶ added in v0.10.0
type SrcConfigPart struct { RepoId string `mapstructure:"repoId"` RevHash string `mapstructure:"revHash"` 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.