Versions in this module Expand all Collapse all v0 v0.15.0 Jul 16, 2016 v0.14.2 Jul 11, 2016 v0.14.1 Jul 10, 2016 Changes in this version + type Account struct + Admin bool + Company string + Domain string + Editor bool + Message string + OrgID string + Title string + UserID string + type Attachment struct + Data []byte + DocumentID string + Extension string + FileID string + Filename string + Job string + OrgID string + type BaseEntity struct + Created time.Time + ID uint64 + RefID string + Revised time.Time + type BaseEntityObfuscated struct + Created time.Time + ID uint64 + RefID string + Revised time.Time + type Document struct + Excerpt string + Job string + LabelID string + Location string + OrgID string + Slug string + Tags string + Template bool + Title string + UserID string + func (d *Document) SetDefaults() + type DocumentMeta struct + Editors []DocumentMetaEditor + Viewers []DocumentMetaViewer + type DocumentMetaEditor struct + Action string + Created time.Time + Firstname string + Lastname string + PageID string + UserID string + type DocumentMetaViewer struct + Created time.Time + Firstname string + Lastname string + UserID string + type DocumentSearch struct + DocumentExcerpt string + DocumentID string + DocumentSlug string + DocumentTitle string + FolderSlug string + ID string + LabelID string + LabelName string + PageTitle string + Tags string + type FolderType int + const FolderTypePrivate + const FolderTypePublic + const FolderTypeRestricted + type FolderVisibility struct + Email string + Firstname string + LabelID string + Lastname string + Name string + Type int + UserID string + type Label struct + Name string + OrgID string + Type FolderType + UserID string + func (l *Label) IsPrivate() bool + func (l *Label) IsPublic() bool + func (l *Label) IsRestricted() bool + type LabelRole struct + CanEdit bool + CanView bool + LabelID string + OrgID string + UserID string + type Organization struct + Active bool + AllowAnonymousAccess bool + Company string + Domain string + Email string + Message string + Serial string + Title string + URL string + type Page struct + Body string + ContentType string + DocumentID string + Level uint64 + OrgID string + Revisions uint64 + Sequence float64 + Title string + UserID string + func (p *Page) SetDefaults() + type PageMeta struct + Config string + Created time.Time + DocumentID string + ExternalSource bool + ID uint64 + OrgID string + PageID string + RawBody string + Revised time.Time + UserID string + func (p *PageMeta) SetDefaults() + type Search struct + Body string + Created time.Time + DocumentID string + DocumentTitle string + ID string + Level uint64 + OrgID string + PageTitle string + Revised time.Time + Sequence float64 + Slug string + type SiteMeta struct + AllowAnonymousAccess bool + Message string + OrgID string + Title string + URL string + Version string + type SitemapDocument struct + Document string + DocumentID string + Folder string + FolderID string + Revised time.Time + type Template struct + Author string + Dated time.Time + Description string + ID string + Title string + Type TemplateType + func (t *Template) IsPrivate() bool + func (t *Template) IsPublic() bool + func (t *Template) IsRestricted() bool + type TemplateType int + const TemplateTypePrivate + const TemplateTypePublic + const TemplateTypeRestricted + type User struct + Accounts []Account + Active bool + Admin bool + Editor bool + Email string + Firstname string + Initials string + Lastname string + Password string + Reset string + Salt string + func (user *User) Fullname() string + func (user *User) ProtectSecrets()