Documentation
¶
Index ¶
Constants ¶
View Source
const ( All = "all" Private = "private" Selected = "selected" )
View Source
const ( Actions = "actions" Codespaces = "codespaces" Dependabot = "dependabot" Unknown = "unknown" )
View Source
const ( Repository = "repository" Organization = "organization" User = "user" Environment = "environment" )
Variables ¶
This section is empty.
Functions ¶
func IsSupportedSecretEntity ¶ added in v2.6.0
func IsSupportedSecretEntity(app App, entity SecretEntity) bool
Types ¶
type App ¶ added in v2.6.0
type App string
func GetSecretApp ¶ added in v2.6.0
func GetSecretApp(app string, entity SecretEntity) (App, error)
type SecretEntity ¶ added in v2.6.0
type SecretEntity string
func GetSecretEntity ¶ added in v2.6.0
func GetSecretEntity(orgName, envName string, userSecrets bool) (SecretEntity, error)
type Visibility ¶
type Visibility string
Click to show internal directories.
Click to hide internal directories.