Documentation ¶
Overview ¶
Package stash implements a Bitbucket Server client.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWebHookService ¶ added in v1.5.152
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 { 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.
type MultipartWriter ¶ added in v1.14.47
func (*MultipartWriter) Close ¶ added in v1.14.47
func (mw *MultipartWriter) Close()
func (*MultipartWriter) FormDataContentType ¶ added in v1.14.47
func (mw *MultipartWriter) FormDataContentType() string
func (*MultipartWriter) Write ¶ added in v1.14.47
func (mw *MultipartWriter) Write(f, v string)
Click to show internal directories.
Click to hide internal directories.