Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mesh ¶
type Mesh struct { ID int64 `json:"-"` TenantID string `json:"-"` Name string `json:"name"` Region string `json:"region"` Title string `json:"title"` Status string `json:"status"` Version string `json:"version"` LastVersion string `json:"-"` Config config.MeshConfig `json:"config"` Mode string `json:"mode"` State state.MeshState `json:"state"` CreatedAt *time.Time `json:"created_at"` UpdatedAt *time.Time `json:"updated_at"` }
type MeshSelector ¶
Click to show internal directories.
Click to hide internal directories.