Documentation ¶
Index ¶
- type Wordpress
- func (instance *Wordpress) Categories() (ctrl *controller.CategoryCtrl)
- func (instance *Wordpress) Get(url string) (response []byte, err error)
- func (instance *Wordpress) GetUid() string
- func (instance *Wordpress) IsEnabled() bool
- func (instance *Wordpress) Media() (ctrl *controller.MediaCtrl)
- func (instance *Wordpress) Post(url string, body interface{}) (response []byte, err error)
- func (instance *Wordpress) Posts() (ctrl *controller.PostCtrl)
- func (instance *Wordpress) Publish(item interface{}) (err error)
- func (instance *Wordpress) PublishArticle(article *tmodels.CWArticle, status string) (err error)
- func (instance *Wordpress) Tags() (ctrl *controller.TagCtrl)
- func (instance *Wordpress) Users() (ctrl *controller.UserCtrl)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wordpress ¶
type Wordpress struct {
// contains filtered or unexported fields
}
func NewWordpress ¶
func NewWordpress(settings *commons.SettingsExternal) (instance *Wordpress, err error)
func (*Wordpress) Categories ¶
func (instance *Wordpress) Categories() (ctrl *controller.CategoryCtrl)
func (*Wordpress) Media ¶
func (instance *Wordpress) Media() (ctrl *controller.MediaCtrl)
func (*Wordpress) Posts ¶
func (instance *Wordpress) Posts() (ctrl *controller.PostCtrl)
func (*Wordpress) PublishArticle ¶
func (*Wordpress) Tags ¶
func (instance *Wordpress) Tags() (ctrl *controller.TagCtrl)
func (*Wordpress) Users ¶
func (instance *Wordpress) Users() (ctrl *controller.UserCtrl)
Click to show internal directories.
Click to hide internal directories.