Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudListResponse ¶
type CloudListResponse struct { ID common.ID `json:"id"` Name string `json:"name"` Url string `json:"url"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` }
func MapCloudListResponse ¶
func MapCloudListResponse(x *entities.Cloud) CloudListResponse
func MapCloudListResponses ¶
func MapCloudListResponses(x []*entities.Cloud) []CloudListResponse
Click to show internal directories.
Click to hide internal directories.