Documentation ¶
Index ¶
- func ForgePasswordOption(prefix string) string
- func ForgeTokenOption(prefix string) string
- func ForgeURLOption(prefix string) string
- func ForgeUserOption(prefix string) string
- type ForgeAuth
- func (o *ForgeAuth) FromFlags(ctx context.Context, c *cli.Context, prefix string)
- func (o *ForgeAuth) GetFlags(prefix, category string) []cli.Flag
- func (o *ForgeAuth) GetPassword() string
- func (o *ForgeAuth) GetPushURL() string
- func (o *ForgeAuth) GetToken() string
- func (o *ForgeAuth) GetURL() string
- func (o *ForgeAuth) GetUsername() string
- func (o *ForgeAuth) SetPassword(password string)
- func (o *ForgeAuth) SetToken(token string)
- func (o *ForgeAuth) SetURL(url string)
- func (o *ForgeAuth) SetUsername(username string)
- type ForgeAuthInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForgePasswordOption ¶
func ForgeTokenOption ¶
func ForgeURLOption ¶
func ForgeUserOption ¶
Types ¶
type ForgeAuth ¶
type ForgeAuth struct {
// contains filtered or unexported fields
}
func NewForgeAuth ¶
func NewForgeAuth() ForgeAuth
func (*ForgeAuth) GetPassword ¶
func (*ForgeAuth) GetPushURL ¶
func (*ForgeAuth) GetUsername ¶
func (*ForgeAuth) SetPassword ¶
func (*ForgeAuth) SetUsername ¶
Click to show internal directories.
Click to hide internal directories.