Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct { Status string `json:"description"` Error string `json:"message"` IsSuccess bool `json:"isSuccess"` }
ErrorResponse
type IngressDetailsResponse ¶
type IngressDetailsResponse struct { IsSuccess bool `json:"isSuccess"` Message *[]ingress.IngressDto `json:"message"` }
type NamespaceListResponse ¶
type ServiceDetailsResponse ¶
type ServiceDetailsResponse struct { IsSuccess bool `json:"isSuccess"` Message interface{} `json:"message"` }
type ServiceResponse ¶
type ServiceResponse struct { IsSuccess bool `json:"isSuccess"` Message interface{} `json:"message"` }
type ServiceResultResponse ¶
type ServiceResultResponse struct { IsSuccess bool `json:"isSuccess"` Data []service.ServiceDto `json:"message"` }
Click to show internal directories.
Click to hide internal directories.