gitapi

package
v0.0.0-...-a887039 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitReader

type GitReader interface {
	ListProjects() ([]model.Project, error)
	ListRepositories(project string) ([]model.Repository, error)
	GetRepositoryDetail(project string, slug string) (*model.Repository, error)
	ListTags(project string, slug string) ([]model.Tag, error)
	ListBranches(project string, slug string) ([]model.Branch, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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