types

package
v0.1.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Commit

type Commit struct {
	Username string
	Hash     string
	Message  string
	Date     time.Time
	Email    string
}

type Commits

type Commits []Commit

type User

type User struct {
	Username  string
	ServiceID string
}

type VCSBranch

type VCSBranch struct {
	Name       string
	LastCommit Commit
}

type VCSBranches

type VCSBranches []VCSBranch

type VCSRepositories

type VCSRepositories []VCSRepository

type VCSRepository

type VCSRepository struct {
	Name          string
	Description   string
	Private       bool
	DefaultBranch string
	Permissions   struct {
		Admin bool
	}
}

type Vendor

type Vendor struct {
	Host  string
	Name  string
	Token *oauth2.Token
}

Jump to

Keyboard shortcuts

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