package
Version:
v1.5.97
Opens a new window with list of versions in this module.
Published: Apr 22, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Package stash implements a Bitbucket Server client.
New returns a new Stash API client.
NewDefault returns a new Stash API client.
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.