Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateBranchConfig ¶
type UpdateBranchConfig struct {
// contains filtered or unexported fields
}
Config is the configuration of a github action
func NewUpdateBranchConfig ¶
func NewUpdateBranchConfig(clt *githubclt.Client) *UpdateBranchConfig
func (*UpdateBranchConfig) DetailedString ¶
func (c *UpdateBranchConfig) DetailedString() string
func (*UpdateBranchConfig) String ¶
func (c *UpdateBranchConfig) String() string
type UpdateRunner ¶
type UpdateRunner struct {
*UpdateBranchConfig
// contains filtered or unexported fields
}
func (*UpdateRunner) LogFields ¶
func (r *UpdateRunner) LogFields() []zap.Field
func (*UpdateRunner) String ¶
func (r *UpdateRunner) String() string
Click to show internal directories.
Click to hide internal directories.