Versions in this module Expand all Collapse all v0 v0.1.4 Apr 13, 2023 v0.1.3 Mar 28, 2023 v0.1.2 Mar 28, 2023 v0.1.1 Mar 28, 2023 Changes in this version + const CommentStatusApproved + const CommentStatusClosed + const CommentStatusOpen + const CommentStatusUnapproved + const PingStatusClosed + const PingStatusOpen + const PostFormatAside + const PostFormatChat + const PostFormatGallery + const PostFormatImage + const PostFormatLink + const PostFormatQuote + const PostFormatStandard + const PostFormatStatus + const PostFormatVideo + const PostStatusDraft + const PostStatusPending + const PostStatusPrivate + const PostStatusPublish + const PostStatusTrash + const PostTypePage + const PostTypePost + type AvatarURLS struct + Size24 string + Size48 string + Size96 string + type Category struct + Count int + Description string + ID int + Link string + Meta interface{} + Name string + Parent int + Slug string + Taxonomy string + func (instance *Category) Map() map[string]interface{} + func (instance *Category) String() string + type CategoryQueryParams struct + Context string + Exclude string + Include string + Order string + OrderBy string + Page int + Parent int + PerPage int + Post int + Search string + Slug string + func (instance *CategoryQueryParams) Map() map[string]interface{} + func (instance *CategoryQueryParams) String() string + type Comment struct + Author int + AuthorEmail string + AuthorIP string + AuthorName string + AuthorURL string + AuthorUserAgent string + AvatarURL string + AvatarURLs AvatarURLS + Content Content + Date string + DateGMT string + ID int + Karma int + Link string + Parent int + Post int + Status string + Type string + type Content struct + Raw string + Rendered string + type Excerpt struct + Raw string + Rendered string + type GUID struct + Raw string + Rendered string + type Media struct + AltText string + Author int + Caption MediaCaption + Date string + DateGMT string + Description MediaDescription + GUID GUID + ID int + Link string + MediaDetails MediaDetails + MediaStatus string + MediaType string + Modified string + ModifiedGMT string + Password string + PingStatus string + Post int + Slug string + SourceURL string + Status string + Title Title + Type string + func (instance *Media) Map() map[string]interface{} + func (instance *Media) String() string + type MediaCaption struct + Raw string + Rendered string + type MediaDescription struct + Raw string + Rendered string + type MediaDetails struct + File string + Height int + ImageMeta map[string]interface{} + Raw string + Rendered string + Sizes MediaDetailsSizes + Width int + type MediaDetailsSizes struct + Large MediaDetailsSizesItem + Medium MediaDetailsSizesItem + SiteLogo MediaDetailsSizesItem + Thumbnail MediaDetailsSizesItem + type MediaDetailsSizesItem struct + File string + Height int + MimeType string + SourceURL string + Width int + type MediaUploadOptions struct + ContentType string + Data []byte + Filename string + Source string + type Meta struct + ID int + Key string + Value string + type MetaDeletedResponse struct + Message string + type Page struct + Author int + CommentStatus string + Content Content + Date string + DateGMT string + Excerpt Excerpt + FeaturedImage int + GUID GUID + ID int + Link string + MenuOrder int + Modified string + ModifiedGMT string + Parent int + Password string + PingStatus string + Slug string + Status string + Template string + Title Title + Type string + type Post struct + Author int + Categories []interface{} + CommentStatus string + Content Content + Date string + DateGMT string + Excerpt Excerpt + FeaturedMedia int + Format string + GUID GUID + ID int + Link string + Meta []interface{} + Modified string + ModifiedGMT string + Password string + PingStatus string + Slug string + Status string + Sticky bool + Tags []interface{} + Template string + Title Title + Type string + func (instance *Post) Map() map[string]interface{} + func (instance *Post) String() string + type PostQueryParams struct + After string + Author string + AuthorExclude string + Before string + Categories string + CategoriesExclude string + Context string + Exclude string + Include string + Offset int + Order string + OrderBy string + Page int + PerPage int + Search string + Slug string + Status string + Sticky bool + Tags string + TagsExclude string + TaxRelation string + func (instance *PostQueryParams) Map() map[string]interface{} + func (instance *PostQueryParams) String() string + type PostsTerm struct + Count int + Description string + ID int + Link string + Name string + Parent int + Slug string + Taxonomy string + type Revision struct + Author string + Content string + Date string + DateGMT string + Excerpt string + GUID string + ID int + Modified string + ModifiedGMT string + Parent int + Slug string + Title string + type Tag struct + Count int + Description string + ID int + Link string + Meta interface{} + Name string + Slug string + Taxonomy string + func (instance *Tag) Map() map[string]interface{} + func (instance *Tag) String() string + type TagQueryParams struct + Context string + Exclude string + HideEmpty bool + Include string + Offset string + Order string + OrderBy string + Page int + PerPage int + Post int + Search string + Slug string + func (instance *TagQueryParams) Map() map[string]interface{} + func (instance *TagQueryParams) String() string + type Title struct + Raw string + Rendered string + type Type struct + Description string + Hierarchical bool + Labels TypeLabels + Name string + Slug string + type TypeLabels struct + AddNew string + AddNewItem string + AllItems string + EditItem string + MenuName string + Name string + NameAdminBar string + NewItem string + NotFound string + NotFoundInTrash string + ParentItemColon string + SearchItems string + SingularName string + ViewItem string + type Types struct + Attachment Type + Page Type + Post Type + type User struct + AvatarURL string + AvatarURLs AvatarURLS + Capabilities map[string]interface{} + Description string + Email string + ExtraCapabilities map[string]interface{} + FirstName string + ID int + LastName string + Link string + Name string + Nickname string + Password string + RegisteredDate string + Roles []string + Slug string + URL string + Username string v0.1.0 Mar 16, 2023