Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegistryRow ¶
type RegistryRow struct { ID string `json:"id" header:"ID"` Name string `json:"name" header:"Name"` URL string `json:"registryUrl" header:"Registry URL"` Owner string `json:"owner" header:"Owner"` Status string `json:"status" header:"Status"` }
row is the details of a Service Registry instance needed to print to a table
Click to show internal directories.
Click to hide internal directories.