gateways

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command() *cobra.Command

Types

type Gateway

type Gateway struct {
	ApiConfig       string `json:"apiConfig"`
	CreateTime      string `json:"createTime"`
	DefaultHostname string `json:"defaultHostname"`
	DisplayName     string `json:"displayName"`
	Name            string `json:"name"`
	State           string `json:"state"`
	UpdateTime      string `json:"updateTime"`
}

type GatewayApi

type GatewayApi struct {
	CreateTime     string `json:"createTime"`
	DisplayName    string `json:"displayName"`
	ManagedService string `json:"managedService"`
	Name           string `json:"name"`
	State          string `json:"state"`
	UpdateTime     string `json:"updateTime"`
}

type GatewayConfig

type GatewayConfig struct {
	CreateTime            string                     `json:"createTime"`
	DisplayName           string                     `json:"displayName"`
	GatewayServiceAccount string                     `json:"gatewayServiceAccount"`
	GrpcServices          []map[string][]GatewayFile `json:"grpcServices"`
	ManagedServiceConfigs []*GatewayFile             `json:"managedServiceConfigs"`
	OpenAPIDocuments      []map[string]GatewayFile   `json:"openapiDocuments"`
	Name                  string                     `json:"name"`
	ServiceConfigId       string                     `json:"serviceConfigId"`
	State                 string                     `json:"state"`
	UpdateTime            string                     `json:"updateTime"`
}

type GatewayFile

type GatewayFile struct {
	Contents string `json:"contents"`
	Path     string `json:"path"`
}

Jump to

Keyboard shortcuts

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