Documentation ¶
Index ¶
- func GetCapCuratorPath() string
- func GetCapPath() string
- func GetCursorConfigPath() string
- func GetCursorFields() map[string]CursorFieldAttributes
- func GetLogPath() string
- func GetPluginName(vaultPlugin bool) string
- func GetTrusts() map[string][]string
- func NewOptionsBuilder(opts ...Option)
- func TapInit()
- type CursorFieldAttributes
- type Option
- type OptionsBuilder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCapCuratorPath ¶ added in v1.20.9
func GetCapCuratorPath() string
func GetCapPath ¶
func GetCapPath() string
func GetCursorConfigPath ¶
func GetCursorConfigPath() string
func GetCursorFields ¶
func GetCursorFields() map[string]CursorFieldAttributes
func GetLogPath ¶
func GetLogPath() string
func GetPluginName ¶
func NewOptionsBuilder ¶
func NewOptionsBuilder(opts ...Option)
Types ¶
type CursorFieldAttributes ¶ added in v1.21.1
type OptionsBuilder ¶
type OptionsBuilder struct { TapInit func() GetCapPath func() string GetCapCuratorPath func() string GetPluginName func(bool) string GetLogPath func() string GetTrusts func() map[string][]string GetCursorConfigPath func() string GetCursorFields func() map[string]CursorFieldAttributes }
var BuildOptions *OptionsBuilder
Click to show internal directories.
Click to hide internal directories.