Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBuildSecretsController ¶
func NewBuildSecretsController() models.Controller
NewBuildSecretsController Constructor
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler Instance variables
func (Handler) ChangeBuildSecret ¶
func (sh Handler) ChangeBuildSecret(ctx context.Context, appName, secretName, secretValue string) error
ChangeBuildSecret handler to modify the build secret
func (Handler) GetBuildSecrets ¶
func (sh Handler) GetBuildSecrets(ctx context.Context, appName string) ([]buildSecretsModels.BuildSecret, error)
GetBuildSecrets Lists build secrets for application
Click to show internal directories.
Click to hide internal directories.