Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Remote ¶
type Remote interface { GetTokenQuestURL(string) (string, error) Authcallback(code, state string) (string, error) GetRepos(string) ([]api.Repo, string, string, error) LogOut(userID string) error CreateHook(service *api.Service) error DeleteHook(service *api.Service) error PostCommitStatus(service *api.Service, version *api.Version) error }
Remote is the interface of all operations needed for remote repository.
Click to show internal directories.
Click to hide internal directories.