Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppDataDir ¶
Types ¶
type CompanyData ¶
type CompanyData interface {
MakeDir(appName string) (string, error)
GetDir(appName string) string
LoadJsonFile(appName, fileName string, v interface{}) (bool, error)
SaveJsonFile(appName, fileName string, v interface{}) error
}
func Locate ¶
func Locate(companyName string) CompanyData
Click to show internal directories.
Click to hide internal directories.