dto

package
v0.0.0-...-5d3e5e5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2022 License: MIT Imports: 2 Imported by: 0

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 NamespaceListResponse struct {
	IsSuccess bool      `json:"isSuccess"`
	Data      *[]string `json:"message"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL