Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthMethod ¶
type AuthMethod interface {
// contains filtered or unexported methods
}
func BasicAuth ¶
func BasicAuth(username, password string) AuthMethod
func TokenAuth ¶
func TokenAuth(tokenkey string) AuthMethod
type Content ¶
type Content struct { Id string `json:"id"` Type string `json:"type"` Status string `json:"status"` Title string `json:"title"` Body struct { Storage struct { Value string `json:"value"` Representation string `json:"representation"` } `json:"storage"` } `json:"body"` Version struct { Number int `json:"number"` } `json:"version"` }
type Wiki ¶
type Wiki struct {
// contains filtered or unexported fields
}
func (*Wiki) DeleteContent ¶
func (*Wiki) GetContent ¶
Click to show internal directories.
Click to hide internal directories.