package
Version:
v0.0.0-...-e99cc0b
Opens a new window with list of versions in this module.
Published: Nov 6, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
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.