pb

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2021 License: Apache-2.0 Imports: 29 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_endpoint_api_proto protoreflect.FileDescriptor

Functions

func EndpointApiServiceClientType

func EndpointApiServiceClientType() reflect.Type

EndpointApiServiceClientType .

func EndpointApiServiceHandlerType

func EndpointApiServiceHandlerType() reflect.Type

EndpointApiServiceHandlerType .

func EndpointApiServiceServerType

func EndpointApiServiceServerType() reflect.Type

EndpointApiServiceServerType .

func RegisterEndpointApiServiceHandler

func RegisterEndpointApiServiceHandler(r http.Router, srv EndpointApiServiceHandler, opts ...http.HandleOption)

RegisterEndpointApiServiceHandler register EndpointApiServiceHandler to http.Router.

func RegisterEndpointApiServiceImp

func RegisterEndpointApiServiceImp(regester transport.Register, srv EndpointApiServiceServer, opts ...transport.ServiceOption)

RegisterEndpointApiServiceImp endpoint_api.proto

func RegisterEndpointApiServiceServer

func RegisterEndpointApiServiceServer(s grpc1.ServiceRegistrar, srv EndpointApiServiceServer, opts ...grpc1.HandleOption)

func ServiceNames

func ServiceNames(svr ...string) []string

ServiceNames return all service names

func Types

func Types() []reflect.Type

Types

type ChangeEndpointRootRequest

type ChangeEndpointRootRequest struct {
	PackageId   string       `protobuf:"bytes,1,opt,name=packageId,proto3" json:"packageId,omitempty"`
	EndpointApi *EndpointApi `protobuf:"bytes,2,opt,name=endpointApi,proto3" json:"endpointApi,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeEndpointRootRequest) Descriptor deprecated

func (*ChangeEndpointRootRequest) Descriptor() ([]byte, []int)

Deprecated: Use ChangeEndpointRootRequest.ProtoReflect.Descriptor instead.

func (*ChangeEndpointRootRequest) GetEndpointApi

func (x *ChangeEndpointRootRequest) GetEndpointApi() *EndpointApi

func (*ChangeEndpointRootRequest) GetPackageId

func (x *ChangeEndpointRootRequest) GetPackageId() string

func (*ChangeEndpointRootRequest) MarshalJSON

func (m *ChangeEndpointRootRequest) MarshalJSON() ([]byte, error)

ChangeEndpointRootRequest implement json.Marshaler.

func (*ChangeEndpointRootRequest) ProtoMessage

func (*ChangeEndpointRootRequest) ProtoMessage()

func (*ChangeEndpointRootRequest) ProtoReflect

func (*ChangeEndpointRootRequest) Reset

func (x *ChangeEndpointRootRequest) Reset()

func (*ChangeEndpointRootRequest) String

func (x *ChangeEndpointRootRequest) String() string

func (*ChangeEndpointRootRequest) UnmarshalJSON

func (m *ChangeEndpointRootRequest) UnmarshalJSON(b []byte) error

ChangeEndpointRootRequest implement json.Marshaler.

func (*ChangeEndpointRootRequest) UnmarshalURLValues

func (m *ChangeEndpointRootRequest) UnmarshalURLValues(prefix string, values url.Values) error

ChangeEndpointRootRequest implement urlenc.URLValuesUnmarshaler.

func (*ChangeEndpointRootRequest) Validate

func (this *ChangeEndpointRootRequest) Validate() error

type ChangeEndpointRootResponse

type ChangeEndpointRootResponse struct {
	Data bool `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeEndpointRootResponse) Descriptor deprecated

func (*ChangeEndpointRootResponse) Descriptor() ([]byte, []int)

Deprecated: Use ChangeEndpointRootResponse.ProtoReflect.Descriptor instead.

func (*ChangeEndpointRootResponse) GetData

func (x *ChangeEndpointRootResponse) GetData() bool

func (*ChangeEndpointRootResponse) MarshalJSON

func (m *ChangeEndpointRootResponse) MarshalJSON() ([]byte, error)

ChangeEndpointRootResponse implement json.Marshaler.

func (*ChangeEndpointRootResponse) ProtoMessage

func (*ChangeEndpointRootResponse) ProtoMessage()

func (*ChangeEndpointRootResponse) ProtoReflect

func (*ChangeEndpointRootResponse) Reset

func (x *ChangeEndpointRootResponse) Reset()

func (*ChangeEndpointRootResponse) String

func (x *ChangeEndpointRootResponse) String() string

func (*ChangeEndpointRootResponse) UnmarshalJSON

func (m *ChangeEndpointRootResponse) UnmarshalJSON(b []byte) error

ChangeEndpointRootResponse implement json.Marshaler.

func (*ChangeEndpointRootResponse) UnmarshalURLValues

func (m *ChangeEndpointRootResponse) UnmarshalURLValues(prefix string, values url.Values) error

ChangeEndpointRootResponse implement urlenc.URLValuesUnmarshaler.

func (*ChangeEndpointRootResponse) Validate

func (this *ChangeEndpointRootResponse) Validate() error

type CreateEndpointApiRequest

