Documentation ¶
Index ¶
- Variables
- func ParseTemplates(webPath string) (*template.Template, error)
- type Blog
- func (b *Blog) BaseURL() string
- func (b *Blog) Before(published time.Time) (groups []numbersix.Group, err error)
- func (b *Blog) CategoryBefore(category string, published time.Time) (groups []numbersix.Group, err error)
- func (b *Blog) Close() error
- func (b *Blog) Create(data map[string][]interface{}) (string, error)
- func (b *Blog) Delete(url string) error
- func (b *Blog) Entry(url string) (data map[string][]interface{}, err error)
- func (b *Blog) EntryByUID(uid string) (data map[string][]interface{}, err error)
- func (b *Blog) Handler() http.Handler
- func (b *Blog) KindBefore(kind string, published time.Time) (groups []numbersix.Group, err error)
- func (b *Blog) LikesOn(ymd string) (groups []numbersix.Group, err error)
- func (b *Blog) Mention(source string, data map[string][]interface{}) error
- func (b *Blog) MentionsBefore(published time.Time, limit int) (list []numbersix.Group, err error)
- func (b *Blog) MentionsForEntry(url string) (list []numbersix.Group, err error)
- func (b *Blog) Undelete(url string) error
- func (b *Blog) Update(url string, replace, add, delete map[string][]interface{}, deleteAll []string) error
- type CardResolver
- type CiteResolver
- type Config
- type FileWriter
- type GroupedPosts
- type HubPublisher
- type HubStore
- type SubscribersIter
- type Syndicator
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Blog ¶
type Blog struct {
// contains filtered or unexported fields
}
func New ¶
func (*Blog) Before ¶
func (*Blog) CategoryBefore ¶
func (*Blog) EntryByUID ¶
func (*Blog) KindBefore ¶
func (*Blog) MentionsBefore ¶
func (*Blog) MentionsForEntry ¶
type CardResolver ¶
type CiteResolver ¶
type Config ¶
type FileWriter ¶
type GroupedPosts ¶
type HubStore ¶
type HubStore struct {
// contains filtered or unexported fields
}
func (*HubStore) Subscribe ¶
type SubscribersIter ¶
type SubscribersIter struct {
// contains filtered or unexported fields
}
func (*SubscribersIter) Close ¶
func (s *SubscribersIter) Close() error
func (*SubscribersIter) Data ¶
func (s *SubscribersIter) Data() (callback, secret string, err error)
func (*SubscribersIter) Err ¶
func (s *SubscribersIter) Err() error
func (*SubscribersIter) Next ¶
func (s *SubscribersIter) Next() bool
Click to show internal directories.
Click to hide internal directories.