Documentation
¶
Overview ¶
The sla package implements wireformats for the sla service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SLARequest ¶
type SLARequest struct {
ModelUUID string `json:"model"`
Level string `json:"sla"`
Budget string `json:"budget"`
}
SLARequest defines the json used to post to sla service.
Click to show internal directories.
Click to hide internal directories.