Documentation ¶
Overview ¶
Package stash implements a Bitbucket Server client.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWebHookService ¶
func NewWebHookService() scm.WebhookService
NewWebHookService creates a new instance of the webhook service without the rest of the client
Types ¶
type Error ¶
type Error struct { Message string `json:"message"` Status int `json:"status-code"` Errors []struct { Message string `json:"message"` ExceptionName string `json:"exceptionName"` CurrentVersion int `json:"currentVersion"` ExpectedVersion int `json:"expectedVersion"` } `json:"errors"` }
Error represents a Stash error.
Click to show internal directories.
Click to hide internal directories.