Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidInput = errors.New("input is invalid") ErrUnable = errors.New("unable to perform requested action") )
Functions ¶
Types ¶
type Manager ¶
type Manager struct {
Client *github.Client
Owner string
Repo string // if "" then assumed to be an owner/org secret
Env string // if not "" then assumed to be an environment secret
// contains filtered or unexported fields
}
func (*Manager) DeleteSecret ¶
Click to show internal directories.
Click to hide internal directories.