Documentation ¶
Index ¶
- func NewSecretPathPredictor(authenticatorFunc func() auth.Authenticator, ...) complete.Predictor
- func NewSecretPathPredictorDefault() complete.Predictor
- type ActionTypePredictor
- type AuthProviderTypePredictor
- type AuthTypePredictor
- type EffectTypePredictor
- type EncodingTypePredictor
- type FlagValue
- type GcpAuthTypePredictor
- type OutputTypePredictor
- type Params
- type PrefixFilePredictor
- type Wrapper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSecretPathPredictor ¶
func NewSecretPathPredictor( authenticatorFunc func() auth.Authenticator, requestClientFunc func() requests.Client, ) complete.Predictor
NewSecretPathPredictor returns a new SecretPathPredictor
func NewSecretPathPredictorDefault ¶
NewSecretPathPredictorDefault returns a new SecretPathPredictor
Types ¶
type ActionTypePredictor ¶
type ActionTypePredictor struct{}
type AuthProviderTypePredictor ¶
type AuthProviderTypePredictor struct{}
type AuthTypePredictor ¶
type AuthTypePredictor struct{}
type EffectTypePredictor ¶
type EffectTypePredictor struct{}
type EncodingTypePredictor ¶
type EncodingTypePredictor struct{}
type GcpAuthTypePredictor ¶
type GcpAuthTypePredictor struct{}
type OutputTypePredictor ¶
type OutputTypePredictor struct{}
type PrefixFilePredictor ¶
type PrefixFilePredictor struct {
// contains filtered or unexported fields
}
func NewPrefixFilePredictor ¶
func NewPrefixFilePredictor(pattern string) *PrefixFilePredictor
Click to show internal directories.
Click to hide internal directories.