Versions in this module Expand all Collapse all v0 v0.4.2 Apr 28, 2016 Changes in this version + func NewClient(ConsumerRSA string, ConsumerKey string, URL string) *oauth.Consumer + func NewClientWithToken(Consumer *oauth.Consumer, AccessToken string) *http.Client + type BSRepo struct + Forkable bool + ID int + Links struct{ ... } + Name string + Project struct{ ... } + Public bool + ScmID string + Slug string + State string + StatusMessage string + type BitbucketServer struct + Consumer oauth.Consumer + ConsumerKey string + ConsumerRSA string + GitPassword string + GitUserName string + Open bool + URL string + func Load(config string) *BitbucketServer + func (bs *BitbucketServer) Activate(u *model.User, r *model.Repo, k *model.Key, link string) error + func (bs *BitbucketServer) Auth(token, secret string) (string, error) + func (bs *BitbucketServer) CreateHook(client *http.Client, project, slug, hook_key, link string) (*Hook, error) + func (bs *BitbucketServer) Deactivate(u *model.User, r *model.Repo, link string) error + func (bs *BitbucketServer) DeleteHook(client *http.Client, project, slug, hook_key, link string) error + func (bs *BitbucketServer) File(u *model.User, r *model.Repo, b *model.Build, f string) ([]byte, error) + func (bs *BitbucketServer) Hook(r *http.Request) (*model.Repo, *model.Build, error) + func (bs *BitbucketServer) Login(res http.ResponseWriter, req *http.Request) (*model.User, bool, error) + func (bs *BitbucketServer) Netrc(user *model.User, r *model.Repo) (*model.Netrc, error) + func (bs *BitbucketServer) Perm(u *model.User, owner, repo string) (*model.Perm, error) + func (bs *BitbucketServer) Repo(u *model.User, owner, name string) (*model.Repo, error) + func (bs *BitbucketServer) Repos(u *model.User) ([]*model.RepoLite, error) + func (bs *BitbucketServer) Status(u *model.User, r *model.Repo, b *model.Build, link string) error + func (bs *BitbucketServer) String() string + type Hook struct + Details *HookDetail + Enabled bool + type HookDetail struct + ConfigFormKey string + Description string + Key string + Name string + Type string + Version string + type Repos struct + IsLastPage bool + Limit int + Size int + Start int + Values []struct{ ... } + type User struct + Active bool + DisplayName string + EmailAddress string + ID int + Links struct{ ... } + Name string + Slug string + Type string