Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetAlternativeTokenInEnv ¶
func SetAlternativeTokenInEnv() func()
func SetTokenInEnv ¶
func SetTokenInEnv() func()
Types ¶
type Logical ¶
type Logical struct {
ReadWithDataWithContextFn ReadWithDataWithContextFn
}
type ReadWithDataWithContextFn ¶
type ReadWithDataWithContextFn func(ctx context.Context, path string, data map[string][]string) (*vault.Secret, error)
func NewReadWithContextFn ¶
func NewReadWithContextFn(secretData map[string]interface{}, err error) ReadWithDataWithContextFn
Click to show internal directories.
Click to hide internal directories.