Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CICD ¶
type CICD interface { Clone() (err error, name string) // 代码克隆 Make() (err error, name string) // 代码编译 BuildImage() (err error, name string) // 编译镜像 Cache() (err error) // 缓存cache Scan() (err error) // 代码扫描 UnitTest() (err error) // 单元测试 CodeQuqlity() (err error) // 代码qos Deploy() (err error) // 部署 Notice() (err error, name string) // 消息通知 Clean() (err error) // 资源清理 Run() (err error) // 运行pipline }
Click to show internal directories.
Click to hide internal directories.