Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCodeImpl ¶
func NewCodeImpl(cfg Config) *codeImpl
Types ¶
type Config ¶
type Config struct {
ShellScript string `json:"shell_script"`
PkgSrcOrg string `json:"pkg_src_org"`
Watch Watch `json:"watch"`
Robot RobotConfig `json:"robot" required:"true"`
CIRepo CIRepo `json:"ci_repo" required:"true"`
}
func (*Config) SetDefault ¶
func (c *Config) SetDefault()
type RobotConfig ¶
Click to show internal directories.
Click to hide internal directories.