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
type ConfluenceService ¶
type ConfluenceService struct {
// contains filtered or unexported fields
}
func NewConfluence ¶
func NewConfluence(hostname string, auth AuthMethod) (*ConfluenceService, error)
type Content ¶
Source Files
¶
- auth.go
- confluence.go
Click to show internal directories.
Click to hide internal directories.