Versions in this module Expand all Collapse all v2 v2.0.0 Nov 16, 2021 Changes in this version + func NewID(slug string, t time.Time) string + func NewSlug() string + type Entry struct + Content string + ID string + Permalink string + func (e *Entry) FlatMF2() map[string]interface{} + func (e *Entry) Helper() *mf2.FlatHelper + func (e *Entry) InSection(section string) bool + func (e *Entry) MF2() map[string]interface{} + func (e *Entry) String() (string, error) + func (e *Entry) Summary() string + func (e *Entry) Tags() []string + func (e *Entry) TextContent() string + func (e *Entry) Update(mf2Data map[string][]interface{}) error + type Frontmatter struct + CreatedWith string + Deleted bool + Description string + Draft bool + NoSendInteractions bool + NoShowInteractions bool + PhotoClass string + Private bool + Properties map[string]interface{} + Published time.Time + Sections []string + Template string + Title string + Updated time.Time + type Parser struct + func NewParser(baseURL string) *Parser + func (p *Parser) FromMF2(mf2Data map[string][]interface{}, slug string) (*Entry, error) + func (p *Parser) FromRaw(id, raw string) (*Entry, error) Other modules containing this package github.com/hacdias/eagle/v4