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
Click to show internal directories.
Click to hide internal directories.