Documentation
¶
Index ¶
- type ArtifactsServer
- func (a *ArtifactsServer) GetAllVersions(ctx context.Context, request api.GetAllVersionsRequestObject) (api.GetAllVersionsResponseObject, error)
- func (r *ArtifactsServer) GetManagedInfrastructureTemplate(ctx context.Context, request api.GetManagedInfrastructureTemplateRequestObject) (api.GetManagedInfrastructureTemplateResponseObject, error)
- func (r *ArtifactsServer) GetManagedInfrastructureTemplateDefaults(ctx context.Context, ...) (api.GetManagedInfrastructureTemplateDefaultsResponseObject, error)
- func (r *ArtifactsServer) GetManagedInfrastructureTemplates(ctx context.Context, ...) (api.GetManagedInfrastructureTemplatesResponseObject, error)
- func (a *ArtifactsServer) GetMinorVersions(ctx context.Context, request api.GetMinorVersionsRequestObject) (api.GetMinorVersionsResponseObject, error)
- type ArtifactsServerConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactsServer ¶
func (*ArtifactsServer) GetAllVersions ¶
func (a *ArtifactsServer) GetAllVersions(ctx context.Context, request api.GetAllVersionsRequestObject) (api.GetAllVersionsResponseObject, error)
GetAllVersions receives the API request to this endpoint, executes the request, and responds appropriately.
func (*ArtifactsServer) GetManagedInfrastructureTemplate ¶
func (r *ArtifactsServer) GetManagedInfrastructureTemplate( ctx context.Context, request api.GetManagedInfrastructureTemplateRequestObject) (api.GetManagedInfrastructureTemplateResponseObject, error)
Get managed infrastructure templates (GET /o2ims-infrastructureArtifacts/v1/managedInfrastructureTemplates/{managedInfrastructureTemplateId})
func (*ArtifactsServer) GetManagedInfrastructureTemplateDefaults ¶
func (r *ArtifactsServer) GetManagedInfrastructureTemplateDefaults( ctx context.Context, request api.GetManagedInfrastructureTemplateDefaultsRequestObject) (api.GetManagedInfrastructureTemplateDefaultsResponseObject, error)
Get managed infrastructure template defaults (GET /o2ims-infrastructureArtifacts/v1/managedInfrastructureTemplates/{managedInfrastructureTemplateId}/defaults)
func (*ArtifactsServer) GetManagedInfrastructureTemplates ¶
func (r *ArtifactsServer) GetManagedInfrastructureTemplates( ctx context.Context, request api.GetManagedInfrastructureTemplatesRequestObject) (api.GetManagedInfrastructureTemplatesResponseObject, error)
Get managed infrastructure templates (GET /o2ims-infrastructureArtifacts/v1/managedInfrastructureTemplates)
func (*ArtifactsServer) GetMinorVersions ¶
func (a *ArtifactsServer) GetMinorVersions(ctx context.Context, request api.GetMinorVersionsRequestObject) (api.GetMinorVersionsResponseObject, error)
GetMinorVersions receives the API request to this endpoint, executes the request, and responds appropriately.
type ArtifactsServerConfig ¶
type ArtifactsServerConfig struct {
utils.CommonServerConfig
}
Click to show internal directories.
Click to hide internal directories.