Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BundleConfigInput ¶
type BundleConfigInput struct { Path string // 二进制文件路径 NewBranch string // 新分支 Project string // 二进制文件带的项目名 Branch string // 二进制文件对应分支 Date string // 二进制文件对日期 }
func (*BundleConfigInput) GetNewBranch ¶
func (p *BundleConfigInput) GetNewBranch(ctx context.Context)
func (*BundleConfigInput) GetPath ¶
func (p *BundleConfigInput) GetPath(path ...string) error
func (*BundleConfigInput) Show ¶
func (p *BundleConfigInput) Show()
type GRPCCfgInput ¶
type GRPCCfgInput struct {
RunMQ bool
}
type GolangBuildInput ¶
type GrpcModuleCfgInput ¶
type GrpcModuleCfgInput struct { RunFile GrpcModuleCfgNormal RunWatch GrpcModuleCfgNormal RunConfig GrpcModuleCfgNormal }
type GrpcModuleCfgNormal ¶
type ScriptRunInput ¶
Click to show internal directories.
Click to hide internal directories.