Documentation ¶
Overview ¶
Package config_helpers provides helper functions to locate configuration files.
Index ¶
- func ConfigDir() string
- func ConfigFilePath() string
- func IsValidPaginationNextURL(nextURL string, cursorQueryParamName string, expectedQueries gourl.Values) bool
- func PluginBinaryLocation(pluginName string) string
- func PluginDir(pluginName string) string
- func PluginRepoCacheDir() string
- func PluginRepoDir() string
- func PluginsConfigFilePath() string
- func TempDir() string
- func UserHomeDir() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigFilePath ¶
func ConfigFilePath() string
func IsValidPaginationNextURL ¶ added in v1.2.0
func IsValidPaginationNextURL(nextURL string, cursorQueryParamName string, expectedQueries gourl.Values) bool
IsValidPaginationNextURL will return true if the provided nextURL has the expected queries provided
func PluginBinaryLocation ¶
func PluginRepoCacheDir ¶ added in v0.2.0
func PluginRepoCacheDir() string
func PluginRepoDir ¶
func PluginRepoDir() string
func PluginsConfigFilePath ¶
func PluginsConfigFilePath() string
func UserHomeDir ¶
func UserHomeDir() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.