Documentation ¶
Index ¶
- type FileConfig
- func (c *FileConfig) GetLogFile() string
- func (c *FileConfig) GetOrgFiles() []string
- func (c *FileConfig) ParseEntry(line string) (*types.Entry, bool, error)
- func (c *FileConfig) ParseLog(recordJar string) (types.Log, error)
- func (c *FileConfig) ParseOrg(doc string) (types.Log, error)
- func (c *FileConfig) ParseWeek(record string) (*types.Week, error)
- func (c *FileConfig) Read() (types.Log, error)
- func (c *FileConfig) ReadLog() (types.Log, error)
- func (c *FileConfig) ReadOrg() (types.Log, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileConfig ¶
func (*FileConfig) GetLogFile ¶
func (c *FileConfig) GetLogFile() string
func (*FileConfig) GetOrgFiles ¶
func (c *FileConfig) GetOrgFiles() []string
func (*FileConfig) ParseEntry ¶
Click to show internal directories.
Click to hide internal directories.