Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsRequiredFlagSet ¶
IsRequiredFlagSet checks whether a flag is provided which is required.
Types ¶
type KrokClient ¶
type KrokClient struct { ApiKeyClient *auth.Client CommandClient *command.Client CommandRunClient *runs.Client EventClient *event.Client PlatformClient *platform.Client RepositoryClient *repository.Client SettingsClient *setting.Client UserClient *user.Client VaultClient *vault.Client VcsClient *vcs.Client }
KrokClient is the main client for the Krok server.
func NewKrokClient ¶
func NewKrokClient(cfg Config, log zerolog.Logger) *KrokClient
NewKrokClient creates a new Krok server client.
Click to show internal directories.
Click to hide internal directories.