Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveRepositorySpec ¶
func ResolveRepositorySpec(repoArg string) (repository.Repository, error)
Types ¶
type RESTGetter ¶
type Repository ¶
func (Repository) FullName ¶
func (r Repository) FullName() string
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(host string, client RESTGetter) (*Service, error)
func (*Service) CurrentLogin ¶
func (*Service) ResolveRepository ¶
func (s *Service) ResolveRepository(owner string, name string) (Repository, error)
Click to show internal directories.
Click to hide internal directories.