context

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2017 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context struct {
	Config   *config.ProjectConfig
	Token    *string
	Git      *GitInfo
	Repo     *Repo
	BrewRepo *Repo
	Archives map[string]string
}

func New

func New(config config.ProjectConfig) *Context

type GitInfo

type GitInfo struct {
	CurrentTag  string
	PreviousTag string
	Diff        string
}

GitInfo includes tags and diffs used in some point

type Repo

type Repo struct {
	Owner, Name string
}

Jump to

Keyboard shortcuts

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