github

package
v0.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2024 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RemoveLabelConfig added in v0.11.0

type RemoveLabelConfig struct {
	// contains filtered or unexported fields
}

func NewRemoveLabelConfigFromMap added in v0.11.0

func NewRemoveLabelConfigFromMap(clt *githubclt.Client, m map[string]any) (*RemoveLabelConfig, error)

func (*RemoveLabelConfig) DetailedString added in v0.11.0

func (c *RemoveLabelConfig) DetailedString() string

func (*RemoveLabelConfig) Render added in v0.11.0

func (c *RemoveLabelConfig) Render(ev action.Event, renderFunc func(string) (string, error)) (action.Runner, error)

func (*RemoveLabelConfig) String added in v0.11.0

func (c *RemoveLabelConfig) String() string

type RemoveLabelRunner added in v0.11.0

type RemoveLabelRunner struct {
	*RemoveLabelConfig
	// contains filtered or unexported fields
}

func (*RemoveLabelRunner) LogFields added in v0.11.0

func (r *RemoveLabelRunner) LogFields() []zap.Field

func (*RemoveLabelRunner) Run added in v0.11.0

func (r *RemoveLabelRunner) Run(ctx context.Context) error

func (*RemoveLabelRunner) String added in v0.11.0

func (r *RemoveLabelRunner) String() string

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) Render added in v0.10.0

func (c *UpdateBranchConfig) Render(ev action.Event, _ func(string) (string, error)) (action.Runner, error)

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) Run

func (r *UpdateRunner) Run(ctx context.Context) error

func (*UpdateRunner) String

func (r *UpdateRunner) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL