Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EdwardConfiguration ¶
type EdwardConfiguration struct { Dir string EdwardLogDir string LogDir string PidDir string StateDir string ScriptDir string }
EdwardConfiguration defines the application config for Edward
func NewConfiguration ¶ added in v1.8.8
func NewConfiguration(edwardHome string) (*EdwardConfiguration, error)
NewConfiguration will build an Edward directory config with either the specified edward home dir, or the default if the input string is empty.
func (*EdwardConfiguration) Initialize ¶
func (e *EdwardConfiguration) Initialize() error
Initialize sets up EdwardConfig based on the location of .edward in the home dir
func (*EdwardConfiguration) InitializeWithDir ¶ added in v1.8.8
func (e *EdwardConfiguration) InitializeWithDir(dir string) error
Click to show internal directories.
Click to hide internal directories.