package
0.0.0-20241018223127-a062be16fda2
Repository: https://github.com/activestate/cli.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
ErrorCode tries to retrieve the code associated with an API error.
ErrorCodeFromPayload tries to retrieve the code associated with an API error from a Message object referenced as a Payload.
No description provided by the author
No description provided by the author
ErrorMessageFromPayload tries to retrieve the code associated with an API error from a Message object referenced as a Payload.
GetPlatformURL returns a generic Platform URL for the given path.
GetServiceURL returns the URL for the given service.
NewHTTPClient creates a new HTTP client that will retry requests and add additional request information to the request headers.
NewRoundTripper creates a new instance of RoundTripper.
# Constants
ServiceHeadChefWS is the websocket service on headchef.
ServiceBuildPlanner is our service that processes build plans.
ServiceGraphQL is our service that's used as a graphql endpoint for platform requests.
ServiceHasuraInventory is the Hasura service for inventory information.
ServiceHeadChef is our service that's used to kick off and track builds.
ServiceInventory is our service that's used to query available inventory and dependencies.
ServiceMediator is our mediator service used to query build graph data.
ServiceMono is our main service for api services, "Mono" refers to its monolithic nature, one that we're trying to get away from.
ServiceRequirementsImport is our service that processes requirements.txt files.
ServiceSecrets is our service that's used purely for setting and storing secrets.
ServiceVulnerabilities is Data Acquisition's Hasura service for vulnerability (CVE) information.
TestingPlatform is the API host used by tests so-as not to affect production.
# Structs
RoundTripper is an implementation of http.RoundTripper that adds additional request information.
# Type aliases
Service records available api services.