Documentation
¶
Index ¶
- Constants
- func CamelToKebab(input string) string
- func CdkDebug() bool
- func CdkDevMode() bool
- func DiffResources(curRes, newRes *resource.Resource) (string, error)
- func GetConduktorHash() string
- func GetConduktorVersion() string
- func GetConfigDir() (string, error)
- func GetDataDir() (string, error)
- func KebabToUpperCamel(input string) string
- func PrintDiff(currentResource *resource.Resource, modifiedResource *resource.Resource) error
Constants ¶
View Source
const AppName string = "conduktor"
Variables ¶
This section is empty.
Functions ¶
func CamelToKebab ¶
func CdkDevMode ¶
func CdkDevMode() bool
func DiffResources ¶
DiffResources compares two Resources objects and returns a unified diff in git-like format.
func GetConduktorHash ¶
func GetConduktorHash() string
func GetConduktorVersion ¶
func GetConduktorVersion() string
func GetConfigDir ¶
GetConfigDir returns the path to the configuration directory for the application based on the OS conventions.
func GetDataDir ¶
GetDataDir returns the path to the data directory for the application based on the OS conventions.
func KebabToUpperCamel ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.