Documentation ¶ Index ¶ func Base(ctx context.Context, d deps.Deps, in BaseInput) error func CD(ctx context.Context, d deps.Deps, in CDInput) error func EmitCD(d deps.Deps, path string) func MaybeWarnStaleWrapper(d deps.Deps, hasAgentCommand bool) type BaseInput type CDInput Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Base ¶ func Base(ctx context.Context, d deps.Deps, in BaseInput) error func CD ¶ func CD(ctx context.Context, d deps.Deps, in CDInput) error func EmitCD ¶ func EmitCD(d deps.Deps, path string) func MaybeWarnStaleWrapper ¶ func MaybeWarnStaleWrapper(d deps.Deps, hasAgentCommand bool) Types ¶ type BaseInput ¶ type BaseInput struct { // Cwd overrides os.Getwd for testing. Cwd string } type CDInput ¶ type CDInput struct { Branch string } Source Files ¶ View all Source files base.gocd.gosentinel.go Click to show internal directories. Click to hide internal directories.