Versions in this module Expand all Collapse all v0 v0.4.2 Apr 28, 2016 Changes in this version + type Remote struct + func (_m *Remote) Activate(u *model.User, r *model.Repo, k *model.Key, link string) error + func (_m *Remote) Auth(token string, secret string) (string, error) + func (_m *Remote) Deactivate(u *model.User, r *model.Repo, link string) error + func (_m *Remote) File(u *model.User, r *model.Repo, b *model.Build, f string) ([]byte, error) + func (_m *Remote) Hook(r *http.Request) (*model.Repo, *model.Build, error) + func (_m *Remote) Login(w http.ResponseWriter, r *http.Request) (*model.User, bool, error) + func (_m *Remote) Netrc(u *model.User, r *model.Repo) (*model.Netrc, error) + func (_m *Remote) Perm(u *model.User, owner string, repo string) (*model.Perm, error) + func (_m *Remote) Repo(u *model.User, owner string, repo string) (*model.Repo, error) + func (_m *Remote) Repos(u *model.User) ([]*model.RepoLite, error) + func (_m *Remote) Status(u *model.User, r *model.Repo, b *model.Build, link string) error