Documentation
¶
Overview ¶
Package artifactory provides a Pipe that push to artifactory
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
Status int `json:"status"` // Error code
Message string `json:"message"` // Message describing the error.
}
An Error reports more details on an individual error in an ErrorResponse.
Click to show internal directories.
Click to hide internal directories.