Documentation ¶ Index ¶ type Client func New() *Client func (client *Client) Create(p string) error func (client *Client) GetFilePath(cfgFileName string) (string, error) func (client *Client) Read(cfgFilePath string, cfg interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct{} func New ¶ func New() *Client func (*Client) Create ¶ func (client *Client) Create(p string) error func (*Client) GetFilePath ¶ func (client *Client) GetFilePath(cfgFileName string) (string, error) func (*Client) Read ¶ func (client *Client) Read(cfgFilePath string, cfg interface{}) error Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.