Documentation
¶
Index ¶
Constants ¶
View Source
const DateFormat = tools.DateFormat
Variables ¶
View Source
var ErrorMissingDate = errors.New("Missing date")
View Source
var ErrorMissingTitle = errors.New("Missing title")
View Source
var ErrorParsing = errors.New("Parsing Error")
Functions ¶
This section is empty.
Types ¶
type Entry ¶
func (Entry) MarshalJSON ¶
func (Entry) MarshalText ¶
func (*Entry) UnmarshalJSON ¶
func (*Entry) UnmarshalText ¶
type Log ¶
func (*Log) UnmarshalText ¶
type Metas ¶ added in v0.0.3
type Metas []Meta
A slice of Meta
func (Metas) Map ¶ added in v0.0.3
Returns a single map containing all the Meta. Is useful when encoding to JSON
func (Metas) MarshalJSON ¶ added in v0.0.3
Implements json.Marshaler
func (*Metas) UnmarshalJSON ¶ added in v0.0.3
Implements json.Unmarshaler
Click to show internal directories.
Click to hide internal directories.