Documentation
¶
Overview ¶
Package client contains the client implementation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UpdateRequest ¶
type UpdateRequest struct {
Env string `json:"env"`
Name string `json:"name"`
Config json.RawMessage `json:"config"`
}
Click to show internal directories.
Click to hide internal directories.