Documentation ¶
Index ¶
- type System
- func (sys *System) Connect(sysURL string) error
- func (sys *System) CreatePost(p *post.Post) error
- func (sys *System) CreateReply(r *reply.Reply) error
- func (sys *System) Description() string
- func (sys *System) FilterValue() string
- func (sys *System) GetCapabilities() adapter.Capabilities
- func (sys *System) GetConfig() map[string]interface{}
- func (sys *System) GetID() int
- func (sys *System) ListForums() ([]forum.Forum, error)
- func (sys *System) ListPosts(forumID string) ([]post.Post, error)
- func (sys *System) Load() error
- func (sys *System) LoadPost(p *post.Post) error
- func (sys *System) SetConfig(cfg *map[string]interface{})
- func (sys *System) SetID(id int)
- func (sys *System) SetLogger(logger *zap.SugaredLogger)
- func (sys *System) Title() string
- type UserAPIKey
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type System ¶
type System struct { ID int // contains filtered or unexported fields }
func (*System) Description ¶
func (*System) FilterValue ¶
func (*System) GetCapabilities ¶
func (sys *System) GetCapabilities() adapter.Capabilities
func (*System) SetLogger ¶
func (sys *System) SetLogger(logger *zap.SugaredLogger)
Click to show internal directories.
Click to hide internal directories.