template_handler

package
v0.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterHandlers

func RegisterHandlers(server *server.Server, grp *huma.Group)

Types

type GetTemplateByIDInput

type GetTemplateByIDInput struct {
	server.BaseAuthInput
	ID uuid.UUID `query:"id" format:"uuid" required:"true"`
}

* BY Id

type GetTemplateResponse

type GetTemplateResponse struct {
	Body struct {
		Data *models.TemplateWithDefinitionResponse `json:"data"`
	}
}

type HandlerGroup

type HandlerGroup struct {
	// contains filtered or unexported fields
}

func (*HandlerGroup) DeployTemplate

func (self *HandlerGroup) DeployTemplate(ctx context.Context, input *TemplateDeployInput) (*TemplateDeployResponse, error)

func (*HandlerGroup) GetTemplateByID

func (self *HandlerGroup) GetTemplateByID(ctx context.Context, input *GetTemplateByIDInput) (*GetTemplateResponse, error)

func (*HandlerGroup) ListTemplates

func (self *HandlerGroup) ListTemplates(ctx context.Context, input *server.BaseAuthInput) (*ListTemplatesResponse, error)

type ListTemplatesResponse

type ListTemplatesResponse struct {
	Body struct {
		Data []*models.TemplateWithDefinitionResponse `json:"data" nullable:"false"`
	}
}

type TemplateDeployInput

type TemplateDeployInput struct {
	server.BaseAuthInput
	Body *models.TemplateDeployInput
}

type TemplateDeployResponse

type TemplateDeployResponse struct {
	Body struct {
		Data []*models.ServiceResponse `json:"data" nullable:"false"`
	}
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL