Documentation ¶
Index ¶
- func GetCapCuratorPath() string
- func GetCapPath() string
- func GetCursorConfigPath() string
- func GetCursorFields() map[string]string
- func GetLogPath() string
- func GetPluginName() string
- func GetTrusts() map[string][]string
- func NewOptionsBuilder(opts ...Option)
- func TapInit()
- 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 GetLogPath ¶
func GetLogPath() string
func GetPluginName ¶
func GetPluginName() string
func NewOptionsBuilder ¶
func NewOptionsBuilder(opts ...Option)
Types ¶
type OptionsBuilder ¶
type OptionsBuilder struct { TapInit func() GetCapPath func() string GetCapCuratorPath func() string GetPluginName func() string GetLogPath func() string GetTrusts func() map[string][]string GetCursorConfigPath func() string GetCursorFields func() map[string]string }
var BuildOptions *OptionsBuilder
Click to show internal directories.
Click to hide internal directories.