commands

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2018 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicAuth added in v0.0.4

type BasicAuth struct {
	Username, Password string
}

type Confluence added in v0.0.4

type Confluence struct {
	Space  Space
	Auth   BasicAuth
	Logger *log.Logger
}

func (*Confluence) Run added in v0.0.4

func (c *Confluence) Run() error

type ProjectData added in v0.0.2

type ProjectData struct {
	Name        string
	Path        string
	Template    string
	Description string
}

type Space added in v0.0.4

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

type Templating

type Templating struct {
	Templates []config.Template
	Variables map[string]string
	Logger    *log.Logger
}

func (*Templating) Run

func (t *Templating) Run() error

Run - Runs the command

Jump to

Keyboard shortcuts

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