Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Name string `json:"name"`
// contains filtered or unexported fields
}
func LoadConfig ¶
func LoadConfig(storagePath StoragePath) (*Config, error)
type StoragePath ¶
type StoragePath string
func NewStoragePath ¶
func NewStoragePath() (StoragePath, error)
Click to show internal directories.
Click to hide internal directories.