request

package
v0.0.0-...-fd9cd78 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceCreateRequest

type ServiceCreateRequest struct {
	// pattern: ^[a-z][a-z0-9_]+$
	StackID string `json:"stack_id"`

	// pattern: ^[a-z][a-z0-9_]+$
	Name string `json:"name"`
}

ServiceCreateRequest struct swagger:model

func (ServiceCreateRequest) GetServiceName

func (r ServiceCreateRequest) GetServiceName() string

GetServiceName with stack_id

type ServicesQuery

type ServicesQuery struct {
	// pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
	StackID string `schema:"stack_id"`
}

ServicesQuery struct swagger:parameters getServicesHandler

Jump to

Keyboard shortcuts

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