Documentation
¶
Index ¶
- func BaseDir(remove []string, projectRoot string) (string, error)
- func FileConfigs(path string) (jsonextract.JSONExtract, error)
- func Float64Interface(input interface{}) float64
- func GetFileContent(name string) ([]byte, error)
- func Int64Interface(input interface{}) int64
- func StringInterface(input interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileConfigs ¶
func FileConfigs(path string) (jsonextract.JSONExtract, error)
FileConfigs returns a jsonextract from a JSON file
func Float64Interface ¶
func Float64Interface(input interface{}) float64
Float64Interface checks if interface is a float64 and returns it if so
func GetFileContent ¶
GetFileContent parses a file and retrieves its content
func Int64Interface ¶
func Int64Interface(input interface{}) int64
Int64Interface checks if interface is an int64 and returns it if so
func StringInterface ¶
func StringInterface(input interface{}) string
StringInterface checks that an interface is a string and returns it if so
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.