common

package
v0.0.0-...-dfa43ee Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2016 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RefToBranch

func RefToBranch(ref string) string

Types

type Commit

type Commit struct {
	SHA            string    `json:"commit_sha"`
	Message        string    `json:"commit_message"`
	CommittedAt    time.Time `json:"committed_at"`
	CommitterName  string    `json:"committer_name"`
	CommitterEmail string    `json:"committer_email"`
	AuthorName     string    `json:"author_name"`
	AuthorEmail    string    `json:"author_email"`
}

type Commits

type Commits []Commit

func (Commits) Value

func (c Commits) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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