Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Initialize ¶ added in v1.1.0
type Initialize struct {
ConfigPath string
ConfigTemplatePath string
DBDriver string
DSN string
HomeDir string
MetadataDir string
SQLiteFile string
TemplateDir string
}
Initialize is responsible for initializing all disk paths
func (*Initialize) InitConfig ¶ added in v1.1.0
func (i *Initialize) InitConfig()
InitConfig initialize configuration file.
func (*Initialize) InitMetadata ¶ added in v1.1.0
func (i *Initialize) InitMetadata()
InitMetadata initialize metadata.
func (*Initialize) InitPaths ¶ added in v1.1.0
func (i *Initialize) InitPaths()
InitPaths initialize paths.
Click to show internal directories.
Click to hide internal directories.