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) }
Click to show internal directories.
Click to hide internal directories.