rest

package
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2026 License: MIT Imports: 13 Imported by: 0

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 RESTGetter interface {
	Get(path string, data any) error
}

type Repository

type Repository struct {
	Host  string
	Owner string
	Name  string
	ID    int64
}

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 (s *Service) CurrentLogin() (string, error)

func (*Service) ResolveRepository

func (s *Service) ResolveRepository(owner string, name string) (Repository, error)

Jump to

Keyboard shortcuts

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