Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { RunnerToken() (string, error) RunnerSetup() ([]string, error) RunnerVersion() (string, error) Platform() string Organization() string Repository() string Token() string TeamSSHKeys(string) ([]string, error) SetLabels([]string) RemoveRunner(string) error }
func NewProvider ¶
type ProviderOptions ¶
type ProviderOptions struct { SCMPlatform Labels []string }
Click to show internal directories.
Click to hide internal directories.