Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
types.Metadata
EnvironmentSecrets []EnvironmentSecret
}
type EnvironmentSecret ¶
type EnvironmentSecret struct {
types.Metadata
Repository types.StringValue
Environment types.StringValue
SecretName types.StringValue
PlainTextValue types.StringValue
EncryptedValue types.StringValue
}
type GitHub ¶
type GitHub struct {
Repositories []Repository
EnvironmentSecrets []EnvironmentSecret
}
type Repository ¶
type Repository struct {
types.Metadata
Public types.BoolValue
VulnerabilityAlerts types.BoolValue
Archived types.BoolValue
}
func (Repository) IsArchived ¶
func (r Repository) IsArchived() bool
Click to show internal directories.
Click to hide internal directories.