confluence

package
v0.0.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2018 License: MIT Imports: 4 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicAuth

type BasicAuth struct {
	Username, Password string
}

type Confluence

type Confluence struct {
	Space Space
	Auth  BasicAuth
}

func New

func New(options ...Option) *Confluence

New Confluence command

func (*Confluence) Run

func (c *Confluence) Run() error

Run the command

type Option

type Option func(*Confluence)

Option function.

func WithAuth

func WithAuth(auth BasicAuth) Option

WithAuth option.

func WithSpace

func WithSpace(space Space) Option

WithSpace option.

type Space

type Space struct {
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL