Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigQuery ¶ added in v0.3.0
type BigQuery struct {
// contains filtered or unexported fields
}
type CloudStorage ¶ added in v0.3.0
type CloudStorage struct {
// contains filtered or unexported fields
}
func (*CloudStorage) Flags ¶ added in v0.3.0
func (x *CloudStorage) Flags() []cli.Flag
func (*CloudStorage) LogValue ¶ added in v0.3.0
func (x *CloudStorage) LogValue() slog.Value
func (*CloudStorage) NewClient ¶ added in v0.3.0
func (x *CloudStorage) NewClient(ctx context.Context) (interfaces.Storage, error)
type GitHubApp ¶
type GitHubApp struct { ID types.GitHubAppID Secret types.GitHubAppSecret // contains filtered or unexported fields }
func (*GitHubApp) PrivateKey ¶
func (x *GitHubApp) PrivateKey() types.GitHubAppPrivateKey
Click to show internal directories.
Click to hide internal directories.