Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewArtifactoryHttpStrategy ¶
func NewArtifactoryHttpStrategy(rt artifactory.ArtifactoryServicesManager) *artifactoryHttpStrategy
Types ¶
type Http ¶
type Http interface { // Returns the api path to use for the remote service's available nodes endpoint. NodesEndpoint() string // Performs a GET request to the remote service, using the passed endpoint. // if nodeId is not empty, it is appended as the X-JFrog-Node-Id header value. SendGet(ctx context.Context, endpoint, nodeId string) ([]byte, error) }
Click to show internal directories.
Click to hide internal directories.