package
1.20.0
Repository: https://github.com/tektoncd/hub.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

MakeInternalError builds a goa.ServiceError from an error.
MakeNotFound builds a goa.ServiceError from an error.
NewByCatalogKindNameEndpoint returns an endpoint function that calls the method "ByCatalogKindName" of service "resource".
NewByCatalogKindNameVersionEndpoint returns an endpoint function that calls the method "ByCatalogKindNameVersion" of service "resource".
NewByIDEndpoint returns an endpoint function that calls the method "ById" of service "resource".
NewByVersionIDEndpoint returns an endpoint function that calls the method "ByVersionId" of service "resource".
NewClient initializes a "resource" service client given the endpoints.
NewEndpoints wraps the methods of the "resource" service with endpoints.
NewListEndpoint returns an endpoint function that calls the method "List" of service "resource".
NewQueryEndpoint returns an endpoint function that calls the method "Query" of service "resource".
NewResources initializes result type Resources from viewed result type Resources.
NewVersionsByIDEndpoint returns an endpoint function that calls the method "VersionsByID" of service "resource".
NewViewedResources initializes viewed result type Resources from result type Resources using the given view.

# Constants

APIName is the name of the API as defined in the design.
APIVersion is the version of the API as defined in the design.
ServiceName is the name of the service as defined in the design.

# Variables

MethodNames lists the service method names as defined in the design.

# Structs

ByCatalogKindNamePayload is the payload type of the resource service ByCatalogKindName method.
ByCatalogKindNameResult is the result type of the resource service ByCatalogKindName method.
ByCatalogKindNameVersionPayload is the payload type of the resource service ByCatalogKindNameVersion method.
ByCatalogKindNameVersionResult is the result type of the resource service ByCatalogKindNameVersion method.
ByIDPayload is the payload type of the resource service ById method.
ByIDResult is the result type of the resource service ById method.
ByVersionIDPayload is the payload type of the resource service ByVersionId method.
ByVersionIDResult is the result type of the resource service ByVersionId method.
No description provided by the author
No description provided by the author
Client is the "resource" service client.
Endpoints wraps the "resource" service endpoints.
No description provided by the author
QueryPayload is the payload type of the resource service Query method.
QueryResult is the result type of the resource service Query method.
The resource type describes resource information.
Resources is the result type of the resource service List method.
The Version result type describes resource's version information.
No description provided by the author
VersionsByIDPayload is the payload type of the resource service VersionsByID method.
VersionsByIDResult is the result type of the resource service VersionsByID method.

# Interfaces

The resource service provides details about all kind of resources.

# Type aliases

No description provided by the author