git

package
v0.0.0-...-4f40efb Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2015 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

work with git

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tag

type Tag struct {
	Name        string
	Errors      []error `json:",omitempty"`
	Tagger      string  `json:",omitempty"`
	Author      string  `json:",omitempty"`
	TagDate     time.Time
	Commit      string
	CommitTime  time.Time
	IsAnnotated bool
}

func GetTag

func GetTag(name string) Tag

type TagList

type TagList []Tag

func Tags

func Tags() (TagList, error)

func (TagList) Len

func (t TagList) Len() int

func (TagList) Less

func (t TagList) Less(i, j int) bool

func (TagList) Swap

func (t TagList) Swap(i, j int)

type TagTool

type TagTool struct {
}

func (TagTool) Name

func (TagTool) Name() string

func (TagTool) Run

func (TagTool) Run(args []string)

Jump to

Keyboard shortcuts

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