type CreateEndpointApiRequest struct {
	PackageId   string       `protobuf:"bytes,1,opt,name=packageId,proto3" json:"packageId,omitempty"`
	EndpointApi *EndpointApi `protobuf:"bytes,2,opt,name=endpointApi,proto3" json:"endpointApi,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEndpointApiRequest) Descriptor deprecated

func (*CreateEndpointApiRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateEndpointApiRequest.ProtoReflect.Descriptor instead.

func (*CreateEndpointApiRequest) GetEndpointApi

func (x *CreateEndpointApiRequest) GetEndpointApi() *EndpointApi

func (*CreateEndpointApiRequest) GetPackageId

func (x *CreateEndpointApiRequest) GetPackageId() string

func (*CreateEndpointApiRequest) MarshalJSON

func (m *CreateEndpointApiRequest) MarshalJSON() ([]byte, error)

CreateEndpointApiRequest implement json.Marshaler.

func (*CreateEndpointApiRequest) ProtoMessage

func (*CreateEndpointApiRequest) ProtoMessage()

func (*CreateEndpointApiRequest) ProtoReflect

func (x *CreateEndpointApiRequest) ProtoReflect() protoreflect.Message

func (*CreateEndpointApiRequest) Reset

func (x *CreateEndpointApiRequest) Reset()

func (*CreateEndpointApiRequest) String

func (x *CreateEndpointApiRequest) String() string

func (*CreateEndpointApiRequest) UnmarshalJSON

func (m *CreateEndpointApiRequest) UnmarshalJSON(b []byte) error

CreateEndpointApiRequest implement json.Marshaler.

func (*CreateEndpointApiRequest) UnmarshalURLValues

func (m *CreateEndpointApiRequest) UnmarshalURLValues(prefix string, values url.Values) error

CreateEndpointApiRequest implement urlenc.URLValuesUnmarshaler.

func (*CreateEndpointApiRequest) Validate

func (this *CreateEndpointApiRequest) Validate() error

type CreateEndpointApiResponse

type CreateEndpointApiResponse struct {
	Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEndpointApiResponse) Descriptor deprecated

func (*CreateEndpointApiResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateEndpointApiResponse.ProtoReflect.Descriptor instead.

func (*CreateEndpointApiResponse) GetData

func (x *CreateEndpointApiResponse) GetData() string

func (*CreateEndpointApiResponse) MarshalJSON

func (m *CreateEndpointApiResponse) MarshalJSON() ([]byte, error)

CreateEndpointApiResponse implement json.Marshaler.

func (*CreateEndpointApiResponse) ProtoMessage

func (*CreateEndpointApiResponse) ProtoMessage()

func (*CreateEndpointApiResponse) ProtoReflect

func (*CreateEndpointApiResponse) Reset

func (x *CreateEndpointApiResponse) Reset()

func (*CreateEndpointApiResponse) String

func (x *CreateEndpointApiResponse) String() string

func (*CreateEndpointApiResponse) UnmarshalJSON

func (m *CreateEndpointApiResponse) UnmarshalJSON(b []byte) error

CreateEndpointApiResponse implement json.Marshaler.

func (*CreateEndpointApiResponse) UnmarshalURLValues

func (m *CreateEndpointApiResponse) UnmarshalURLValues(prefix string, values url.Values) error

CreateEndpointApiResponse implement urlenc.URLValuesUnmarshaler.

func (*CreateEndpointApiResponse) Validate

func (this *CreateEndpointApiResponse) Validate() error

type CreateEndpointRequest

type CreateEndpointRequest struct {
	ProjectId string    `protobuf:"bytes,1,opt,name=projectId,proto3" json:"projectId,omitempty"`
	Env       string    `protobuf:"bytes,2,opt,name=env,proto3" json:"env,omitempty"`
	Endpoint  *Endpoint `protobuf:"bytes,3,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEndpointRequest) Descriptor deprecated

func (*CreateEndpointRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateEndpointRequest.ProtoReflect.Descriptor instead.

func (*CreateEndpointRequest) GetEndpoint

func (x *CreateEndpointRequest) GetEndpoint() *Endpoint

func (*CreateEndpointRequest) GetEnv

func (x *CreateEndpointRequest) GetEnv() string

func (*CreateEndpointRequest) GetProjectId

func (x *CreateEndpointRequest) GetProjectId() string

func (*CreateEndpointRequest) MarshalJSON

func (m *CreateEndpointRequest) MarshalJSON() ([]byte, error)

CreateEndpointRequest implement json.Marshaler.

func (*CreateEndpointRequest) ProtoMessage

func (*CreateEndpointRequest) ProtoMessage()

func (*CreateEndpointRequest) ProtoReflect

func (x *CreateEndpointRequest) ProtoReflect() protoreflect.Message

func (*CreateEndpointRequest) Reset

func (x *CreateEndpointRequest) Reset()

func (*CreateEndpointRequest) String

func (x *CreateEndpointRequest) String() string

func (*CreateEndpointRequest) UnmarshalJSON

func (m *CreateEndpointRequest) UnmarshalJSON(b []byte) error

CreateEndpointRequest implement json.Marshaler.

func (*CreateEndpointRequest) UnmarshalURLValues

func (m *CreateEndpointRequest) UnmarshalURLValues(prefix string, values url.Values) error

CreateEndpointRequest implement urlenc.URLValuesUnmarshaler.

func (*CreateEndpointRequest) Validate

func (this *CreateEndpointRequest) Validate() error

type CreateEndpointResponse

type CreateEndpointResponse struct {
	Data *Endpoint `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEndpointResponse) Descriptor deprecated

func (*CreateEndpointResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateEndpointResponse.ProtoReflect.Descriptor instead.

func (*CreateEndpointResponse) GetData

func (x *CreateEndpointResponse) GetData() *Endpoint

func (*CreateEndpointResponse) MarshalJSON

func (m *CreateEndpointResponse) MarshalJSON() ([]byte, error)

CreateEndpointResponse implement json.Marshaler.

func (*CreateEndpointResponse) ProtoMessage

func (*CreateEndpointResponse) ProtoMessage()

func (*CreateEndpointResponse) ProtoReflect

func (x *CreateEndpointResponse) ProtoReflect() protoreflect.Message

func (*CreateEndpointResponse) Reset

func (x *CreateEndpointResponse) Reset()

func (*CreateEndpointResponse) String

func (x *CreateEndpointResponse) String() string

func (*CreateEndpointResponse) UnmarshalJSON

func (m *CreateEndpointResponse) UnmarshalJSON(b []byte) error

CreateEndpointResponse implement json.Marshaler.

func (*CreateEndpointResponse) UnmarshalURLValues

func (m *CreateEndpointResponse) UnmarshalURLValues(prefix string, values url.Values) error

CreateEndpointResponse implement urlenc.URLValuesUnmarshaler.

func (*CreateEndpointResponse) Validate

func (this *CreateEndpointResponse) Validate() error

type DeleteEndpointApiRequest

type DeleteEndpointApiRequest struct {
	PackageId string `protobuf:"bytes,1,opt,name=packageId,proto3" json:"packageId,omitempty"`
	ApiId     string `protobuf:"bytes,2,opt,name=apiId,proto3" json:"apiId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteEndpointApiRequest) Descriptor deprecated

func (*DeleteEndpointApiRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteEndpointApiRequest.ProtoReflect.Descriptor instead.

func (*DeleteEndpointApiRequest) GetApiId

func (x *DeleteEndpointApiRequest) GetApiId() string

func (*DeleteEndpointApiRequest) GetPackageId

func (x *DeleteEndpointApiRequest) GetPackageId() string

func (*DeleteEndpointApiRequest) MarshalJSON

func (m *DeleteEndpointApiRequest) MarshalJSON() ([]byte, error)

DeleteEndpointApiRequest implement json.Marshaler.

func (*DeleteEndpointApiRequest) ProtoMessage

func (*DeleteEndpointApiRequest) ProtoMessage()

func (*DeleteEndpointApiRequest) ProtoReflect

func (x *DeleteEndpointApiRequest) ProtoReflect() protoreflect.Message

func (*DeleteEndpointApiRequest) Reset

func (x *DeleteEndpointApiRequest) Reset()

func (*DeleteEndpointApiRequest) String

func (x *DeleteEndpointApiRequest) String() string

func (*DeleteEndpointApiRequest) UnmarshalJSON

func (m *DeleteEndpointApiRequest) UnmarshalJSON(b []byte) error

DeleteEndpointApiRequest implement json.Marshaler.

func (*DeleteEndpointApiRequest) UnmarshalURLValues

func (m *DeleteEndpointApiRequest) UnmarshalURLValues(prefix string, values url.Values) error

DeleteEndpointApiRequest implement urlenc.URLValuesUnmarshaler.

func (*DeleteEndpointApiRequest) Validate

func (this *DeleteEndpointApiRequest) Validate() error

type DeleteEndpointApiResponse

type DeleteEndpointApiResponse struct {
	Data bool `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteEndpointApiResponse) Descriptor deprecated

func (*DeleteEndpointApiResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteEndpointApiResponse.ProtoReflect.Descriptor instead.

func (*DeleteEndpointApiResponse) GetData

func (x *DeleteEndpointApiResponse) GetData() bool

func (*DeleteEndpointApiResponse) MarshalJSON

func (m *DeleteEndpointApiResponse) MarshalJSON() ([]byte, error)

DeleteEndpointApiResponse implement json.Marshaler.

func (*DeleteEndpointApiResponse) ProtoMessage

func (*DeleteEndpointApiResponse) ProtoMessage()

func (*DeleteEndpointApiResponse) ProtoReflect

func (*DeleteEndpointApiResponse) Reset

func (x *DeleteEndpointApiResponse) Reset()

func (*DeleteEndpointApiResponse) String

func (x *DeleteEndpointApiResponse) String() string

func (*DeleteEndpointApiResponse) UnmarshalJSON

func (m *DeleteEndpointApiResponse) UnmarshalJSON(b []byte) error

DeleteEndpointApiResponse implement json.Marshaler.

func (*DeleteEndpointApiResponse) UnmarshalURLValues

func (m *DeleteEndpointApiResponse) UnmarshalURLValues(prefix string, values url.Values) error

DeleteEndpointApiResponse implement urlenc.URLValuesUnmarshaler.

func (*DeleteEndpointApiResponse) Validate

func (this *DeleteEndpointApiResponse) Validate() error

type DeleteEndpointRequest

type DeleteEndpointRequest struct {
	PackageId string `protobuf:"bytes,1,opt,name=packageId,proto3" json:"packageId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteEndpointRequest) Descriptor deprecated

func (*DeleteEndpointRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteEndpointRequest.ProtoReflect.Descriptor instead.

func (*DeleteEndpointRequest) GetPackageId

func (x *DeleteEndpointRequest) GetPackageId() string

func (*DeleteEndpointRequest) MarshalJSON

func (m *DeleteEndpointRequest) MarshalJSON() ([]byte, error)

DeleteEndpointRequest implement json.Marshaler.

func (*DeleteEndpointRequest) ProtoMessage

func (*DeleteEndpointRequest) ProtoMessage()

func (*DeleteEndpointRequest) ProtoReflect

func (x *DeleteEndpointRequest) ProtoReflect() protoreflect.Message

func (*DeleteEndpointRequest) Reset

func (x *DeleteEndpointRequest) Reset()

func (*DeleteEndpointRequest) String

func (x *DeleteEndpointRequest) String() string

func (*DeleteEndpointRequest) UnmarshalJSON

func (m *DeleteEndpointRequest) UnmarshalJSON(b []byte) error

DeleteEndpointRequest implement json.Marshaler.

func (*DeleteEndpointRequest) UnmarshalURLValues

func (m *DeleteEndpointRequest) UnmarshalURLValues(prefix string, values url.Values) error

DeleteEndpointRequest implement urlenc.URLValuesUnmarshaler.

func (*DeleteEndpointRequest) Validate

func (this *DeleteEndpointRequest) Validate() error

type DeleteEndpointResponse

type DeleteEndpointResponse struct {
	Data bool `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteEndpointResponse) Descriptor deprecated

func (*DeleteEndpointResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteEndpointResponse.ProtoReflect.Descriptor instead.

func (*DeleteEndpointResponse) GetData

func (x *DeleteEndpointResponse) GetData() bool

func (*DeleteEndpointResponse) MarshalJSON

func (m *DeleteEndpointResponse) MarshalJSON() ([]byte, error)

DeleteEndpointResponse implement json.Marshaler.

func (*DeleteEndpointResponse) ProtoMessage

func (*DeleteEndpointResponse) ProtoMessage()

func (*DeleteEndpointResponse) ProtoReflect

func (x *DeleteEndpointResponse) ProtoReflect() protoreflect.Message

func (*DeleteEndpointResponse) Reset

func (x *DeleteEndpointResponse) Reset()

func (*DeleteEndpointResponse) String

func (x *DeleteEndpointResponse) String() string

func (*DeleteEndpointResponse) UnmarshalJSON

func (m *DeleteEndpointResponse) UnmarshalJSON(b []byte) error

DeleteEndpointResponse implement json.Marshaler.

func (*DeleteEndpointResponse) UnmarshalURLValues

func (m *DeleteEndpointResponse) UnmarshalURLValues(prefix string, values url.Values) error

DeleteEndpointResponse implement urlenc.URLValuesUnmarshaler.

func (*DeleteEndpointResponse) Validate

func (this *DeleteEndpointResponse) Validate() error

type Endpoint

type Endpoint struct {
	Id          string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreateAt    string   `protobuf:"bytes,2,opt,name=createAt,proto3" json:"createAt,omitempty"`
	Name        string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	BindDomain  []string `protobuf:"bytes,4,rep,name=bindDomain,proto3" json:"bindDomain,omitempty"`
	AuthType    string   `protobuf:"bytes,5,opt,name=authType,proto3" json:"authType,omitempty"`
	AclType     string   `protobuf:"bytes,6,opt,name=aclType,proto3" json:"aclType,omitempty"`
	Scene       string   `protobuf:"bytes,7,opt,name=scene,proto3" json:"scene,omitempty"`
	Description string   `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*Endpoint) Descriptor deprecated

func (*Endpoint) Descriptor() ([]byte, []int)

Deprecated: Use Endpoint.ProtoReflect.Descriptor instead.

func (*Endpoint) GetAclType

func (x *Endpoint) GetAclType() string

func (*Endpoint) GetAuthType

func (x *Endpoint) GetAuthType() string

func (*Endpoint) GetBindDomain

func (x *Endpoint) GetBindDomain() []string

func (*Endpoint) GetCreateAt

func (x *Endpoint) GetCreateAt() string

func (*Endpoint) GetDescription

func (x *Endpoint) GetDescription() string

func (*Endpoint) GetId

func (x *Endpoint) GetId() string

func (*Endpoint) GetName

func (x *Endpoint) GetName() string

func (*Endpoint) GetScene

func (x *Endpoint) GetScene() string

func (*Endpoint) MarshalJSON

func (m *Endpoint) MarshalJSON() ([]byte, error)

Endpoint implement json.Marshaler.

func (*Endpoint) ProtoMessage

func (*Endpoint) ProtoMessage()

func (*Endpoint) ProtoReflect

func (x *Endpoint) ProtoReflect() protoreflect.Message

func (*Endpoint) Reset

func (x *Endpoint) Reset()

func (*Endpoint) String

func (x *Endpoint) String() string

func (*Endpoint) UnmarshalJSON

func (m *Endpoint) UnmarshalJSON(b []byte) error

Endpoint implement json.Marshaler.

func (*Endpoint) UnmarshalURLValues

func (m *Endpoint) UnmarshalURLValues(prefix string, values url.Values) error

Endpoint implement urlenc.URLValuesUnmarshaler.

func (*Endpoint) Validate

func (this *Endpoint) Validate() error

type EndpointApi

type EndpointApi struct {
	ApiPath             string          `protobuf:"bytes,1,opt,name=apiPath,proto3" json:"apiPath,omitempty"`
	RedirectType        string          `protobuf:"bytes,2,opt,name=redirectType,proto3" json:"redirectType,omitempty"`
	RedirectAddr        string          `protobuf:"bytes,3,opt,name=redirectAddr,proto3" json:"redirectAddr,omitempty"`
	RedirectPath        string          `protobuf:"bytes,4,opt,name=redirectPath,proto3" json:"redirectPath,omitempty"`
	RedirectApp         string          `protobuf:"bytes,5,opt,name=redirectApp,proto3" json:"redirectApp,omitempty"`
	RedirectService     string          `protobuf:"bytes,6,opt,name=redirectService,proto3" json:"redirectService,omitempty"`
	RedirectRuntimeId   string          `protobuf:"bytes,7,opt,name=redirectRuntimeId,proto3" json:"redirectRuntimeId,omitempty"`
	RedirectRuntimeName string          `protobuf:"bytes,8,opt,name=redirectRuntimeName,proto3" json:"redirectRuntimeName,omitempty"`
	Method              *structpb.Value `protobuf:"bytes,9,opt,name=method,proto3" json:"method,omitempty"`
	AllowPassAuth       bool            `protobuf:"varint,10,opt,name=allowPassAuth,proto3" json:"allowPassAuth,omitempty"`
	Description         string          `protobuf:"bytes,11,opt,name=description,proto3" json:"description,omitempty"`
	Hosts               []string        `protobuf:"bytes,12,rep,name=hosts,proto3" json:"hosts,omitempty"`
	ApiId               string          `protobuf:"bytes,13,opt,name=apiId,proto3" json:"apiId,omitempty"`
	CreateAt            string          `protobuf:"bytes,14,opt,name=createAt,proto3" json:"createAt,omitempty"`
	DiceApp             string          `protobuf:"bytes,15,opt,name=diceApp,proto3" json:"diceApp,omitempty"`
	DiceService         string          `protobuf:"bytes,16,opt,name=diceService,proto3" json:"diceService,omitempty"`
	Origin              string          `protobuf:"bytes,17,opt,name=origin,proto3" json:"origin,omitempty"`
	Mutable             bool            `protobuf:"varint,18,opt,name=mutable,proto3" json:"mutable,omitempty"`
	// contains filtered or unexported fields
}

func (*EndpointApi) Descriptor deprecated

func (*EndpointApi) Descriptor() ([]byte, []int)

Deprecated: Use EndpointApi.ProtoReflect.Descriptor instead.

func (*EndpointApi) GetAllowPassAuth

func (x *EndpointApi) GetAllowPassAuth() bool

func (*EndpointApi) GetApiId

func (x *EndpointApi) GetApiId() string

func (*EndpointApi) GetApiPath

func (x *EndpointApi) GetApiPath() string

func (*EndpointApi) GetCreateAt

func (x *EndpointApi) GetCreateAt() string

func (*EndpointApi) GetDescription

func (x *EndpointApi) GetDescription() string

func (*EndpointApi) GetDiceApp

func (x *EndpointApi) GetDiceApp() string

func (*EndpointApi) GetDiceService

func (x *EndpointApi) GetDiceService() string

func (*EndpointApi) GetHosts

func (x *EndpointApi) GetHosts() []string

func (*EndpointApi) GetMethod

func (x *EndpointApi) GetMethod() *structpb.Value

func (*EndpointApi) GetMutable

func (x *EndpointApi) GetMutable() bool

func (*EndpointApi) GetOrigin

func (x *EndpointApi) GetOrigin() string

func (*EndpointApi) GetRedirectAddr

func (x *EndpointApi) GetRedirectAddr() string

func (*EndpointApi) GetRedirectApp

func (x *EndpointApi) GetRedirectApp() string

func (*EndpointApi) GetRedirectPath

func (x *EndpointApi) GetRedirectPath() string

func (*EndpointApi) GetRedirectRuntimeId

func (x *EndpointApi) GetRedirectRuntimeId() string

func (*EndpointApi) GetRedirectRuntimeName

func (x *EndpointApi) GetRedirectRuntimeName() string

func (*EndpointApi) GetRedirectService

func (x *EndpointApi) GetRedirectService() string

func (*EndpointApi) GetRedirectType

func (x *EndpointApi) GetRedirectType() string

func (*EndpointApi) MarshalJSON

func (m *EndpointApi) MarshalJSON() ([]byte, error)

EndpointApi implement json.Marshaler.

func (*EndpointApi) ProtoMessage

func (*EndpointApi) ProtoMessage()

func (*EndpointApi) ProtoReflect

func (x *EndpointApi) ProtoReflect() protoreflect.Message

func (*EndpointApi) Reset

func (x *EndpointApi) Reset()

func (*EndpointApi) String

func (x *EndpointApi) String() string

func (*EndpointApi) UnmarshalJSON

func (m *EndpointApi) UnmarshalJSON(b []byte) error

EndpointApi implement json.Marshaler.

func (*EndpointApi) UnmarshalURLValues

func (m *EndpointApi) UnmarshalURLValues(prefix string, values url.Values) error

EndpointApi implement urlenc.URLValuesUnmarshaler.

func (*EndpointApi) Validate

func (this *EndpointApi) Validate() error

type EndpointApiServiceClient

type EndpointApiServiceClient interface {
	// +publish path: "/api/gateway/openapi/packages-name"
	GetEndpointsName(ctx context.Context, in *GetEndpointsNameRequest, opts ...grpc.CallOption) (*GetEndpointsNameResponse, error)
	// +publish path: "/api/gateway/openapi/packages"
	GetEndpoints(ctx context.Context, in *GetEndpointsRequest, opts ...grpc.CallOption) (*GetEndpointsResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}"
	GetEndpoint(ctx context.Context, in *GetEndpointRequest, opts ...grpc.CallOption) (*GetEndpointResponse, error)
	// +publish path: "/api/gateway/openapi/packages"
	CreateEndpoint(ctx context.Context, in *CreateEndpointRequest, opts ...grpc.CallOption) (*CreateEndpointResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}"
	UpdateEndpoint(ctx context.Context, in *UpdateEndpointRequest, opts ...grpc.CallOption) (*UpdateEndpointResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}"
	DeleteEndpoint(ctx context.Context, in *DeleteEndpointRequest, opts ...grpc.CallOption) (*DeleteEndpointResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis"
	GetEndpointApis(ctx context.Context, in *GetEndpointApisRequest, opts ...grpc.CallOption) (*GetEndpointApisResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis"
	CreateEndpointApi(ctx context.Context, in *CreateEndpointApiRequest, opts ...grpc.CallOption) (*CreateEndpointApiResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis/{apiId}"
	UpdateEndpointApi(ctx context.Context, in *UpdateEndpointApiRequest, opts ...grpc.CallOption) (*UpdateEndpointApiResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis/{apiId}"
	DeleteEndpointApi(ctx context.Context, in *DeleteEndpointApiRequest, opts ...grpc.CallOption) (*DeleteEndpointApiResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/root-api"
	ChangeEndpointRoot(ctx context.Context, in *ChangeEndpointRootRequest, opts ...grpc.CallOption) (*ChangeEndpointRootResponse, error)
}

EndpointApiServiceClient is the client API for EndpointApiService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type EndpointApiServiceHandler

type EndpointApiServiceHandler interface {
	// +publish path: "/api/gateway/openapi/packages-name"
	// GET /api/gateway/openapi/packages-name
	GetEndpointsName(context.Context, *GetEndpointsNameRequest) (*GetEndpointsNameResponse, error)
	// +publish path: "/api/gateway/openapi/packages"
	// GET /api/gateway/openapi/packages
	GetEndpoints(context.Context, *GetEndpointsRequest) (*GetEndpointsResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}"
	// GET /api/gateway/openapi/packages/{packageId}
	GetEndpoint(context.Context, *GetEndpointRequest) (*GetEndpointResponse, error)
	// +publish path: "/api/gateway/openapi/packages"
	// POST /api/gateway/openapi/packages
	CreateEndpoint(context.Context, *CreateEndpointRequest) (*CreateEndpointResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}"
	// PATCH /api/gateway/openapi/packages/{packageId}
	UpdateEndpoint(context.Context, *UpdateEndpointRequest) (*UpdateEndpointResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}"
	// DELETE /api/gateway/openapi/packages/{packageId}
	DeleteEndpoint(context.Context, *DeleteEndpointRequest) (*DeleteEndpointResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis"
	// GET /api/gateway/openapi/packages/{packageId}/apis
	GetEndpointApis(context.Context, *GetEndpointApisRequest) (*GetEndpointApisResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis"
	// POST /api/gateway/openapi/packages/{packageId}/apis
	CreateEndpointApi(context.Context, *CreateEndpointApiRequest) (*CreateEndpointApiResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis/{apiId}"
	// PATCH /api/gateway/openapi/packages/{packageId}/apis/{apiId}
	UpdateEndpointApi(context.Context, *UpdateEndpointApiRequest) (*UpdateEndpointApiResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis/{apiId}"
	// DELETE /api/gateway/openapi/packages/{packageId}/apis/{apiId}
	DeleteEndpointApi(context.Context, *DeleteEndpointApiRequest) (*DeleteEndpointApiResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/root-api"
	// PUT /api/gateway/openapi/packages/{packageId}/root-api
	ChangeEndpointRoot(context.Context, *ChangeEndpointRootRequest) (*ChangeEndpointRootResponse, error)
}

EndpointApiServiceHandler is the server API for EndpointApiService service.

type EndpointApiServiceServer

type EndpointApiServiceServer interface {
	// +publish path: "/api/gateway/openapi/packages-name"
	GetEndpointsName(context.Context, *GetEndpointsNameRequest) (*GetEndpointsNameResponse, error)
	// +publish path: "/api/gateway/openapi/packages"
	GetEndpoints(context.Context, *GetEndpointsRequest) (*GetEndpointsResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}"
	GetEndpoint(context.Context, *GetEndpointRequest) (*GetEndpointResponse, error)
	// +publish path: "/api/gateway/openapi/packages"
	CreateEndpoint(context.Context, *CreateEndpointRequest) (*CreateEndpointResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}"
	UpdateEndpoint(context.Context, *UpdateEndpointRequest) (*UpdateEndpointResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}"
	DeleteEndpoint(context.Context, *DeleteEndpointRequest) (*DeleteEndpointResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis"
	GetEndpointApis(context.Context, *GetEndpointApisRequest) (*GetEndpointApisResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis"
	CreateEndpointApi(context.Context, *CreateEndpointApiRequest) (*CreateEndpointApiResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis/{apiId}"
	UpdateEndpointApi(context.Context, *UpdateEndpointApiRequest) (*UpdateEndpointApiResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis/{apiId}"
	DeleteEndpointApi(context.Context, *DeleteEndpointApiRequest) (*DeleteEndpointApiResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/root-api"
	ChangeEndpointRoot(context.Context, *ChangeEndpointRootRequest) (*ChangeEndpointRootResponse, error)
}

EndpointApiServiceServer is the server API for EndpointApiService service. All implementations should embed UnimplementedEndpointApiServiceServer for forward compatibility

type GetEndpointApisRequest

type GetEndpointApisRequest struct {
	PackageId   string `protobuf:"bytes,1,opt,name=packageId,proto3" json:"packageId,omitempty"`
	ApiPath     string `protobuf:"bytes,2,opt,name=apiPath,proto3" json:"apiPath,omitempty"`
	Method      string `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"`
	Origin      string `protobuf:"bytes,4,opt,name=origin,proto3" json:"origin,omitempty"`
	DiceApp     string `protobuf:"bytes,5,opt,name=diceApp,proto3" json:"diceApp,omitempty"`
	DiceService string `protobuf:"bytes,6,opt,name=diceService,proto3" json:"diceService,omitempty"`
	SortField   string `protobuf:"bytes,7,opt,name=sortField,proto3" json:"sortField,omitempty"`
	SortType    string `protobuf:"bytes,8,opt,name=sortType,proto3" json:"sortType,omitempty"`
	PageNo      int64  `protobuf:"varint,9,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	PageSize    int64  `protobuf:"varint,10,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEndpointApisRequest) Descriptor deprecated

func (*GetEndpointApisRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetEndpointApisRequest.ProtoReflect.Descriptor instead.

func (*GetEndpointApisRequest) GetApiPath

func (x *GetEndpointApisRequest) GetApiPath() string

func (*GetEndpointApisRequest) GetDiceApp

func (x *GetEndpointApisRequest) GetDiceApp() string

func (*GetEndpointApisRequest) GetDiceService

func (x *GetEndpointApisRequest) GetDiceService() string

func (*GetEndpointApisRequest) GetMethod

func (x *GetEndpointApisRequest) GetMethod() string

func (*GetEndpointApisRequest) GetOrigin

func (x *GetEndpointApisRequest) GetOrigin() string

func (*GetEndpointApisRequest) GetPackageId

func (x *GetEndpointApisRequest) GetPackageId() string

func (*GetEndpointApisRequest) GetPageNo

func (x *GetEndpointApisRequest) GetPageNo() int64

func (*GetEndpointApisRequest) GetPageSize

func (x *GetEndpointApisRequest) GetPageSize() int64

func (*GetEndpointApisRequest) GetSortField

func (x *GetEndpointApisRequest) GetSortField() string

func (*GetEndpointApisRequest) GetSortType

func (x *GetEndpointApisRequest) GetSortType() string

func (*GetEndpointApisRequest) MarshalJSON

func (m *GetEndpointApisRequest) MarshalJSON() ([]byte, error)

GetEndpointApisRequest implement json.Marshaler.

func (*GetEndpointApisRequest) ProtoMessage

func (*GetEndpointApisRequest) ProtoMessage()

func (*GetEndpointApisRequest) ProtoReflect

func (x *GetEndpointApisRequest) ProtoReflect() protoreflect.Message

func (*GetEndpointApisRequest) Reset

func (x *GetEndpointApisRequest) Reset()

func (*GetEndpointApisRequest) String

func (x *GetEndpointApisRequest) String() string

func (*GetEndpointApisRequest) UnmarshalJSON

func (m *GetEndpointApisRequest) UnmarshalJSON(b []byte) error

GetEndpointApisRequest implement json.Marshaler.

func (*GetEndpointApisRequest) UnmarshalURLValues

func (m *GetEndpointApisRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetEndpointApisRequest implement urlenc.URLValuesUnmarshaler.

func (*GetEndpointApisRequest) Validate

func (this *GetEndpointApisRequest) Validate() error

type GetEndpointApisResponse

type GetEndpointApisResponse struct {
	Data *pb.NewPageResult `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEndpointApisResponse) Descriptor deprecated

func (*GetEndpointApisResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetEndpointApisResponse.ProtoReflect.Descriptor instead.

func (*GetEndpointApisResponse) GetData

func (*GetEndpointApisResponse) MarshalJSON

func (m *GetEndpointApisResponse) MarshalJSON() ([]byte, error)

GetEndpointApisResponse implement json.Marshaler.

func (*GetEndpointApisResponse) ProtoMessage

func (*GetEndpointApisResponse) ProtoMessage()

func (*GetEndpointApisResponse) ProtoReflect

func (x *GetEndpointApisResponse) ProtoReflect() protoreflect.Message

func (*GetEndpointApisResponse) Reset

func (x *GetEndpointApisResponse) Reset()

func (*GetEndpointApisResponse) String

func (x *GetEndpointApisResponse) String() string

func (*GetEndpointApisResponse) UnmarshalJSON

func (m *GetEndpointApisResponse) UnmarshalJSON(b []byte) error

GetEndpointApisResponse implement json.Marshaler.

func (*GetEndpointApisResponse) UnmarshalURLValues

func (m *GetEndpointApisResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetEndpointApisResponse implement urlenc.URLValuesUnmarshaler.

func (*GetEndpointApisResponse) Validate

func (this *GetEndpointApisResponse) Validate() error

type GetEndpointRequest

type GetEndpointRequest struct {
	PackageId string `protobuf:"bytes,1,opt,name=packageId,proto3" json:"packageId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEndpointRequest) Descriptor deprecated

func (*GetEndpointRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetEndpointRequest.ProtoReflect.Descriptor instead.

func (*GetEndpointRequest) GetPackageId

func (x *GetEndpointRequest) GetPackageId() string

func (*GetEndpointRequest) MarshalJSON

func (m *GetEndpointRequest) MarshalJSON() ([]byte, error)

GetEndpointRequest implement json.Marshaler.

func (*GetEndpointRequest) ProtoMessage

func (*GetEndpointRequest) ProtoMessage()

func (*GetEndpointRequest) ProtoReflect

func (x *GetEndpointRequest) ProtoReflect() protoreflect.Message

func (*GetEndpointRequest) Reset

func (x *GetEndpointRequest) Reset()

func (*GetEndpointRequest) String

func (x *GetEndpointRequest) String() string

func (*GetEndpointRequest) UnmarshalJSON

func (m *GetEndpointRequest) UnmarshalJSON(b []byte) error

GetEndpointRequest implement json.Marshaler.

func (*GetEndpointRequest) UnmarshalURLValues

func (m *GetEndpointRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetEndpointRequest implement urlenc.URLValuesUnmarshaler.

func (*GetEndpointRequest) Validate

func (this *GetEndpointRequest) Validate() error

type GetEndpointResponse

type GetEndpointResponse struct {
	Data *Endpoint `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEndpointResponse) Descriptor deprecated

func (*GetEndpointResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetEndpointResponse.ProtoReflect.Descriptor instead.

func (*GetEndpointResponse) GetData

func (x *GetEndpointResponse) GetData() *Endpoint

func (*GetEndpointResponse) MarshalJSON

func (m *GetEndpointResponse) MarshalJSON() ([]byte, error)

GetEndpointResponse implement json.Marshaler.

func (*GetEndpointResponse) ProtoMessage

func (*GetEndpointResponse) ProtoMessage()

func (*GetEndpointResponse) ProtoReflect

func (x *GetEndpointResponse) ProtoReflect() protoreflect.Message

func (*GetEndpointResponse) Reset

func (x *GetEndpointResponse) Reset()

func (*GetEndpointResponse) String

func (x *GetEndpointResponse) String() string

func (*GetEndpointResponse) UnmarshalJSON

func (m *GetEndpointResponse) UnmarshalJSON(b []byte) error

GetEndpointResponse implement json.Marshaler.

func (*GetEndpointResponse) UnmarshalURLValues

func (m *GetEndpointResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetEndpointResponse implement urlenc.URLValuesUnmarshaler.

func (*GetEndpointResponse) Validate

func (this *GetEndpointResponse) Validate() error

type GetEndpointsNameRequest

type GetEndpointsNameRequest struct {
	Env       string `protobuf:"bytes,1,opt,name=env,proto3" json:"env,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEndpointsNameRequest) Descriptor deprecated

func (*GetEndpointsNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetEndpointsNameRequest.ProtoReflect.Descriptor instead.

func (*GetEndpointsNameRequest) GetEnv

func (x *GetEndpointsNameRequest) GetEnv() string

func (*GetEndpointsNameRequest) GetProjectId

func (x *GetEndpointsNameRequest) GetProjectId() string

func (*GetEndpointsNameRequest) MarshalJSON

func (m *GetEndpointsNameRequest) MarshalJSON() ([]byte, error)

GetEndpointsNameRequest implement json.Marshaler.

func (*GetEndpointsNameRequest) ProtoMessage

func (*GetEndpointsNameRequest) ProtoMessage()

func (*GetEndpointsNameRequest) ProtoReflect

func (x *GetEndpointsNameRequest) ProtoReflect() protoreflect.Message

func (*GetEndpointsNameRequest) Reset

func (x *GetEndpointsNameRequest) Reset()

func (*GetEndpointsNameRequest) String

func (x *GetEndpointsNameRequest) String() string

func (*GetEndpointsNameRequest) UnmarshalJSON

func (m *GetEndpointsNameRequest) UnmarshalJSON(b []byte) error

GetEndpointsNameRequest implement json.Marshaler.

func (*GetEndpointsNameRequest) UnmarshalURLValues

func (m *GetEndpointsNameRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetEndpointsNameRequest implement urlenc.URLValuesUnmarshaler.

func (*GetEndpointsNameRequest) Validate

func (this *GetEndpointsNameRequest) Validate() error

type GetEndpointsNameResponse

type GetEndpointsNameResponse struct {
	Data []*Endpoint `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEndpointsNameResponse) Descriptor deprecated

func (*GetEndpointsNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetEndpointsNameResponse.ProtoReflect.Descriptor instead.

func (*GetEndpointsNameResponse) GetData

func (x *GetEndpointsNameResponse) GetData() []*Endpoint

func (*GetEndpointsNameResponse) MarshalJSON

func (m *GetEndpointsNameResponse) MarshalJSON() ([]byte, error)

GetEndpointsNameResponse implement json.Marshaler.

func (*GetEndpointsNameResponse) ProtoMessage

func (*GetEndpointsNameResponse) ProtoMessage()

func (*GetEndpointsNameResponse) ProtoReflect

func (x *GetEndpointsNameResponse) ProtoReflect() protoreflect.Message

func (*GetEndpointsNameResponse) Reset

func (x *GetEndpointsNameResponse) Reset()

func (*GetEndpointsNameResponse) String

func (x *GetEndpointsNameResponse) String() string

func (*GetEndpointsNameResponse) UnmarshalJSON

func (m *GetEndpointsNameResponse) UnmarshalJSON(b []byte) error

GetEndpointsNameResponse implement json.Marshaler.

func (*GetEndpointsNameResponse) UnmarshalURLValues

func (m *GetEndpointsNameResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetEndpointsNameResponse implement urlenc.URLValuesUnmarshaler.

func (*GetEndpointsNameResponse) Validate

func (this *GetEndpointsNameResponse) Validate() error

type GetEndpointsRequest

type GetEndpointsRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=projectId,proto3" json:"projectId,omitempty"`
	Env       string `protobuf:"bytes,2,opt,name=env,proto3" json:"env,omitempty"`
	PageNo    int64  `protobuf:"varint,3,opt,name=pageNo,proto3" json:"pageNo,omitempty"`
	PageSize  int64  `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	SortField string `protobuf:"bytes,5,opt,name=sortField,proto3" json:"sortField,omitempty"`
	SortType  string `protobuf:"bytes,6,opt,name=sortType,proto3" json:"sortType,omitempty"`
	Domain    string `protobuf:"bytes,7,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEndpointsRequest) Descriptor deprecated

func (*GetEndpointsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetEndpointsRequest.ProtoReflect.Descriptor instead.

func (*GetEndpointsRequest) GetDomain

func (x *GetEndpointsRequest) GetDomain() string

func (*GetEndpointsRequest) GetEnv

func (x *GetEndpointsRequest) GetEnv() string

func (*GetEndpointsRequest) GetPageNo

func (x *GetEndpointsRequest) GetPageNo() int64

func (*GetEndpointsRequest) GetPageSize

func (x *GetEndpointsRequest) GetPageSize() int64

func (*GetEndpointsRequest) GetProjectId

func (x *GetEndpointsRequest) GetProjectId() string

func (*GetEndpointsRequest) GetSortField

func (x *GetEndpointsRequest) GetSortField() string

func (*GetEndpointsRequest) GetSortType

func (x *GetEndpointsRequest) GetSortType() string

func (*GetEndpointsRequest) MarshalJSON

func (m *GetEndpointsRequest) MarshalJSON() ([]byte, error)

GetEndpointsRequest implement json.Marshaler.

func (*GetEndpointsRequest) ProtoMessage

func (*GetEndpointsRequest) ProtoMessage()

func (*GetEndpointsRequest) ProtoReflect

func (x *GetEndpointsRequest) ProtoReflect() protoreflect.Message

func (*GetEndpointsRequest) Reset

func (x *GetEndpointsRequest) Reset()

func (*GetEndpointsRequest) String

func (x *GetEndpointsRequest) String() string

func (*GetEndpointsRequest) UnmarshalJSON

func (m *GetEndpointsRequest) UnmarshalJSON(b []byte) error

GetEndpointsRequest implement json.Marshaler.

func (*GetEndpointsRequest) UnmarshalURLValues

func (m *GetEndpointsRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetEndpointsRequest implement urlenc.URLValuesUnmarshaler.

func (*GetEndpointsRequest) Validate

func (this *GetEndpointsRequest) Validate() error

type GetEndpointsResponse

type GetEndpointsResponse struct {
	Data *pb.NewPageResult `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEndpointsResponse) Descriptor deprecated

func (*GetEndpointsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetEndpointsResponse.ProtoReflect.Descriptor instead.

func (*GetEndpointsResponse) GetData

func (x *GetEndpointsResponse) GetData() *pb.NewPageResult

func (*GetEndpointsResponse) MarshalJSON

func (m *GetEndpointsResponse) MarshalJSON() ([]byte, error)

GetEndpointsResponse implement json.Marshaler.

func (*GetEndpointsResponse) ProtoMessage

func (*GetEndpointsResponse) ProtoMessage()

func (*GetEndpointsResponse) ProtoReflect

func (x *GetEndpointsResponse) ProtoReflect() protoreflect.Message

func (*GetEndpointsResponse) Reset

func (x *GetEndpointsResponse) Reset()

func (*GetEndpointsResponse) String

func (x *GetEndpointsResponse) String() string

func (*GetEndpointsResponse) UnmarshalJSON

func (m *GetEndpointsResponse) UnmarshalJSON(b []byte) error

GetEndpointsResponse implement json.Marshaler.

func (*GetEndpointsResponse) UnmarshalURLValues

func (m *GetEndpointsResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetEndpointsResponse implement urlenc.URLValuesUnmarshaler.

func (*GetEndpointsResponse) Validate

func (this *GetEndpointsResponse) Validate() error

type UnimplementedEndpointApiServiceServer

type UnimplementedEndpointApiServiceServer struct {
}

UnimplementedEndpointApiServiceServer should be embedded to have forward compatible implementations.

func (*UnimplementedEndpointApiServiceServer) ChangeEndpointRoot

func (*UnimplementedEndpointApiServiceServer) CreateEndpoint

func (*UnimplementedEndpointApiServiceServer) CreateEndpointApi

func (*UnimplementedEndpointApiServiceServer) DeleteEndpoint

func (*UnimplementedEndpointApiServiceServer) DeleteEndpointApi

func (*UnimplementedEndpointApiServiceServer) GetEndpoint

func (*UnimplementedEndpointApiServiceServer) GetEndpointApis

func (*UnimplementedEndpointApiServiceServer) GetEndpoints

func (*UnimplementedEndpointApiServiceServer) GetEndpointsName

func (*UnimplementedEndpointApiServiceServer) UpdateEndpoint

func (*UnimplementedEndpointApiServiceServer) UpdateEndpointApi

type UpdateEndpointApiRequest

type UpdateEndpointApiRequest struct {
	PackageId   string       `protobuf:"bytes,1,opt,name=packageId,proto3" json:"packageId,omitempty"`
	ApiId       string       `protobuf:"bytes,2,opt,name=apiId,proto3" json:"apiId,omitempty"`
	EndpointApi *EndpointApi `protobuf:"bytes,3,opt,name=endpointApi,proto3" json:"endpointApi,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEndpointApiRequest) Descriptor deprecated

func (*UpdateEndpointApiRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateEndpointApiRequest.ProtoReflect.Descriptor instead.

func (*UpdateEndpointApiRequest) GetApiId

func (x *UpdateEndpointApiRequest) GetApiId() string

func (*UpdateEndpointApiRequest) GetEndpointApi

func (x *UpdateEndpointApiRequest) GetEndpointApi() *EndpointApi

func (*UpdateEndpointApiRequest) GetPackageId

func (x *UpdateEndpointApiRequest) GetPackageId() string

func (*UpdateEndpointApiRequest) MarshalJSON

func (m *UpdateEndpointApiRequest) MarshalJSON() ([]byte, error)

UpdateEndpointApiRequest implement json.Marshaler.

func (*UpdateEndpointApiRequest) ProtoMessage

func (*UpdateEndpointApiRequest) ProtoMessage()

func (*UpdateEndpointApiRequest) ProtoReflect

func (x *UpdateEndpointApiRequest) ProtoReflect() protoreflect.Message

func (*UpdateEndpointApiRequest) Reset

func (x *UpdateEndpointApiRequest) Reset()

func (*UpdateEndpointApiRequest) String

func (x *UpdateEndpointApiRequest) String() string

func (*UpdateEndpointApiRequest) UnmarshalJSON

func (m *UpdateEndpointApiRequest) UnmarshalJSON(b []byte) error

UpdateEndpointApiRequest implement json.Marshaler.

func (*UpdateEndpointApiRequest) UnmarshalURLValues

func (m *UpdateEndpointApiRequest) UnmarshalURLValues(prefix string, values url.Values) error

UpdateEndpointApiRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateEndpointApiRequest) Validate

func (this *UpdateEndpointApiRequest) Validate() error

type UpdateEndpointApiResponse

type UpdateEndpointApiResponse struct {
	Data *EndpointApi `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEndpointApiResponse) Descriptor deprecated

func (*UpdateEndpointApiResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateEndpointApiResponse.ProtoReflect.Descriptor instead.

func (*UpdateEndpointApiResponse) GetData

func (x *UpdateEndpointApiResponse) GetData() *EndpointApi

func (*UpdateEndpointApiResponse) MarshalJSON

func (m *UpdateEndpointApiResponse) MarshalJSON() ([]byte, error)

UpdateEndpointApiResponse implement json.Marshaler.

func (*UpdateEndpointApiResponse) ProtoMessage

func (*UpdateEndpointApiResponse) ProtoMessage()

func (*UpdateEndpointApiResponse) ProtoReflect

func (*UpdateEndpointApiResponse) Reset

func (x *UpdateEndpointApiResponse) Reset()

func (*UpdateEndpointApiResponse) String

func (x *UpdateEndpointApiResponse) String() string

func (*UpdateEndpointApiResponse) UnmarshalJSON

func (m *UpdateEndpointApiResponse) UnmarshalJSON(b []byte) error

UpdateEndpointApiResponse implement json.Marshaler.

func (*UpdateEndpointApiResponse) UnmarshalURLValues

func (m *UpdateEndpointApiResponse) UnmarshalURLValues(prefix string, values url.Values) error

UpdateEndpointApiResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateEndpointApiResponse) Validate

func (this *UpdateEndpointApiResponse) Validate() error

type UpdateEndpointRequest

type UpdateEndpointRequest struct {
	PackageId string    `protobuf:"bytes,1,opt,name=packageId,proto3" json:"packageId,omitempty"`
	Endpoint  *Endpoint `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEndpointRequest) Descriptor deprecated

func (*UpdateEndpointRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateEndpointRequest.ProtoReflect.Descriptor instead.

func (*UpdateEndpointRequest) GetEndpoint

func (x *UpdateEndpointRequest) GetEndpoint() *Endpoint

func (*UpdateEndpointRequest) GetPackageId

func (x *UpdateEndpointRequest) GetPackageId() string

func (*UpdateEndpointRequest) MarshalJSON

func (m *UpdateEndpointRequest) MarshalJSON() ([]byte, error)

UpdateEndpointRequest implement json.Marshaler.

func (*UpdateEndpointRequest) ProtoMessage

func (*UpdateEndpointRequest) ProtoMessage()

func (*UpdateEndpointRequest) ProtoReflect

func (x *UpdateEndpointRequest) ProtoReflect() protoreflect.Message

func (*UpdateEndpointRequest) Reset

func (x *UpdateEndpointRequest) Reset()

func (*UpdateEndpointRequest) String

func (x *UpdateEndpointRequest) String() string

func (*UpdateEndpointRequest) UnmarshalJSON

func (m *UpdateEndpointRequest) UnmarshalJSON(b []byte) error

UpdateEndpointRequest implement json.Marshaler.

func (*UpdateEndpointRequest) UnmarshalURLValues

func (m *UpdateEndpointRequest) UnmarshalURLValues(prefix string, values url.Values) error

UpdateEndpointRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateEndpointRequest) Validate

func (this *UpdateEndpointRequest) Validate() error

type UpdateEndpointResponse

type UpdateEndpointResponse struct {
	Data *Endpoint `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEndpointResponse) Descriptor deprecated

func (*UpdateEndpointResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateEndpointResponse.ProtoReflect.Descriptor instead.

func (*UpdateEndpointResponse) GetData

func (x *UpdateEndpointResponse) GetData() *Endpoint

func (*UpdateEndpointResponse) MarshalJSON

func (m *UpdateEndpointResponse) MarshalJSON() ([]byte, error)

UpdateEndpointResponse implement json.Marshaler.

func (*UpdateEndpointResponse) ProtoMessage

func (*UpdateEndpointResponse) ProtoMessage()

func (*UpdateEndpointResponse) ProtoReflect

func (x *UpdateEndpointResponse) ProtoReflect() protoreflect.Message

func (*UpdateEndpointResponse) Reset

func (x *UpdateEndpointResponse) Reset()

func (*UpdateEndpointResponse) String

func (x *UpdateEndpointResponse) String() string

func (*UpdateEndpointResponse) UnmarshalJSON

func (m *UpdateEndpointResponse) UnmarshalJSON(b []byte) error

UpdateEndpointResponse implement json.Marshaler.

func (*UpdateEndpointResponse) UnmarshalURLValues

func (m *UpdateEndpointResponse) UnmarshalURLValues(prefix string, values url.Values) error

UpdateEndpointResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateEndpointResponse) Validate

func (this *UpdateEndpointResponse) Validate() error

Jump to

Keyboard shortcuts

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