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: 28 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_registercenter_proto protoreflect.FileDescriptor

Functions

func RegisterCenterServiceClientType

func RegisterCenterServiceClientType() reflect.Type

RegisterCenterServiceClientType .

func RegisterCenterServiceHandlerType

func RegisterCenterServiceHandlerType() reflect.Type

RegisterCenterServiceHandlerType .

func RegisterCenterServiceServerType

func RegisterCenterServiceServerType() reflect.Type

RegisterCenterServiceServerType .

func RegisterRegisterCenterServiceHandler

func RegisterRegisterCenterServiceHandler(r http.Router, srv RegisterCenterServiceHandler, opts ...http.HandleOption)

RegisterRegisterCenterServiceHandler register RegisterCenterServiceHandler to http.Router.

func RegisterRegisterCenterServiceImp

func RegisterRegisterCenterServiceImp(regester transport.Register, srv RegisterCenterServiceServer, opts ...transport.ServiceOption)

RegisterRegisterCenterServiceImp registercenter.proto

func RegisterRegisterCenterServiceServer

func RegisterRegisterCenterServiceServer(s grpc1.ServiceRegistrar, srv RegisterCenterServiceServer, opts ...grpc1.HandleOption)

func ServiceNames

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

ServiceNames return all service names

func Types

func Types() []reflect.Type

Types

type CetHostRuleRequest

type CetHostRuleRequest 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"`
	ClusterName string `protobuf:"bytes,3,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	AppID       string `protobuf:"bytes,4,opt,name=appID,proto3" json:"appID,omitempty"`
	TenantID    string `protobuf:"bytes,5,opt,name=tenantID,proto3" json:"tenantID,omitempty"`
	RuntimeID   string `protobuf:"bytes,6,opt,name=runtimeID,proto3" json:"runtimeID,omitempty"`
	// contains filtered or unexported fields
}

GetHostRule

func (*CetHostRuleRequest) Descriptor deprecated

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

Deprecated: Use CetHostRuleRequest.ProtoReflect.Descriptor instead.

func (*CetHostRuleRequest) GetAppID

func (x *CetHostRuleRequest) GetAppID() string

func (*CetHostRuleRequest) GetClusterName

func (x *CetHostRuleRequest) GetClusterName() string

func (*CetHostRuleRequest) GetEnv

func (x *CetHostRuleRequest) GetEnv() string

func (*CetHostRuleRequest) GetProjectID

func (x *CetHostRuleRequest) GetProjectID() string

func (*CetHostRuleRequest) GetRuntimeID

func (x *CetHostRuleRequest) GetRuntimeID() string

func (*CetHostRuleRequest) GetTenantID

func (x *CetHostRuleRequest) GetTenantID() string

func (*CetHostRuleRequest) MarshalJSON

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

CetHostRuleRequest implement json.Marshaler.

func (*CetHostRuleRequest) ProtoMessage

func (*CetHostRuleRequest) ProtoMessage()

func (*CetHostRuleRequest) ProtoReflect

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

func (*CetHostRuleRequest) Reset

func (x *CetHostRuleRequest) Reset()

func (*CetHostRuleRequest) String

func (x *CetHostRuleRequest) String() string

func (*CetHostRuleRequest) UnmarshalJSON

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

CetHostRuleRequest implement json.Marshaler.

func (*CetHostRuleRequest) UnmarshalURLValues

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

CetHostRuleRequest implement urlenc.URLValuesUnmarshaler.

func (*CetHostRuleRequest) Validate

func (this *CetHostRuleRequest) Validate() error

type CetHostRuleResponse

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

func (*CetHostRuleResponse) Descriptor deprecated

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

Deprecated: Use CetHostRuleResponse.ProtoReflect.Descriptor instead.

func (*CetHostRuleResponse) GetData

func (x *CetHostRuleResponse) GetData() *HostRules

func (*CetHostRuleResponse) MarshalJSON

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

CetHostRuleResponse implement json.Marshaler.

func (*CetHostRuleResponse) ProtoMessage

func (*CetHostRuleResponse) ProtoMessage()

func (*CetHostRuleResponse) ProtoReflect

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

func (*CetHostRuleResponse) Reset

func (x *CetHostRuleResponse) Reset()

func (*CetHostRuleResponse) String

func (x *CetHostRuleResponse) String() string

func (*CetHostRuleResponse) UnmarshalJSON

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

CetHostRuleResponse implement json.Marshaler.

func (*CetHostRuleResponse) UnmarshalURLValues

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

CetHostRuleResponse implement urlenc.URLValuesUnmarshaler.

func (*CetHostRuleResponse) Validate

func (this *CetHostRuleResponse) Validate() error

type CreateHostRuleRequest

type CreateHostRuleRequest 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"`
	ClusterName string     `protobuf:"bytes,3,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	AppID       string     `protobuf:"bytes,4,opt,name=appID,proto3" json:"appID,omitempty"`
	TenantID    string     `protobuf:"bytes,5,opt,name=tenantID,proto3" json:"tenantID,omitempty"`
	RuntimeID   string     `protobuf:"bytes,6,opt,name=runtimeID,proto3" json:"runtimeID,omitempty"`
	Rules       *HostRules `protobuf:"bytes,7,opt,name=rules,proto3" json:"rules,omitempty"`
	// contains filtered or unexported fields
}

CreateHostRule

func (*CreateHostRuleRequest) Descriptor deprecated

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

Deprecated: Use CreateHostRuleRequest.ProtoReflect.Descriptor instead.

func (*CreateHostRuleRequest) GetAppID

func (x *CreateHostRuleRequest) GetAppID() string

func (*CreateHostRuleRequest) GetClusterName

func (x *CreateHostRuleRequest) GetClusterName() string

func (*CreateHostRuleRequest) GetEnv

func (x *CreateHostRuleRequest) GetEnv() string

func (*CreateHostRuleRequest) GetProjectID

func (x *CreateHostRuleRequest) GetProjectID() string

func (*CreateHostRuleRequest) GetRules

func (x *CreateHostRuleRequest) GetRules() *HostRules

func (*CreateHostRuleRequest) GetRuntimeID

func (x *CreateHostRuleRequest) GetRuntimeID() string

func (*CreateHostRuleRequest) GetTenantID

func (x *CreateHostRuleRequest) GetTenantID() string

func (*CreateHostRuleRequest) MarshalJSON

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

CreateHostRuleRequest implement json.Marshaler.

func (*CreateHostRuleRequest) ProtoMessage

func (*CreateHostRuleRequest) ProtoMessage()

func (*CreateHostRuleRequest) ProtoReflect

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

func (*CreateHostRuleRequest) Reset

func (x *CreateHostRuleRequest) Reset()

func (*CreateHostRuleRequest) String

func (x *CreateHostRuleRequest) String() string

func (*CreateHostRuleRequest) UnmarshalJSON

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

CreateHostRuleRequest implement json.Marshaler.

func (*CreateHostRuleRequest) UnmarshalURLValues

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

CreateHostRuleRequest implement urlenc.URLValuesUnmarshaler.

func (*CreateHostRuleRequest) Validate

func (this *CreateHostRuleRequest) Validate() error

type CreateHostRuleResponse

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

func (*CreateHostRuleResponse) Descriptor deprecated

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

Deprecated: Use CreateHostRuleResponse.ProtoReflect.Descriptor instead.

func (*CreateHostRuleResponse) GetData

func (x *CreateHostRuleResponse) GetData() *HostRules

func (*CreateHostRuleResponse) MarshalJSON

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

CreateHostRuleResponse implement json.Marshaler.

func (*CreateHostRuleResponse) ProtoMessage

func (*CreateHostRuleResponse) ProtoMessage()

func (*CreateHostRuleResponse) ProtoReflect

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

func (*CreateHostRuleResponse) Reset

func (x *CreateHostRuleResponse) Reset()

func (*CreateHostRuleResponse) String

func (x *CreateHostRuleResponse) String() string

func (*CreateHostRuleResponse) UnmarshalJSON

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

CreateHostRuleResponse implement json.Marshaler.

func (*CreateHostRuleResponse) UnmarshalURLValues

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

CreateHostRuleResponse implement urlenc.URLValuesUnmarshaler.

func (*CreateHostRuleResponse) Validate

func (this *CreateHostRuleResponse) Validate() error

type CreateHostRuntimeRuleRequest

type CreateHostRuntimeRuleRequest 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"`
	Host        string            `protobuf:"bytes,3,opt,name=host,proto3" json:"host,omitempty"`
	ClusterName string            `protobuf:"bytes,4,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	TenantID    string            `protobuf:"bytes,5,opt,name=tenantID,proto3" json:"tenantID,omitempty"`
	RuntimeID   string            `protobuf:"bytes,6,opt,name=runtimeID,proto3" json:"runtimeID,omitempty"`
	Rules       *HostRuntimeRules `protobuf:"bytes,7,opt,name=rules,proto3" json:"rules,omitempty"`
	// contains filtered or unexported fields
}

CreateHostRuntimeRule

func (*CreateHostRuntimeRuleRequest) Descriptor deprecated

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

Deprecated: Use CreateHostRuntimeRuleRequest.ProtoReflect.Descriptor instead.

func (*CreateHostRuntimeRuleRequest) GetClusterName

func (x *CreateHostRuntimeRuleRequest) GetClusterName() string

func (*CreateHostRuntimeRuleRequest) GetEnv

func (*CreateHostRuntimeRuleRequest) GetHost

func (x *CreateHostRuntimeRuleRequest) GetHost() string

func (*CreateHostRuntimeRuleRequest) GetProjectID

func (x *CreateHostRuntimeRuleRequest) GetProjectID() string

func (*CreateHostRuntimeRuleRequest) GetRules

func (*CreateHostRuntimeRuleRequest) GetRuntimeID

func (x *CreateHostRuntimeRuleRequest) GetRuntimeID() string

func (*CreateHostRuntimeRuleRequest) GetTenantID

func (x *CreateHostRuntimeRuleRequest) GetTenantID() string

func (*CreateHostRuntimeRuleRequest) MarshalJSON

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

CreateHostRuntimeRuleRequest implement json.Marshaler.

func (*CreateHostRuntimeRuleRequest) ProtoMessage

func (*CreateHostRuntimeRuleRequest) ProtoMessage()

func (*CreateHostRuntimeRuleRequest) ProtoReflect

func (*CreateHostRuntimeRuleRequest) Reset

func (x *CreateHostRuntimeRuleRequest) Reset()

func (*CreateHostRuntimeRuleRequest) String

func (*CreateHostRuntimeRuleRequest) UnmarshalJSON

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

CreateHostRuntimeRuleRequest implement json.Marshaler.

func (*CreateHostRuntimeRuleRequest) UnmarshalURLValues

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

CreateHostRuntimeRuleRequest implement urlenc.URLValuesUnmarshaler.

func (*CreateHostRuntimeRuleRequest) Validate

func (this *CreateHostRuntimeRuleRequest) Validate() error

type CreateHostRuntimeRuleResponse

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

func (*CreateHostRuntimeRuleResponse) Descriptor deprecated

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

Deprecated: Use CreateHostRuntimeRuleResponse.ProtoReflect.Descriptor instead.

func (*CreateHostRuntimeRuleResponse) GetData

func (*CreateHostRuntimeRuleResponse) MarshalJSON

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

CreateHostRuntimeRuleResponse implement json.Marshaler.

func (*CreateHostRuntimeRuleResponse) ProtoMessage

func (*CreateHostRuntimeRuleResponse) ProtoMessage()

func (*CreateHostRuntimeRuleResponse) ProtoReflect

func (*CreateHostRuntimeRuleResponse) Reset

func (x *CreateHostRuntimeRuleResponse) Reset()

func (*CreateHostRuntimeRuleResponse) String

func (*CreateHostRuntimeRuleResponse) UnmarshalJSON

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

CreateHostRuntimeRuleResponse implement json.Marshaler.

func (*CreateHostRuntimeRuleResponse) UnmarshalURLValues

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

CreateHostRuntimeRuleResponse implement urlenc.URLValuesUnmarshaler.

func (*CreateHostRuntimeRuleResponse) Validate

func (this *CreateHostRuntimeRuleResponse) Validate() error

type CreateRouteRuleRequest

type CreateRouteRuleRequest struct {
	InterfaceName string       `protobuf:"bytes,1,opt,name=interfaceName,proto3" json:"interfaceName,omitempty"`
	ProjectID     string       `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty"`
	Env           string       `protobuf:"bytes,3,opt,name=env,proto3" json:"env,omitempty"`
	ClusterName   string       `protobuf:"bytes,4,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	AppID         string       `protobuf:"bytes,5,opt,name=appID,proto3" json:"appID,omitempty"`
	TenantID      string       `protobuf:"bytes,6,opt,name=tenantID,proto3" json:"tenantID,omitempty"`
	RuntimeID     string       `protobuf:"bytes,7,opt,name=runtimeID,proto3" json:"runtimeID,omitempty"`
	Rule          *RequestRule `protobuf:"bytes,8,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

CreateRouteRule

func (*CreateRouteRuleRequest) Descriptor deprecated

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

Deprecated: Use CreateRouteRuleRequest.ProtoReflect.Descriptor instead.

func (*CreateRouteRuleRequest) GetAppID

func (x *CreateRouteRuleRequest) GetAppID() string

func (*CreateRouteRuleRequest) GetClusterName

func (x *CreateRouteRuleRequest) GetClusterName() string

func (*CreateRouteRuleRequest) GetEnv

func (x *CreateRouteRuleRequest) GetEnv() string

func (*CreateRouteRuleRequest) GetInterfaceName

func (x *CreateRouteRuleRequest) GetInterfaceName() string

func (*CreateRouteRuleRequest) GetProjectID

func (x *CreateRouteRuleRequest) GetProjectID() string

func (*CreateRouteRuleRequest) GetRule

func (x *CreateRouteRuleRequest) GetRule() *RequestRule

func (*CreateRouteRuleRequest) GetRuntimeID

func (x *CreateRouteRuleRequest) GetRuntimeID() string

func (*CreateRouteRuleRequest) GetTenantID

func (x *CreateRouteRuleRequest) GetTenantID() string

func (*CreateRouteRuleRequest) MarshalJSON

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

CreateRouteRuleRequest implement json.Marshaler.

func (*CreateRouteRuleRequest) ProtoMessage

func (*CreateRouteRuleRequest) ProtoMessage()

func (*CreateRouteRuleRequest) ProtoReflect

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

func (*CreateRouteRuleRequest) Reset

func (x *CreateRouteRuleRequest) Reset()

func (*CreateRouteRuleRequest) String

func (x *CreateRouteRuleRequest) String() string

func (*CreateRouteRuleRequest) UnmarshalJSON

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

CreateRouteRuleRequest implement json.Marshaler.

func (*CreateRouteRuleRequest) UnmarshalURLValues

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

CreateRouteRuleRequest implement urlenc.URLValuesUnmarshaler.

func (*CreateRouteRuleRequest) Validate

func (this *CreateRouteRuleRequest) Validate() error

type CreateRouteRuleResponse

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

func (*CreateRouteRuleResponse) Descriptor deprecated

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

Deprecated: Use CreateRouteRuleResponse.ProtoReflect.Descriptor instead.

func (*CreateRouteRuleResponse) GetData

func (x *CreateRouteRuleResponse) GetData() *RequestRule

func (*CreateRouteRuleResponse) MarshalJSON

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

CreateRouteRuleResponse implement json.Marshaler.

func (*CreateRouteRuleResponse) ProtoMessage

func (*CreateRouteRuleResponse) ProtoMessage()

func (*CreateRouteRuleResponse) ProtoReflect

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

func (*CreateRouteRuleResponse) Reset

func (x *CreateRouteRuleResponse) Reset()

func (*CreateRouteRuleResponse) String

func (x *CreateRouteRuleResponse) String() string

func (*CreateRouteRuleResponse) UnmarshalJSON

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

CreateRouteRuleResponse implement json.Marshaler.

func (*CreateRouteRuleResponse) UnmarshalURLValues

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

CreateRouteRuleResponse implement urlenc.URLValuesUnmarshaler.

func (*CreateRouteRuleResponse) Validate

func (this *CreateRouteRuleResponse) Validate() error

type DeleteHostRuleRequest

type DeleteHostRuleRequest 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"`
	ClusterName string `protobuf:"bytes,3,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	AppID       string `protobuf:"bytes,4,opt,name=appID,proto3" json:"appID,omitempty"`
	TenantID    string `protobuf:"bytes,5,opt,name=tenantID,proto3" json:"tenantID,omitempty"`
	RuntimeID   string `protobuf:"bytes,6,opt,name=runtimeID,proto3" json:"runtimeID,omitempty"`
	// contains filtered or unexported fields
}

DeleteHostRule

func (*DeleteHostRuleRequest) Descriptor deprecated

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

Deprecated: Use DeleteHostRuleRequest.ProtoReflect.Descriptor instead.

func (*DeleteHostRuleRequest) GetAppID

func (x *DeleteHostRuleRequest) GetAppID() string

func (*DeleteHostRuleRequest) GetClusterName

func (x *DeleteHostRuleRequest) GetClusterName() string

func (*DeleteHostRuleRequest) GetEnv

func (x *DeleteHostRuleRequest) GetEnv() string

func (*DeleteHostRuleRequest) GetProjectID

func (x *DeleteHostRuleRequest) GetProjectID() string

func (*DeleteHostRuleRequest) GetRuntimeID

func (x *DeleteHostRuleRequest) GetRuntimeID() string

func (*DeleteHostRuleRequest) GetTenantID

func (x *DeleteHostRuleRequest) GetTenantID() string

func (*DeleteHostRuleRequest) MarshalJSON

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

DeleteHostRuleRequest implement json.Marshaler.

func (*DeleteHostRuleRequest) ProtoMessage

func (*DeleteHostRuleRequest) ProtoMessage()

func (*DeleteHostRuleRequest) ProtoReflect

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

func (*DeleteHostRuleRequest) Reset

func (x *DeleteHostRuleRequest) Reset()

func (*DeleteHostRuleRequest) String

func (x *DeleteHostRuleRequest) String() string

func (*DeleteHostRuleRequest) UnmarshalJSON

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

DeleteHostRuleRequest implement json.Marshaler.

func (*DeleteHostRuleRequest) UnmarshalURLValues

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

DeleteHostRuleRequest implement urlenc.URLValuesUnmarshaler.

func (*DeleteHostRuleRequest) Validate

func (this *DeleteHostRuleRequest) Validate() error

type DeleteHostRuleResponse

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

func (*DeleteHostRuleResponse) Descriptor deprecated

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

Deprecated: Use DeleteHostRuleResponse.ProtoReflect.Descriptor instead.

func (*DeleteHostRuleResponse) GetData

func (x *DeleteHostRuleResponse) GetData() *HostRules

func (*DeleteHostRuleResponse) MarshalJSON

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

DeleteHostRuleResponse implement json.Marshaler.

func (*DeleteHostRuleResponse) ProtoMessage

func (*DeleteHostRuleResponse) ProtoMessage()

func (*DeleteHostRuleResponse) ProtoReflect

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

func (*DeleteHostRuleResponse) Reset

func (x *DeleteHostRuleResponse) Reset()

func (*DeleteHostRuleResponse) String

func (x *DeleteHostRuleResponse) String() string

func (*DeleteHostRuleResponse) UnmarshalJSON

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

DeleteHostRuleResponse implement json.Marshaler.

func (*DeleteHostRuleResponse) UnmarshalURLValues

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

DeleteHostRuleResponse implement urlenc.URLValuesUnmarshaler.

func (*DeleteHostRuleResponse) Validate

func (this *DeleteHostRuleResponse) Validate() error

type DeleteRouteRuleRequest

type DeleteRouteRuleRequest struct {
	InterfaceName string `protobuf:"bytes,1,opt,name=interfaceName,proto3" json:"interfaceName,omitempty"`
	ProjectID     string `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty"`
	Env           string `protobuf:"bytes,3,opt,name=env,proto3" json:"env,omitempty"`
	ClusterName   string `protobuf:"bytes,4,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	AppID         string `protobuf:"bytes,5,opt,name=appID,proto3" json:"appID,omitempty"`
	TenantID      string `protobuf:"bytes,6,opt,name=tenantID,proto3" json:"tenantID,omitempty"`
	RuntimeID     string `protobuf:"bytes,7,opt,name=runtimeID,proto3" json:"runtimeID,omitempty"`
	// contains filtered or unexported fields
}

DeleteRouteRule

func (*DeleteRouteRuleRequest) Descriptor deprecated

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

Deprecated: Use DeleteRouteRuleRequest.ProtoReflect.Descriptor instead.

func (*DeleteRouteRuleRequest) GetAppID

func (x *DeleteRouteRuleRequest) GetAppID() string

func (*DeleteRouteRuleRequest) GetClusterName

func (x *DeleteRouteRuleRequest) GetClusterName() string

func (*DeleteRouteRuleRequest) GetEnv

func (x *DeleteRouteRuleRequest) GetEnv() string

func (*DeleteRouteRuleRequest) GetInterfaceName

func (x *DeleteRouteRuleRequest) GetInterfaceName() string

func (*DeleteRouteRuleRequest) GetProjectID

func (x *DeleteRouteRuleRequest) GetProjectID() string

func (*DeleteRouteRuleRequest) GetRuntimeID

func (x *DeleteRouteRuleRequest) GetRuntimeID() string

func (*DeleteRouteRuleRequest) GetTenantID

func (x *DeleteRouteRuleRequest) GetTenantID() string

func (*DeleteRouteRuleRequest) MarshalJSON

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

DeleteRouteRuleRequest implement json.Marshaler.

func (*DeleteRouteRuleRequest) ProtoMessage

func (*DeleteRouteRuleRequest) ProtoMessage()

func (*DeleteRouteRuleRequest) ProtoReflect

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

func (*DeleteRouteRuleRequest) Reset

func (x *DeleteRouteRuleRequest) Reset()

func (*DeleteRouteRuleRequest) String

func (x *DeleteRouteRuleRequest) String() string

func (*DeleteRouteRuleRequest) UnmarshalJSON

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

DeleteRouteRuleRequest implement json.Marshaler.

func (*DeleteRouteRuleRequest) UnmarshalURLValues

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

DeleteRouteRuleRequest implement urlenc.URLValuesUnmarshaler.

func (*DeleteRouteRuleRequest) Validate

func (this *DeleteRouteRuleRequest) Validate() error

type DeleteRouteRuleResponse

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

func (*DeleteRouteRuleResponse) Descriptor deprecated

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

Deprecated: Use DeleteRouteRuleResponse.ProtoReflect.Descriptor instead.

func (*DeleteRouteRuleResponse) GetData

func (x *DeleteRouteRuleResponse) GetData() *RequestRule

func (*DeleteRouteRuleResponse) MarshalJSON

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

DeleteRouteRuleResponse implement json.Marshaler.

func (*DeleteRouteRuleResponse) ProtoMessage

func (*DeleteRouteRuleResponse) ProtoMessage()

func (*DeleteRouteRuleResponse) ProtoReflect

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

func (*DeleteRouteRuleResponse) Reset

func (x *DeleteRouteRuleResponse) Reset()

func (*DeleteRouteRuleResponse) String

func (x *DeleteRouteRuleResponse) String() string

func (*DeleteRouteRuleResponse) UnmarshalJSON

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

DeleteRouteRuleResponse implement json.Marshaler.

func (*DeleteRouteRuleResponse) UnmarshalURLValues

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

DeleteRouteRuleResponse implement urlenc.URLValuesUnmarshaler.

func (*DeleteRouteRuleResponse) Validate

func (this *DeleteRouteRuleResponse) Validate() error

type DubboInterface

type DubboInterface struct {
	Title   string                  `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Total   int64                   `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Time    []int64                 `protobuf:"varint,3,rep,packed,name=time,proto3" json:"time,omitempty"`
	Results []*DubboInterfaceResult `protobuf:"bytes,4,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*DubboInterface) Descriptor deprecated

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

Deprecated: Use DubboInterface.ProtoReflect.Descriptor instead.

func (*DubboInterface) GetResults

func (x *DubboInterface) GetResults() []*DubboInterfaceResult

func (*DubboInterface) GetTime

func (x *DubboInterface) GetTime() []int64

func (*DubboInterface) GetTitle

func (x *DubboInterface) GetTitle() string

func (*DubboInterface) GetTotal

func (x *DubboInterface) GetTotal() int64

func (*DubboInterface) MarshalJSON

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

DubboInterface implement json.Marshaler.

func (*DubboInterface) ProtoMessage

func (*DubboInterface) ProtoMessage()

func (*DubboInterface) ProtoReflect

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

func (*DubboInterface) Reset

func (x *DubboInterface) Reset()

func (*DubboInterface) String

func (x *DubboInterface) String() string

func (*DubboInterface) UnmarshalJSON

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

DubboInterface implement json.Marshaler.

func (*DubboInterface) UnmarshalURLValues

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

DubboInterface implement urlenc.URLValuesUnmarshaler.

func (*DubboInterface) Validate

func (this *DubboInterface) Validate() error

type DubboInterfaceResult

type DubboInterfaceResult struct {
	Name string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Data []*DubboMointorMap `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*DubboInterfaceResult) Descriptor deprecated

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

Deprecated: Use DubboInterfaceResult.ProtoReflect.Descriptor instead.

func (*DubboInterfaceResult) GetData

func (x *DubboInterfaceResult) GetData() []*DubboMointorMap

func (*DubboInterfaceResult) GetName

func (x *DubboInterfaceResult) GetName() string

func (*DubboInterfaceResult) MarshalJSON

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

DubboInterfaceResult implement json.Marshaler.

func (*DubboInterfaceResult) ProtoMessage

func (*DubboInterfaceResult) ProtoMessage()

func (*DubboInterfaceResult) ProtoReflect

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

func (*DubboInterfaceResult) Reset

func (x *DubboInterfaceResult) Reset()

func (*DubboInterfaceResult) String

func (x *DubboInterfaceResult) String() string

func (*DubboInterfaceResult) UnmarshalJSON

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

DubboInterfaceResult implement json.Marshaler.

func (*DubboInterfaceResult) UnmarshalURLValues

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

DubboInterfaceResult implement urlenc.URLValuesUnmarshaler.

func (*DubboInterfaceResult) Validate

func (this *DubboInterfaceResult) Validate() error

type DubboInterfaceTime

type DubboInterfaceTime struct {
	ProviderTime string `protobuf:"bytes,1,opt,name=providerTime,proto3" json:"providerTime,omitempty"`
	ConsumerTime string `protobuf:"bytes,2,opt,name=consumerTime,proto3" json:"consumerTime,omitempty"`
	// contains filtered or unexported fields
}

func (*DubboInterfaceTime) Descriptor deprecated

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

Deprecated: Use DubboInterfaceTime.ProtoReflect.Descriptor instead.

func (*DubboInterfaceTime) GetConsumerTime

func (x *DubboInterfaceTime) GetConsumerTime() string

func (*DubboInterfaceTime) GetProviderTime

func (x *DubboInterfaceTime) GetProviderTime() string

func (*DubboInterfaceTime) MarshalJSON

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

DubboInterfaceTime implement json.Marshaler.

func (*DubboInterfaceTime) ProtoMessage

func (*DubboInterfaceTime) ProtoMessage()

func (*DubboInterfaceTime) ProtoReflect

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

func (*DubboInterfaceTime) Reset

func (x *DubboInterfaceTime) Reset()

func (*DubboInterfaceTime) String

func (x *DubboInterfaceTime) String() string

func (*DubboInterfaceTime) UnmarshalJSON

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

DubboInterfaceTime implement json.Marshaler.

func (*DubboInterfaceTime) UnmarshalURLValues

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

DubboInterfaceTime implement urlenc.URLValuesUnmarshaler.

func (*DubboInterfaceTime) Validate

func (this *DubboInterfaceTime) Validate() error

type DubboMointor

type DubboMointor struct {
	Name      string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Tag       string  `protobuf:"bytes,2,opt,name=tag,proto3" json:"tag,omitempty"`
	Data      []int64 `protobuf:"varint,3,rep,packed,name=data,proto3" json:"data,omitempty"`
	Unit      string  `protobuf:"bytes,4,opt,name=unit,proto3" json:"unit,omitempty"`
	UnitType  string  `protobuf:"bytes,5,opt,name=unitType,proto3" json:"unitType,omitempty"`
	ChartType string  `protobuf:"bytes,6,opt,name=chartType,proto3" json:"chartType,omitempty"`
	AxisIndex int64   `protobuf:"varint,7,opt,name=axisIndex,proto3" json:"axisIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*DubboMointor) Descriptor deprecated

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

Deprecated: Use DubboMointor.ProtoReflect.Descriptor instead.

func (*DubboMointor) GetAxisIndex

func (x *DubboMointor) GetAxisIndex() int64

func (*DubboMointor) GetChartType

func (x *DubboMointor) GetChartType() string

func (*DubboMointor) GetData

func (x *DubboMointor) GetData() []int64

func (*DubboMointor) GetName

func (x *DubboMointor) GetName() string

func (*DubboMointor) GetTag

func (x *DubboMointor) GetTag() string

func (*DubboMointor) GetUnit

func (x *DubboMointor) GetUnit() string

func (*DubboMointor) GetUnitType

func (x *DubboMointor) GetUnitType() string

func (*DubboMointor) MarshalJSON

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

DubboMointor implement json.Marshaler.

func (*DubboMointor) ProtoMessage

func (*DubboMointor) ProtoMessage()

func (*DubboMointor) ProtoReflect

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

func (*DubboMointor) Reset

func (x *DubboMointor) Reset()

func (*DubboMointor) String

func (x *DubboMointor) String() string

func (*DubboMointor) UnmarshalJSON

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

DubboMointor implement json.Marshaler.

func (*DubboMointor) UnmarshalURLValues

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

DubboMointor implement urlenc.URLValuesUnmarshaler.

func (*DubboMointor) Validate

func (this *DubboMointor) Validate() error

type DubboMointorMap

type DubboMointorMap struct {
	Key   string        `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value *DubboMointor `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*DubboMointorMap) Descriptor deprecated

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

Deprecated: Use DubboMointorMap.ProtoReflect.Descriptor instead.

func (*DubboMointorMap) GetKey

func (x *DubboMointorMap) GetKey() string

func (*DubboMointorMap) GetValue

func (x *DubboMointorMap) GetValue() *DubboMointor

func (*DubboMointorMap) MarshalJSON

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

DubboMointorMap implement json.Marshaler.

func (*DubboMointorMap) ProtoMessage

func (*DubboMointorMap) ProtoMessage()

func (*DubboMointorMap) ProtoReflect

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

func (*DubboMointorMap) Reset

func (x *DubboMointorMap) Reset()

func (*DubboMointorMap) String

func (x *DubboMointorMap) String() string

func (*DubboMointorMap) UnmarshalJSON

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

DubboMointorMap implement json.Marshaler.

func (*DubboMointorMap) UnmarshalURLValues

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

DubboMointorMap implement urlenc.URLValuesUnmarshaler.

func (*DubboMointorMap) Validate

func (this *DubboMointorMap) Validate() error

type EnableHTTPService

type EnableHTTPService struct {
	ServiceName string `protobuf:"bytes,1,opt,name=serviceName,proto3" json:"serviceName,omitempty"`
	Address     string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Online      bool   `protobuf:"varint,3,opt,name=online,proto3" json:"online,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableHTTPService) Descriptor deprecated

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

Deprecated: Use EnableHTTPService.ProtoReflect.Descriptor instead.

func (*EnableHTTPService) GetAddress

func (x *EnableHTTPService) GetAddress() string

func (*EnableHTTPService) GetOnline

func (x *EnableHTTPService) GetOnline() bool

func (*EnableHTTPService) GetServiceName

func (x *EnableHTTPService) GetServiceName() string

func (*EnableHTTPService) MarshalJSON

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

EnableHTTPService implement json.Marshaler.

func (*EnableHTTPService) ProtoMessage

func (*EnableHTTPService) ProtoMessage()

func (*EnableHTTPService) ProtoReflect

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

func (*EnableHTTPService) Reset

func (x *EnableHTTPService) Reset()

func (*EnableHTTPService) String

func (x *EnableHTTPService) String() string

func (*EnableHTTPService) UnmarshalJSON

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

EnableHTTPService implement json.Marshaler.

func (*EnableHTTPService) UnmarshalURLValues

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

EnableHTTPService implement urlenc.URLValuesUnmarshaler.

func (*EnableHTTPService) Validate

func (this *EnableHTTPService) Validate() error

type EnableHTTPServiceRequest

type EnableHTTPServiceRequest 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"`
	ClusterName string             `protobuf:"bytes,3,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	NacosID     string             `protobuf:"bytes,4,opt,name=nacosID,proto3" json:"nacosID,omitempty"`
	TenantGroup string             `protobuf:"bytes,5,opt,name=tenantGroup,proto3" json:"tenantGroup,omitempty"`
	Service     *EnableHTTPService `protobuf:"bytes,6,opt,name=service,proto3" json:"service,omitempty"`
	// contains filtered or unexported fields
}

EnableHTTPService

func (*EnableHTTPServiceRequest) Descriptor deprecated

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

Deprecated: Use EnableHTTPServiceRequest.ProtoReflect.Descriptor instead.

func (*EnableHTTPServiceRequest) GetClusterName

func (x *EnableHTTPServiceRequest) GetClusterName() string

func (*EnableHTTPServiceRequest) GetEnv

func (x *EnableHTTPServiceRequest) GetEnv() string

func (*EnableHTTPServiceRequest) GetNacosID

func (x *EnableHTTPServiceRequest) GetNacosID() string

func (*EnableHTTPServiceRequest) GetProjectID

func (x *EnableHTTPServiceRequest) GetProjectID() string

func (*EnableHTTPServiceRequest) GetService

func (*EnableHTTPServiceRequest) GetTenantGroup

func (x *EnableHTTPServiceRequest) GetTenantGroup() string

func (*EnableHTTPServiceRequest) MarshalJSON

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

EnableHTTPServiceRequest implement json.Marshaler.

func (*EnableHTTPServiceRequest) ProtoMessage

func (*EnableHTTPServiceRequest) ProtoMessage()

func (*EnableHTTPServiceRequest) ProtoReflect

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

func (*EnableHTTPServiceRequest) Reset

func (x *EnableHTTPServiceRequest) Reset()

func (*EnableHTTPServiceRequest) String

func (x *EnableHTTPServiceRequest) String() string

func (*EnableHTTPServiceRequest) UnmarshalJSON

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

EnableHTTPServiceRequest implement json.Marshaler.

func (*EnableHTTPServiceRequest) UnmarshalURLValues

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

EnableHTTPServiceRequest implement urlenc.URLValuesUnmarshaler.

func (*EnableHTTPServiceRequest) Validate

func (this *EnableHTTPServiceRequest) Validate() error

type EnableHTTPServiceResponse

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

func (*EnableHTTPServiceResponse) Descriptor deprecated

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

Deprecated: Use EnableHTTPServiceResponse.ProtoReflect.Descriptor instead.

func (*EnableHTTPServiceResponse) GetData

func (*EnableHTTPServiceResponse) MarshalJSON

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

EnableHTTPServiceResponse implement json.Marshaler.

func (*EnableHTTPServiceResponse) ProtoMessage

func (*EnableHTTPServiceResponse) ProtoMessage()

func (*EnableHTTPServiceResponse) ProtoReflect

func (*EnableHTTPServiceResponse) Reset

func (x *EnableHTTPServiceResponse) Reset()

func (*EnableHTTPServiceResponse) String

func (x *EnableHTTPServiceResponse) String() string

func (*EnableHTTPServiceResponse) UnmarshalJSON

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

EnableHTTPServiceResponse implement json.Marshaler.

func (*EnableHTTPServiceResponse) UnmarshalURLValues

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

EnableHTTPServiceResponse implement urlenc.URLValuesUnmarshaler.

func (*EnableHTTPServiceResponse) Validate

func (this *EnableHTTPServiceResponse) Validate() error

type GetAllHostRuntimeRulesRequest

type GetAllHostRuntimeRulesRequest 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"`
	ClusterName string `protobuf:"bytes,3,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	AppID       string `protobuf:"bytes,4,opt,name=appID,proto3" json:"appID,omitempty"`
	TenantID    string `protobuf:"bytes,5,opt,name=tenantID,proto3" json:"tenantID,omitempty"`
	RuntimeID   string `protobuf:"bytes,6,opt,name=runtimeID,proto3" json:"runtimeID,omitempty"`
	// contains filtered or unexported fields
}

GetAllHostRuntimeRules

func (*GetAllHostRuntimeRulesRequest) Descriptor deprecated

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

Deprecated: Use GetAllHostRuntimeRulesRequest.ProtoReflect.Descriptor instead.

func (*GetAllHostRuntimeRulesRequest) GetAppID

func (x *GetAllHostRuntimeRulesRequest) GetAppID() string

func (*GetAllHostRuntimeRulesRequest) GetClusterName

func (x *GetAllHostRuntimeRulesRequest) GetClusterName() string

func (*GetAllHostRuntimeRulesRequest) GetEnv

func (*GetAllHostRuntimeRulesRequest) GetProjectID

func (x *GetAllHostRuntimeRulesRequest) GetProjectID() string

func (*GetAllHostRuntimeRulesRequest) GetRuntimeID

func (x *GetAllHostRuntimeRulesRequest) GetRuntimeID() string

func (*GetAllHostRuntimeRulesRequest) GetTenantID

func (x *GetAllHostRuntimeRulesRequest) GetTenantID() string

func (*GetAllHostRuntimeRulesRequest) MarshalJSON

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

GetAllHostRuntimeRulesRequest implement json.Marshaler.

func (*GetAllHostRuntimeRulesRequest) ProtoMessage

func (*GetAllHostRuntimeRulesRequest) ProtoMessage()

func (*GetAllHostRuntimeRulesRequest) ProtoReflect

func (*GetAllHostRuntimeRulesRequest) Reset

func (x *GetAllHostRuntimeRulesRequest) Reset()

func (*GetAllHostRuntimeRulesRequest) String

func (*GetAllHostRuntimeRulesRequest) UnmarshalJSON

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

GetAllHostRuntimeRulesRequest implement json.Marshaler.

func (*GetAllHostRuntimeRulesRequest) UnmarshalURLValues

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

GetAllHostRuntimeRulesRequest implement urlenc.URLValuesUnmarshaler.

func (*GetAllHostRuntimeRulesRequest) Validate

func (this *GetAllHostRuntimeRulesRequest) Validate() error

type GetAllHostRuntimeRulesResponse

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

func (*GetAllHostRuntimeRulesResponse) Descriptor deprecated

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

Deprecated: Use GetAllHostRuntimeRulesResponse.ProtoReflect.Descriptor instead.

func (*GetAllHostRuntimeRulesResponse) GetData

func (*GetAllHostRuntimeRulesResponse) MarshalJSON

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

GetAllHostRuntimeRulesResponse implement json.Marshaler.

func (*GetAllHostRuntimeRulesResponse) ProtoMessage

func (*GetAllHostRuntimeRulesResponse) ProtoMessage()

func (*GetAllHostRuntimeRulesResponse) ProtoReflect

func (*GetAllHostRuntimeRulesResponse) Reset

func (x *GetAllHostRuntimeRulesResponse) Reset()

func (*GetAllHostRuntimeRulesResponse) String

func (*GetAllHostRuntimeRulesResponse) UnmarshalJSON

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

GetAllHostRuntimeRulesResponse implement json.Marshaler.

func (*GetAllHostRuntimeRulesResponse) UnmarshalURLValues

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

GetAllHostRuntimeRulesResponse implement urlenc.URLValuesUnmarshaler.

func (*GetAllHostRuntimeRulesResponse) Validate

func (this *GetAllHostRuntimeRulesResponse) Validate() error

type GetDubboInterfaceAvgTimeRequest

type GetDubboInterfaceAvgTimeRequest struct {
	InterfaceName string `protobuf:"bytes,1,opt,name=interfaceName,proto3" json:"interfaceName,omitempty"`
	ProjectID     string `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty"`
	Env           string `protobuf:"bytes,3,opt,name=env,proto3" json:"env,omitempty"`
	Start         string `protobuf:"bytes,4,opt,name=start,proto3" json:"start,omitempty"`
	End           string `protobuf:"bytes,5,opt,name=end,proto3" json:"end,omitempty"`
	Point         string `protobuf:"bytes,6,opt,name=point,proto3" json:"point,omitempty"`
	ClusterName   string `protobuf:"bytes,7,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	AppID         string `protobuf:"bytes,8,opt,name=appID,proto3" json:"appID,omitempty"`
	TenantID      string `protobuf:"bytes,9,opt,name=tenantID,proto3" json:"tenantID,omitempty"`
	// contains filtered or unexported fields
}

GetDubboInterfaceAvgTime

func (*GetDubboInterfaceAvgTimeRequest) Descriptor deprecated

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

Deprecated: Use GetDubboInterfaceAvgTimeRequest.ProtoReflect.Descriptor instead.

func (*GetDubboInterfaceAvgTimeRequest) GetAppID

func (*GetDubboInterfaceAvgTimeRequest) GetClusterName

func (x *GetDubboInterfaceAvgTimeRequest) GetClusterName() string

func (*GetDubboInterfaceAvgTimeRequest) GetEnd

func (*GetDubboInterfaceAvgTimeRequest) GetEnv

func (*GetDubboInterfaceAvgTimeRequest) GetInterfaceName

func (x *GetDubboInterfaceAvgTimeRequest) GetInterfaceName() string

func (*GetDubboInterfaceAvgTimeRequest) GetPoint

func (*GetDubboInterfaceAvgTimeRequest) GetProjectID

func (x *GetDubboInterfaceAvgTimeRequest) GetProjectID() string

func (*GetDubboInterfaceAvgTimeRequest) GetStart

func (*GetDubboInterfaceAvgTimeRequest) GetTenantID

func (x *GetDubboInterfaceAvgTimeRequest) GetTenantID() string

func (*GetDubboInterfaceAvgTimeRequest) MarshalJSON

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

GetDubboInterfaceAvgTimeRequest implement json.Marshaler.

func (*GetDubboInterfaceAvgTimeRequest) ProtoMessage

func (*GetDubboInterfaceAvgTimeRequest) ProtoMessage()

func (*GetDubboInterfaceAvgTimeRequest) ProtoReflect

func (*GetDubboInterfaceAvgTimeRequest) Reset

func (*GetDubboInterfaceAvgTimeRequest) String

func (*GetDubboInterfaceAvgTimeRequest) UnmarshalJSON

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

GetDubboInterfaceAvgTimeRequest implement json.Marshaler.

func (*GetDubboInterfaceAvgTimeRequest) UnmarshalURLValues

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

GetDubboInterfaceAvgTimeRequest implement urlenc.URLValuesUnmarshaler.

func (*GetDubboInterfaceAvgTimeRequest) Validate

func (this *GetDubboInterfaceAvgTimeRequest) Validate() error

type GetDubboInterfaceAvgTimeResponse

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

func (*GetDubboInterfaceAvgTimeResponse) Descriptor deprecated

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

Deprecated: Use GetDubboInterfaceAvgTimeResponse.ProtoReflect.Descriptor instead.

func (*GetDubboInterfaceAvgTimeResponse) GetData

func (*GetDubboInterfaceAvgTimeResponse) MarshalJSON

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

GetDubboInterfaceAvgTimeResponse implement json.Marshaler.

func (*GetDubboInterfaceAvgTimeResponse) ProtoMessage

func (*GetDubboInterfaceAvgTimeResponse) ProtoMessage()

func (*GetDubboInterfaceAvgTimeResponse) ProtoReflect

func (*GetDubboInterfaceAvgTimeResponse) Reset

func (*GetDubboInterfaceAvgTimeResponse) String

func (*GetDubboInterfaceAvgTimeResponse) UnmarshalJSON

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

GetDubboInterfaceAvgTimeResponse implement json.Marshaler.

func (*GetDubboInterfaceAvgTimeResponse) UnmarshalURLValues

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

GetDubboInterfaceAvgTimeResponse implement urlenc.URLValuesUnmarshaler.

func (*GetDubboInterfaceAvgTimeResponse) Validate

func (this *GetDubboInterfaceAvgTimeResponse) Validate() error

type GetDubboInterfaceFailedRequest

type GetDubboInterfaceFailedRequest struct {
	InterfaceName string `protobuf:"bytes,1,opt,name=interfaceName,proto3" json:"interfaceName,omitempty"`
	ProjectID     string `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty"`
	Env           string `protobuf:"bytes,3,opt,name=env,proto3" json:"env,omitempty"`
	Start         string `protobuf:"bytes,4,opt,name=start,proto3" json:"start,omitempty"`
	End           string `protobuf:"bytes,5,opt,name=end,proto3" json:"end,omitempty"`
	Point         string `protobuf:"bytes,6,opt,name=point,proto3" json:"point,omitempty"`
	ClusterName   string `protobuf:"bytes,7,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	AppID         string `protobuf:"bytes,8,opt,name=appID,proto3" json:"appID,omitempty"`
	TenantID      string `protobuf:"bytes,9,opt,name=tenantID,proto3" json:"tenantID,omitempty"`
	// contains filtered or unexported fields
}

GetDubboInterfaceFailed

func (*GetDubboInterfaceFailedRequest) Descriptor deprecated

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

Deprecated: Use GetDubboInterfaceFailedRequest.ProtoReflect.Descriptor instead.

func (*GetDubboInterfaceFailedRequest) GetAppID

func (x *GetDubboInterfaceFailedRequest) GetAppID() string

func (*GetDubboInterfaceFailedRequest) GetClusterName

func (x *GetDubboInterfaceFailedRequest) GetClusterName() string

func (*GetDubboInterfaceFailedRequest) GetEnd

func (*GetDubboInterfaceFailedRequest) GetEnv

func (*GetDubboInterfaceFailedRequest) GetInterfaceName

func (x *GetDubboInterfaceFailedRequest) GetInterfaceName() string

func (*GetDubboInterfaceFailedRequest) GetPoint

func (x *GetDubboInterfaceFailedRequest) GetPoint() string

func (*GetDubboInterfaceFailedRequest) GetProjectID

func (x *GetDubboInterfaceFailedRequest) GetProjectID() string

func (*GetDubboInterfaceFailedRequest) GetStart

func (x *GetDubboInterfaceFailedRequest) GetStart() string

func (*GetDubboInterfaceFailedRequest) GetTenantID

func (x *GetDubboInterfaceFailedRequest) GetTenantID() string

func (*GetDubboInterfaceFailedRequest) MarshalJSON

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

GetDubboInterfaceFailedRequest implement json.Marshaler.

func (*GetDubboInterfaceFailedRequest) ProtoMessage

func (*GetDubboInterfaceFailedRequest) ProtoMessage()

func (*GetDubboInterfaceFailedRequest) ProtoReflect

func (*GetDubboInterfaceFailedRequest) Reset

func (x *GetDubboInterfaceFailedRequest) Reset()

func (*GetDubboInterfaceFailedRequest) String

func (*GetDubboInterfaceFailedRequest) UnmarshalJSON

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

GetDubboInterfaceFailedRequest implement json.Marshaler.

func (*GetDubboInterfaceFailedRequest) UnmarshalURLValues

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

GetDubboInterfaceFailedRequest implement urlenc.URLValuesUnmarshaler.

func (*GetDubboInterfaceFailedRequest) Validate

func (this *GetDubboInterfaceFailedRequest) Validate() error

type GetDubboInterfaceFailedResponse

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

func (*GetDubboInterfaceFailedResponse) Descriptor deprecated

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

Deprecated: Use GetDubboInterfaceFailedResponse.ProtoReflect.Descriptor instead.

func (*GetDubboInterfaceFailedResponse) GetData

func (*GetDubboInterfaceFailedResponse) MarshalJSON

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

GetDubboInterfaceFailedResponse implement json.Marshaler.

func (*GetDubboInterfaceFailedResponse) ProtoMessage

func (*GetDubboInterfaceFailedResponse) ProtoMessage()

func (*GetDubboInterfaceFailedResponse) ProtoReflect

func (*GetDubboInterfaceFailedResponse) Reset

func (*GetDubboInterfaceFailedResponse) String

func (*GetDubboInterfaceFailedResponse) UnmarshalJSON

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

GetDubboInterfaceFailedResponse implement json.Marshaler.

func (*GetDubboInterfaceFailedResponse) UnmarshalURLValues

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

GetDubboInterfaceFailedResponse implement urlenc.URLValuesUnmarshaler.

func (*GetDubboInterfaceFailedResponse) Validate

func (this *GetDubboInterfaceFailedResponse) Validate() error

type GetDubboInterfaceQPSRequest

type GetDubboInterfaceQPSRequest struct {
	InterfaceName string `protobuf:"bytes,1,opt,name=interfaceName,proto3" json:"interfaceName,omitempty"`
	ProjectID     string `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty"`
	Env           string `protobuf:"bytes,3,opt,name=env,proto3" json:"env,omitempty"`
	Start         string `protobuf:"bytes,4,opt,name=start,proto3" json:"start,omitempty"`
	End           string `protobuf:"bytes,5,opt,name=end,proto3" json:"end,omitempty"`
	Point         string `protobuf:"bytes,6,opt,name=point,proto3" json:"point,omitempty"`
	ClusterName   string `protobuf:"bytes,7,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	AppID         string `protobuf:"bytes,8,opt,name=appID,proto3" json:"appID,omitempty"`
	TenantID      string `protobuf:"bytes,9,opt,name=tenantID,proto3" json:"tenantID,omitempty"`
	// contains filtered or unexported fields
}

GetDubboInterfaceQPS

func (*GetDubboInterfaceQPSRequest) Descriptor deprecated

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

Deprecated: Use GetDubboInterfaceQPSRequest.ProtoReflect.Descriptor instead.

func (*GetDubboInterfaceQPSRequest) GetAppID

func (x *GetDubboInterfaceQPSRequest) GetAppID() string

func (*GetDubboInterfaceQPSRequest) GetClusterName

func (x *GetDubboInterfaceQPSRequest) GetClusterName() string

func (*GetDubboInterfaceQPSRequest) GetEnd

func (x *GetDubboInterfaceQPSRequest) GetEnd() string

func (*GetDubboInterfaceQPSRequest) GetEnv

func (x *GetDubboInterfaceQPSRequest) GetEnv() string

func (*GetDubboInterfaceQPSRequest) GetInterfaceName

func (x *GetDubboInterfaceQPSRequest) GetInterfaceName() string

func (*GetDubboInterfaceQPSRequest) GetPoint

func (x *GetDubboInterfaceQPSRequest) GetPoint() string

func (*GetDubboInterfaceQPSRequest) GetProjectID

func (x *GetDubboInterfaceQPSRequest) GetProjectID() string

func (*GetDubboInterfaceQPSRequest) GetStart

func (x *GetDubboInterfaceQPSRequest) GetStart() string

func (*GetDubboInterfaceQPSRequest) GetTenantID

func (x *GetDubboInterfaceQPSRequest) GetTenantID() string

func (*GetDubboInterfaceQPSRequest) MarshalJSON

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

GetDubboInterfaceQPSRequest implement json.Marshaler.

func (*GetDubboInterfaceQPSRequest) ProtoMessage

func (*GetDubboInterfaceQPSRequest) ProtoMessage()

func (*GetDubboInterfaceQPSRequest) ProtoReflect

func (*GetDubboInterfaceQPSRequest) Reset

func (x *GetDubboInterfaceQPSRequest) Reset()

func (*GetDubboInterfaceQPSRequest) String

func (x *GetDubboInterfaceQPSRequest) String() string

func (*GetDubboInterfaceQPSRequest) UnmarshalJSON

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

GetDubboInterfaceQPSRequest implement json.Marshaler.

func (*GetDubboInterfaceQPSRequest) UnmarshalURLValues

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

GetDubboInterfaceQPSRequest implement urlenc.URLValuesUnmarshaler.

func (*GetDubboInterfaceQPSRequest) Validate

func (this *GetDubboInterfaceQPSRequest) Validate() error

type GetDubboInterfaceQPSResponse

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

func (*GetDubboInterfaceQPSResponse) Descriptor deprecated

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

Deprecated: Use GetDubboInterfaceQPSResponse.ProtoReflect.Descriptor instead.

func (*GetDubboInterfaceQPSResponse) GetData

func (*GetDubboInterfaceQPSResponse) MarshalJSON

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

GetDubboInterfaceQPSResponse implement json.Marshaler.

func (*GetDubboInterfaceQPSResponse) ProtoMessage

func (*GetDubboInterfaceQPSResponse) ProtoMessage()

func (*GetDubboInterfaceQPSResponse) ProtoReflect

func (*GetDubboInterfaceQPSResponse) Reset

func (x *GetDubboInterfaceQPSResponse) Reset()

func (*GetDubboInterfaceQPSResponse) String

func (*GetDubboInterfaceQPSResponse) UnmarshalJSON

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

GetDubboInterfaceQPSResponse implement json.Marshaler.

func (*GetDubboInterfaceQPSResponse) UnmarshalURLValues

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

GetDubboInterfaceQPSResponse implement urlenc.URLValuesUnmarshaler.

func (*GetDubboInterfaceQPSResponse) Validate

func (this *GetDubboInterfaceQPSResponse) Validate() error

type GetDubboInterfaceTimeRequest

type GetDubboInterfaceTimeRequest struct {
	InterfaceName string `protobuf:"bytes,1,opt,name=interfaceName,proto3" json:"interfaceName,omitempty"`
	ProjectID     string `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty"`
	Env           string `protobuf:"bytes,3,opt,name=env,proto3" json:"env,omitempty"`
	ClusterName   string `protobuf:"bytes,4,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	AppID         string `protobuf:"bytes,5,opt,name=appID,proto3" json:"appID,omitempty"`
	TenantID      string `protobuf:"bytes,6,opt,name=tenantID,proto3" json:"tenantID,omitempty"`
	// contains filtered or unexported fields
}

GetDubboInterfaceTime

func (*GetDubboInterfaceTimeRequest) Descriptor deprecated

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

Deprecated: Use GetDubboInterfaceTimeRequest.ProtoReflect.Descriptor instead.

func (*GetDubboInterfaceTimeRequest) GetAppID

func (x *GetDubboInterfaceTimeRequest) GetAppID() string

func (*GetDubboInterfaceTimeRequest) GetClusterName

func (x *GetDubboInterfaceTimeRequest) GetClusterName() string

func (*GetDubboInterfaceTimeRequest) GetEnv

func (*GetDubboInterfaceTimeRequest) GetInterfaceName

func (x *GetDubboInterfaceTimeRequest) GetInterfaceName() string

func (*GetDubboInterfaceTimeRequest) GetProjectID

func (x *GetDubboInterfaceTimeRequest) GetProjectID() string

func (*GetDubboInterfaceTimeRequest) GetTenantID

func (x *GetDubboInterfaceTimeRequest) GetTenantID() string

func (*GetDubboInterfaceTimeRequest) MarshalJSON

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

GetDubboInterfaceTimeRequest implement json.Marshaler.

func (*GetDubboInterfaceTimeRequest) ProtoMessage

func (*GetDubboInterfaceTimeRequest) ProtoMessage()

func (*GetDubboInterfaceTimeRequest) ProtoReflect

func (*GetDubboInterfaceTimeRequest) Reset

func (x *GetDubboInterfaceTimeRequest) Reset()

func (*GetDubboInterfaceTimeRequest) String

func (*GetDubboInterfaceTimeRequest) UnmarshalJSON

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

GetDubboInterfaceTimeRequest implement json.Marshaler.

func (*GetDubboInterfaceTimeRequest) UnmarshalURLValues

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

GetDubboInterfaceTimeRequest implement urlenc.URLValuesUnmarshaler.

func (*GetDubboInterfaceTimeRequest) Validate

func (this *GetDubboInterfaceTimeRequest) Validate() error

type GetDubboInterfaceTimeResponse

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

func (*GetDubboInterfaceTimeResponse) Descriptor deprecated

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

Deprecated: Use GetDubboInterfaceTimeResponse.ProtoReflect.Descriptor instead.

func (*GetDubboInterfaceTimeResponse) GetData

func (*GetDubboInterfaceTimeResponse) MarshalJSON

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

GetDubboInterfaceTimeResponse implement json.Marshaler.

func (*GetDubboInterfaceTimeResponse) ProtoMessage

func (*GetDubboInterfaceTimeResponse) ProtoMessage()

func (*GetDubboInterfaceTimeResponse) ProtoReflect

func (*GetDubboInterfaceTimeResponse) Reset

func (x *GetDubboInterfaceTimeResponse) Reset()

func (*GetDubboInterfaceTimeResponse) String

func (*GetDubboInterfaceTimeResponse) UnmarshalJSON

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

GetDubboInterfaceTimeResponse implement json.Marshaler.

func (*GetDubboInterfaceTimeResponse) UnmarshalURLValues

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

GetDubboInterfaceTimeResponse implement urlenc.URLValuesUnmarshaler.

func (*GetDubboInterfaceTimeResponse) Validate

func (this *GetDubboInterfaceTimeResponse) Validate() error

type GetHTTPServicesRequest

type GetHTTPServicesRequest 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"`
	ClusterName string `protobuf:"bytes,3,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	NacosID     string `protobuf:"bytes,4,opt,name=nacosID,proto3" json:"nacosID,omitempty"`
	AppID       string `protobuf:"bytes,5,opt,name=appID,proto3" json:"appID,omitempty"`
	TenantGroup string `protobuf:"bytes,6,opt,name=tenantGroup,proto3" json:"tenantGroup,omitempty"`
	// contains filtered or unexported fields
}

GetHTTPServices

func (*GetHTTPServicesRequest) Descriptor deprecated

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

Deprecated: Use GetHTTPServicesRequest.ProtoReflect.Descriptor instead.

func (*GetHTTPServicesRequest) GetAppID

func (x *GetHTTPServicesRequest) GetAppID() string

func (*GetHTTPServicesRequest) GetClusterName

func (x *GetHTTPServicesRequest) GetClusterName() string

func (*GetHTTPServicesRequest) GetEnv

func (x *GetHTTPServicesRequest) GetEnv() string

func (*GetHTTPServicesRequest) GetNacosID

func (x *GetHTTPServicesRequest) GetNacosID() string

func (*GetHTTPServicesRequest) GetProjectID

func (x *GetHTTPServicesRequest) GetProjectID() string

func (*GetHTTPServicesRequest) GetTenantGroup

func (x *GetHTTPServicesRequest) GetTenantGroup() string

func (*GetHTTPServicesRequest) MarshalJSON

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

GetHTTPServicesRequest implement json.Marshaler.

func (*GetHTTPServicesRequest) ProtoMessage

func (*GetHTTPServicesRequest) ProtoMessage()

func (*GetHTTPServicesRequest) ProtoReflect

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

func (*GetHTTPServicesRequest) Reset

func (x *GetHTTPServicesRequest) Reset()

func (*GetHTTPServicesRequest) String

func (x *GetHTTPServicesRequest) String() string

func (*GetHTTPServicesRequest) UnmarshalJSON

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

GetHTTPServicesRequest implement json.Marshaler.

func (*GetHTTPServicesRequest) UnmarshalURLValues

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

GetHTTPServicesRequest implement urlenc.URLValuesUnmarshaler.

func (*GetHTTPServicesRequest) Validate

func (this *GetHTTPServicesRequest) Validate() error

type GetHTTPServicesResponse

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

func (*GetHTTPServicesResponse) Descriptor deprecated

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

Deprecated: Use GetHTTPServicesResponse.ProtoReflect.Descriptor instead.

func (*GetHTTPServicesResponse) GetData

func (x *GetHTTPServicesResponse) GetData() *HTTPServices

func (*GetHTTPServicesResponse) MarshalJSON

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

GetHTTPServicesResponse implement json.Marshaler.

func (*GetHTTPServicesResponse) ProtoMessage

func (*GetHTTPServicesResponse) ProtoMessage()

func (*GetHTTPServicesResponse) ProtoReflect

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

func (*GetHTTPServicesResponse) Reset

func (x *GetHTTPServicesResponse) Reset()

func (*GetHTTPServicesResponse) String

func (x *GetHTTPServicesResponse) String() string

func (*GetHTTPServicesResponse) UnmarshalJSON

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

GetHTTPServicesResponse implement json.Marshaler.

func (*GetHTTPServicesResponse) UnmarshalURLValues

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

GetHTTPServicesResponse implement urlenc.URLValuesUnmarshaler.

func (*GetHTTPServicesResponse) Validate

func (this *GetHTTPServicesResponse) Validate() error

type GetHostRuntimeRuleRequest

type GetHostRuntimeRuleRequest 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"`
	Host        string `protobuf:"bytes,3,opt,name=host,proto3" json:"host,omitempty"`
	ClusterName string `protobuf:"bytes,4,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	TenantID    string `protobuf:"bytes,5,opt,name=tenantID,proto3" json:"tenantID,omitempty"`
	RuntimeID   string `protobuf:"bytes,6,opt,name=runtimeID,proto3" json:"runtimeID,omitempty"`
	// contains filtered or unexported fields
}

GetHostRuntimeRule

func (*GetHostRuntimeRuleRequest) Descriptor deprecated

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

Deprecated: Use GetHostRuntimeRuleRequest.ProtoReflect.Descriptor instead.

func (*GetHostRuntimeRuleRequest) GetClusterName

func (x *GetHostRuntimeRuleRequest) GetClusterName() string

func (*GetHostRuntimeRuleRequest) GetEnv

func (x *GetHostRuntimeRuleRequest) GetEnv() string

func (*GetHostRuntimeRuleRequest) GetHost

func (x *GetHostRuntimeRuleRequest) GetHost() string

func (*GetHostRuntimeRuleRequest) GetProjectID

func (x *GetHostRuntimeRuleRequest) GetProjectID() string

func (*GetHostRuntimeRuleRequest) GetRuntimeID

func (x *GetHostRuntimeRuleRequest) GetRuntimeID() string

func (*GetHostRuntimeRuleRequest) GetTenantID

func (x *GetHostRuntimeRuleRequest) GetTenantID() string

func (*GetHostRuntimeRuleRequest) MarshalJSON

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

GetHostRuntimeRuleRequest implement json.Marshaler.

func (*GetHostRuntimeRuleRequest) ProtoMessage

func (*GetHostRuntimeRuleRequest) ProtoMessage()

func (*GetHostRuntimeRuleRequest) ProtoReflect

func (*GetHostRuntimeRuleRequest) Reset

func (x *GetHostRuntimeRuleRequest) Reset()

func (*GetHostRuntimeRuleRequest) String

func (x *GetHostRuntimeRuleRequest) String() string

func (*GetHostRuntimeRuleRequest) UnmarshalJSON

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

GetHostRuntimeRuleRequest implement json.Marshaler.

func (*GetHostRuntimeRuleRequest) UnmarshalURLValues

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

GetHostRuntimeRuleRequest implement urlenc.URLValuesUnmarshaler.

func (*GetHostRuntimeRuleRequest) Validate

func (this *GetHostRuntimeRuleRequest) Validate() error

type GetHostRuntimeRuleResponse

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

func (*GetHostRuntimeRuleResponse) Descriptor deprecated

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

Deprecated: Use GetHostRuntimeRuleResponse.ProtoReflect.Descriptor instead.

func (*GetHostRuntimeRuleResponse) GetData

func (*GetHostRuntimeRuleResponse) MarshalJSON

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

GetHostRuntimeRuleResponse implement json.Marshaler.

func (*GetHostRuntimeRuleResponse) ProtoMessage

func (*GetHostRuntimeRuleResponse) ProtoMessage()

func (*GetHostRuntimeRuleResponse) ProtoReflect

func (*GetHostRuntimeRuleResponse) Reset

func (x *GetHostRuntimeRuleResponse) Reset()

func (*GetHostRuntimeRuleResponse) String

func (x *GetHostRuntimeRuleResponse) String() string

func (*GetHostRuntimeRuleResponse) UnmarshalJSON

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

GetHostRuntimeRuleResponse implement json.Marshaler.

func (*GetHostRuntimeRuleResponse) UnmarshalURLValues

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

GetHostRuntimeRuleResponse implement urlenc.URLValuesUnmarshaler.

func (*GetHostRuntimeRuleResponse) Validate

func (this *GetHostRuntimeRuleResponse) Validate() error

type GetRouteRuleRequest

type GetRouteRuleRequest struct {
	InterfaceName string `protobuf:"bytes,1,opt,name=interfaceName,proto3" json:"interfaceName,omitempty"`
	ProjectID     string `protobuf:"bytes,2,opt,name=projectID,proto3" json:"projectID,omitempty"`
	Env           string `protobuf:"bytes,3,opt,name=env,proto3" json:"env,omitempty"`
	ClusterName   string `protobuf:"bytes,4,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	AppID         string `protobuf:"bytes,5,opt,name=appID,proto3" json:"appID,omitempty"`
	TenantID      string `protobuf:"bytes,6,opt,name=tenantID,proto3" json:"tenantID,omitempty"`
	RuntimeID     string `protobuf:"bytes,7,opt,name=runtimeID,proto3" json:"runtimeID,omitempty"`
	// contains filtered or unexported fields
}

GetRouteRule

func (*GetRouteRuleRequest) Descriptor deprecated

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

Deprecated: Use GetRouteRuleRequest.ProtoReflect.Descriptor instead.

func (*GetRouteRuleRequest) GetAppID

func (x *GetRouteRuleRequest) GetAppID() string

func (*GetRouteRuleRequest) GetClusterName

func (x *GetRouteRuleRequest) GetClusterName() string

func (*GetRouteRuleRequest) GetEnv

func (x *GetRouteRuleRequest) GetEnv() string

func (*GetRouteRuleRequest) GetInterfaceName

func (x *GetRouteRuleRequest) GetInterfaceName() string

func (*GetRouteRuleRequest) GetProjectID

func (x *GetRouteRuleRequest) GetProjectID() string

func (*GetRouteRuleRequest) GetRuntimeID

func (x *GetRouteRuleRequest) GetRuntimeID() string

func (*GetRouteRuleRequest) GetTenantID

func (x *GetRouteRuleRequest) GetTenantID() string

func (*GetRouteRuleRequest) MarshalJSON

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

GetRouteRuleRequest implement json.Marshaler.

func (*GetRouteRuleRequest) ProtoMessage

func (*GetRouteRuleRequest) ProtoMessage()

func (*GetRouteRuleRequest) ProtoReflect

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

func (*GetRouteRuleRequest) Reset

func (x *GetRouteRuleRequest) Reset()

func (*GetRouteRuleRequest) String

func (x *GetRouteRuleRequest) String() string

func (*GetRouteRuleRequest) UnmarshalJSON

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

GetRouteRuleRequest implement json.Marshaler.

func (*GetRouteRuleRequest) UnmarshalURLValues

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

GetRouteRuleRequest implement urlenc.URLValuesUnmarshaler.

func (*GetRouteRuleRequest) Validate

func (this *GetRouteRuleRequest) Validate() error

type GetRouteRuleResponse

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

func (*GetRouteRuleResponse) Descriptor deprecated

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

Deprecated: Use GetRouteRuleResponse.ProtoReflect.Descriptor instead.

func (*GetRouteRuleResponse) GetData

func (x *GetRouteRuleResponse) GetData() *RequestRule

func (*GetRouteRuleResponse) MarshalJSON

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

GetRouteRuleResponse implement json.Marshaler.

func (*GetRouteRuleResponse) ProtoMessage

func (*GetRouteRuleResponse) ProtoMessage()

func (*GetRouteRuleResponse) ProtoReflect

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

func (*GetRouteRuleResponse) Reset

func (x *GetRouteRuleResponse) Reset()

func (*GetRouteRuleResponse) String

func (x *GetRouteRuleResponse) String() string

func (*GetRouteRuleResponse) UnmarshalJSON

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

GetRouteRuleResponse implement json.Marshaler.

func (*GetRouteRuleResponse) UnmarshalURLValues

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

GetRouteRuleResponse implement urlenc.URLValuesUnmarshaler.

func (*GetRouteRuleResponse) Validate

func (this *GetRouteRuleResponse) Validate() error

type HTTPService

type HTTPService struct {
	ServiceName    string             `protobuf:"bytes,1,opt,name=serviceName,proto3" json:"serviceName,omitempty"`
	ServiceDomain  string             `protobuf:"bytes,2,opt,name=serviceDomain,proto3" json:"serviceDomain,omitempty"`
	HttpServiceDto []*HTTPServiceItem `protobuf:"bytes,3,rep,name=httpServiceDto,proto3" json:"httpServiceDto,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTPService) Descriptor deprecated

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

Deprecated: Use HTTPService.ProtoReflect.Descriptor instead.

func (*HTTPService) GetHttpServiceDto

func (x *HTTPService) GetHttpServiceDto() []*HTTPServiceItem

func (*HTTPService) GetServiceDomain

func (x *HTTPService) GetServiceDomain() string

func (*HTTPService) GetServiceName

func (x *HTTPService) GetServiceName() string

func (*HTTPService) MarshalJSON

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

HTTPService implement json.Marshaler.

func (*HTTPService) ProtoMessage

func (*HTTPService) ProtoMessage()

func (*HTTPService) ProtoReflect

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

func (*HTTPService) Reset

func (x *HTTPService) Reset()

func (*HTTPService) String

func (x *HTTPService) String() string

func (*HTTPService) UnmarshalJSON

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

HTTPService implement json.Marshaler.

func (*HTTPService) UnmarshalURLValues

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

HTTPService implement urlenc.URLValuesUnmarshaler.

func (*HTTPService) Validate

func (this *HTTPService) Validate() error

type HTTPServiceItem

type HTTPServiceItem struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Online  bool   `protobuf:"varint,2,opt,name=online,proto3" json:"online,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTPServiceItem) Descriptor deprecated

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

Deprecated: Use HTTPServiceItem.ProtoReflect.Descriptor instead.

func (*HTTPServiceItem) GetAddress

func (x *HTTPServiceItem) GetAddress() string

func (*HTTPServiceItem) GetOnline

func (x *HTTPServiceItem) GetOnline() bool

func (*HTTPServiceItem) MarshalJSON

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

HTTPServiceItem implement json.Marshaler.

func (*HTTPServiceItem) ProtoMessage

func (*HTTPServiceItem) ProtoMessage()

func (*HTTPServiceItem) ProtoReflect

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

func (*HTTPServiceItem) Reset

func (x *HTTPServiceItem) Reset()

func (*HTTPServiceItem) String

func (x *HTTPServiceItem) String() string

func (*HTTPServiceItem) UnmarshalJSON

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

HTTPServiceItem implement json.Marshaler.

func (*HTTPServiceItem) UnmarshalURLValues

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

HTTPServiceItem implement urlenc.URLValuesUnmarshaler.

func (*HTTPServiceItem) Validate

func (this *HTTPServiceItem) Validate() error

type HTTPServices

type HTTPServices struct {
	ServiceList []*HTTPService `protobuf:"bytes,1,rep,name=serviceList,proto3" json:"serviceList,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTPServices) Descriptor deprecated

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

Deprecated: Use HTTPServices.ProtoReflect.Descriptor instead.

func (*HTTPServices) GetServiceList

func (x *HTTPServices) GetServiceList() []*HTTPService

func (*HTTPServices) MarshalJSON

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

HTTPServices implement json.Marshaler.

func (*HTTPServices) ProtoMessage

func (*HTTPServices) ProtoMessage()

func (*HTTPServices) ProtoReflect

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

func (*HTTPServices) Reset

func (x *HTTPServices) Reset()

func (*HTTPServices) String

func (x *HTTPServices) String() string

func (*HTTPServices) UnmarshalJSON

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

HTTPServices implement json.Marshaler.

func (*HTTPServices) UnmarshalURLValues

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

HTTPServices implement urlenc.URLValuesUnmarshaler.

func (*HTTPServices) Validate

func (this *HTTPServices) Validate() error

type HostRoute

type HostRoute struct {
	Branch string `protobuf:"bytes,1,opt,name=branch,proto3" json:"branch,omitempty"`
	Weight int64  `protobuf:"varint,2,opt,name=weight,proto3" json:"weight,omitempty"`
	// contains filtered or unexported fields
}

func (*HostRoute) Descriptor deprecated

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

Deprecated: Use HostRoute.ProtoReflect.Descriptor instead.

func (*HostRoute) GetBranch

func (x *HostRoute) GetBranch() string

func (*HostRoute) GetWeight

func (x *HostRoute) GetWeight() int64

func (*HostRoute) MarshalJSON

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

HostRoute implement json.Marshaler.

func (*HostRoute) ProtoMessage

func (*HostRoute) ProtoMessage()

func (*HostRoute) ProtoReflect

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

func (*HostRoute) Reset

func (x *HostRoute) Reset()

func (*HostRoute) String

func (x *HostRoute) String() string

func (*HostRoute) UnmarshalJSON

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

HostRoute implement json.Marshaler.

func (*HostRoute) UnmarshalURLValues

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

HostRoute implement urlenc.URLValuesUnmarshaler.

func (*HostRoute) Validate

func (this *HostRoute) Validate() error

type HostRules

type HostRules struct {
	Rule *HostRoute `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func (*HostRules) Descriptor deprecated

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

Deprecated: Use HostRules.ProtoReflect.Descriptor instead.

func (*HostRules) GetRule

func (x *HostRules) GetRule() *HostRoute

func (*HostRules) MarshalJSON

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

HostRules implement json.Marshaler.

func (*HostRules) ProtoMessage

func (*HostRules) ProtoMessage()

func (*HostRules) ProtoReflect

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

func (*HostRules) Reset

func (x *HostRules) Reset()

func (*HostRules) String

func (x *HostRules) String() string

func (*HostRules) UnmarshalJSON

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

HostRules implement json.Marshaler.

func (*HostRules) UnmarshalURLValues

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

HostRules implement urlenc.URLValuesUnmarshaler.

func (*HostRules) Validate

func (this *HostRules) Validate() error

type HostRuntimeInterfaces

type HostRuntimeInterfaces struct {
	Appid string              `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
	Node  []*HostRuntimeRules `protobuf:"bytes,2,rep,name=node,proto3" json:"node,omitempty"`
	// contains filtered or unexported fields
}

func (*HostRuntimeInterfaces) Descriptor deprecated

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

Deprecated: Use HostRuntimeInterfaces.ProtoReflect.Descriptor instead.

func (*HostRuntimeInterfaces) GetAppid

func (x *HostRuntimeInterfaces) GetAppid() string

func (*HostRuntimeInterfaces) GetNode

func (x *HostRuntimeInterfaces) GetNode() []*HostRuntimeRules

func (*HostRuntimeInterfaces) MarshalJSON

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

HostRuntimeInterfaces implement json.Marshaler.

func (*HostRuntimeInterfaces) ProtoMessage

func (*HostRuntimeInterfaces) ProtoMessage()

func (*HostRuntimeInterfaces) ProtoReflect

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

func (*HostRuntimeInterfaces) Reset

func (x *HostRuntimeInterfaces) Reset()

func (*HostRuntimeInterfaces) String

func (x *HostRuntimeInterfaces) String() string

func (*HostRuntimeInterfaces) UnmarshalJSON

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

HostRuntimeInterfaces implement json.Marshaler.

func (*HostRuntimeInterfaces) UnmarshalURLValues

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

HostRuntimeInterfaces implement urlenc.URLValuesUnmarshaler.

func (*HostRuntimeInterfaces) Validate

func (this *HostRuntimeInterfaces) Validate() error

type HostRuntimeRule

type HostRuntimeRule struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Weight int64  `protobuf:"varint,2,opt,name=weight,proto3" json:"weight,omitempty"`
	// contains filtered or unexported fields
}

func (*HostRuntimeRule) Descriptor deprecated

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

Deprecated: Use HostRuntimeRule.ProtoReflect.Descriptor instead.

func (*HostRuntimeRule) GetName

func (x *HostRuntimeRule) GetName() string

func (*HostRuntimeRule) GetWeight

func (x *HostRuntimeRule) GetWeight() int64

func (*HostRuntimeRule) MarshalJSON

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

HostRuntimeRule implement json.Marshaler.

func (*HostRuntimeRule) ProtoMessage

func (*HostRuntimeRule) ProtoMessage()

func (*HostRuntimeRule) ProtoReflect

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

func (*HostRuntimeRule) Reset

func (x *HostRuntimeRule) Reset()

func (*HostRuntimeRule) String

func (x *HostRuntimeRule) String() string

func (*HostRuntimeRule) UnmarshalJSON

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

HostRuntimeRule implement json.Marshaler.

func (*HostRuntimeRule) UnmarshalURLValues

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

HostRuntimeRule implement urlenc.URLValuesUnmarshaler.

func (*HostRuntimeRule) Validate

func (this *HostRuntimeRule) Validate() error

type HostRuntimeRules

type HostRuntimeRules struct {
	Address string             `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Rule    []*HostRuntimeRule `protobuf:"bytes,2,rep,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func (*HostRuntimeRules) Descriptor deprecated

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

Deprecated: Use HostRuntimeRules.ProtoReflect.Descriptor instead.

func (*HostRuntimeRules) GetAddress

func (x *HostRuntimeRules) GetAddress() string

func (*HostRuntimeRules) GetRule

func (x *HostRuntimeRules) GetRule() []*HostRuntimeRule

func (*HostRuntimeRules) MarshalJSON

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

HostRuntimeRules implement json.Marshaler.

func (*HostRuntimeRules) ProtoMessage

func (*HostRuntimeRules) ProtoMessage()

func (*HostRuntimeRules) ProtoReflect

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

func (*HostRuntimeRules) Reset

func (x *HostRuntimeRules) Reset()

func (*HostRuntimeRules) String

func (x *HostRuntimeRules) String() string

func (*HostRuntimeRules) UnmarshalJSON

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

HostRuntimeRules implement json.Marshaler.

func (*HostRuntimeRules) UnmarshalURLValues

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

HostRuntimeRules implement urlenc.URLValuesUnmarshaler.

func (*HostRuntimeRules) Validate

func (this *HostRuntimeRules) Validate() error

type Interface

type Interface struct {
	Interfacename string                     `protobuf:"bytes,1,opt,name=interfacename,proto3" json:"interfacename,omitempty"`
	Providerlist  []string                   `protobuf:"bytes,2,rep,name=providerlist,proto3" json:"providerlist,omitempty"`
	Consumerlist  []string                   `protobuf:"bytes,3,rep,name=consumerlist,proto3" json:"consumerlist,omitempty"`
	Providermap   map[string]*InterfaceOwner `` /* 163-byte string literal not displayed */
	Consumermap   map[string]*InterfaceOwner `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

common message

func (*Interface) Descriptor deprecated

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

Deprecated: Use Interface.ProtoReflect.Descriptor instead.

func (*Interface) GetConsumerlist

func (x *Interface) GetConsumerlist() []string

func (*Interface) GetConsumermap

func (x *Interface) GetConsumermap() map[string]*InterfaceOwner

func (*Interface) GetInterfacename

func (x *Interface) GetInterfacename() string

func (*Interface) GetProviderlist

func (x *Interface) GetProviderlist() []string

func (*Interface) GetProvidermap

func (x *Interface) GetProvidermap() map[string]*InterfaceOwner

func (*Interface) MarshalJSON

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

Interface implement json.Marshaler.

func (*Interface) ProtoMessage

func (*Interface) ProtoMessage()

func (*Interface) ProtoReflect

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

func (*Interface) Reset

func (x *Interface) Reset()

func (*Interface) String

func (x *Interface) String() string

func (*Interface) UnmarshalJSON

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

Interface implement json.Marshaler.

func (*Interface) UnmarshalURLValues

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

Interface implement urlenc.URLValuesUnmarshaler.

func (*Interface) Validate

func (this *Interface) Validate() error

type InterfaceOwner

type InterfaceOwner struct {
	Ip            string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	Owner         string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	ProjectId     string `protobuf:"bytes,3,opt,name=projectId,proto3" json:"projectId,omitempty"`
	Env           string `protobuf:"bytes,4,opt,name=env,proto3" json:"env,omitempty"`
	HostIp        string `protobuf:"bytes,5,opt,name=hostIp,proto3" json:"hostIp,omitempty"`
	ApplicationId string `protobuf:"bytes,6,opt,name=applicationId,proto3" json:"applicationId,omitempty"`
	Feature       string `protobuf:"bytes,7,opt,name=feature,proto3" json:"feature,omitempty"`
	ServiceName   string `protobuf:"bytes,8,opt,name=serviceName,proto3" json:"serviceName,omitempty"`
	// contains filtered or unexported fields
}

func (*InterfaceOwner) Descriptor deprecated

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

Deprecated: Use InterfaceOwner.ProtoReflect.Descriptor instead.

func (*InterfaceOwner) GetApplicationId

func (x *InterfaceOwner) GetApplicationId() string

func (*InterfaceOwner) GetEnv

func (x *InterfaceOwner) GetEnv() string

func (*InterfaceOwner) GetFeature

func (x *InterfaceOwner) GetFeature() string

func (*InterfaceOwner) GetHostIp

func (x *InterfaceOwner) GetHostIp() string

func (*InterfaceOwner) GetIp

func (x *InterfaceOwner) GetIp() string

func (*InterfaceOwner) GetOwner

func (x *InterfaceOwner) GetOwner() string

func (*InterfaceOwner) GetProjectId

func (x *InterfaceOwner) GetProjectId() string

func (*InterfaceOwner) GetServiceName

func (x *InterfaceOwner) GetServiceName() string

func (*InterfaceOwner) MarshalJSON

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

InterfaceOwner implement json.Marshaler.

func (*InterfaceOwner) ProtoMessage

func (*InterfaceOwner) ProtoMessage()

func (*InterfaceOwner) ProtoReflect

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

func (*InterfaceOwner) Reset

func (x *InterfaceOwner) Reset()

func (*InterfaceOwner) String

func (x *InterfaceOwner) String() string

func (*InterfaceOwner) UnmarshalJSON

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

InterfaceOwner implement json.Marshaler.

func (*InterfaceOwner) UnmarshalURLValues

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

InterfaceOwner implement urlenc.URLValuesUnmarshaler.

func (*InterfaceOwner) Validate

func (this *InterfaceOwner) Validate() error

type ListInterfaceRequest

type ListInterfaceRequest 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"`
	ClusterName string `protobuf:"bytes,3,opt,name=clusterName,proto3" json:"clusterName,omitempty"`
	AppID       string `protobuf:"bytes,4,opt,name=appID,proto3" json:"appID,omitempty"`
	TenantID    string `protobuf:"bytes,5,opt,name=tenantID,proto3" json:"tenantID,omitempty"`
	TenantGroup string `protobuf:"bytes,6,opt,name=tenantGroup,proto3" json:"tenantGroup,omitempty"`
	RuntimeID   string `protobuf:"bytes,7,opt,name=runtimeID,proto3" json:"runtimeID,omitempty"`
	// contains filtered or unexported fields
}

ListInterface

func (*ListInterfaceRequest) Descriptor deprecated

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

Deprecated: Use ListInterfaceRequest.ProtoReflect.Descriptor instead.

func (*ListInterfaceRequest) GetAppID

func (x *ListInterfaceRequest) GetAppID() string

func (*ListInterfaceRequest) GetClusterName

func (x *ListInterfaceRequest) GetClusterName() string

func (*ListInterfaceRequest) GetEnv

func (x *ListInterfaceRequest) GetEnv() string

func (*ListInterfaceRequest) GetProjectID

func (x *ListInterfaceRequest) GetProjectID() string

func (*ListInterfaceRequest) GetRuntimeID

func (x *ListInterfaceRequest) GetRuntimeID() string

func (*ListInterfaceRequest) GetTenantGroup

func (x *ListInterfaceRequest) GetTenantGroup() string

func (*ListInterfaceRequest) GetTenantID

func (x *ListInterfaceRequest) GetTenantID() string

func (*ListInterfaceRequest) MarshalJSON

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

ListInterfaceRequest implement json.Marshaler.

func (*ListInterfaceRequest) ProtoMessage

func (*ListInterfaceRequest) ProtoMessage()

func (*ListInterfaceRequest) ProtoReflect

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

func (*ListInterfaceRequest) Reset

func (x *ListInterfaceRequest) Reset()

func (*ListInterfaceRequest) String

func (x *ListInterfaceRequest) String() string

func (*ListInterfaceRequest) UnmarshalJSON

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

ListInterfaceRequest implement json.Marshaler.

func (*ListInterfaceRequest) UnmarshalURLValues

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

ListInterfaceRequest implement urlenc.URLValuesUnmarshaler.

func (*ListInterfaceRequest) Validate

func (this *ListInterfaceRequest) Validate() error

type ListInterfaceResponse

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

func (*ListInterfaceResponse) Descriptor deprecated

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

Deprecated: Use ListInterfaceResponse.ProtoReflect.Descriptor instead.

func (*ListInterfaceResponse) GetData

func (x *ListInterfaceResponse) GetData() []*Interface

func (*ListInterfaceResponse) MarshalJSON

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

ListInterfaceResponse implement json.Marshaler.

func (*ListInterfaceResponse) ProtoMessage

func (*ListInterfaceResponse) ProtoMessage()

func (*ListInterfaceResponse) ProtoReflect

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

func (*ListInterfaceResponse) Reset

func (x *ListInterfaceResponse) Reset()

func (*ListInterfaceResponse) String

func (x *ListInterfaceResponse) String() string

func (*ListInterfaceResponse) UnmarshalJSON

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

ListInterfaceResponse implement json.Marshaler.

func (*ListInterfaceResponse) UnmarshalURLValues

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

ListInterfaceResponse implement urlenc.URLValuesUnmarshaler.

func (*ListInterfaceResponse) Validate

func (this *ListInterfaceResponse) Validate() error

type RegisterCenterServiceClient

type RegisterCenterServiceClient interface {
	ListInterface(ctx context.Context, in *ListInterfaceRequest, opts ...grpc.CallOption) (*ListInterfaceResponse, error)
	GetHTTPServices(ctx context.Context, in *GetHTTPServicesRequest, opts ...grpc.CallOption) (*GetHTTPServicesResponse, error)
	EnableHTTPService(ctx context.Context, in *EnableHTTPServiceRequest, opts ...grpc.CallOption) (*EnableHTTPServiceResponse, error)
	GetServiceIpInfo(ctx context.Context, in *ServiceIpRequest, opts ...grpc.CallOption) (*ServiceIpInfoResponse, error)
	// +depracated
	GetRouteRule(ctx context.Context, in *GetRouteRuleRequest, opts ...grpc.CallOption) (*GetRouteRuleResponse, error)
	// +depracated
	CreateRouteRule(ctx context.Context, in *CreateRouteRuleRequest, opts ...grpc.CallOption) (*CreateRouteRuleResponse, error)
	// +depracated
	DeleteRouteRule(ctx context.Context, in *DeleteRouteRuleRequest, opts ...grpc.CallOption) (*DeleteRouteRuleResponse, error)
	// +depracated
	GetHostRule(ctx context.Context, in *CetHostRuleRequest, opts ...grpc.CallOption) (*CetHostRuleResponse, error)
	// +depracated
	CreateHostRule(ctx context.Context, in *CreateHostRuleRequest, opts ...grpc.CallOption) (*CreateHostRuleResponse, error)
	// +depracated
	DeleteHostRule(ctx context.Context, in *DeleteHostRuleRequest, opts ...grpc.CallOption) (*DeleteHostRuleResponse, error)
	// +depracated
	GetHostRuntimeRule(ctx context.Context, in *GetHostRuntimeRuleRequest, opts ...grpc.CallOption) (*GetHostRuntimeRuleResponse, error)
	// +depracated
	CreateHostRuntimeRule(ctx context.Context, in *CreateHostRuntimeRuleRequest, opts ...grpc.CallOption) (*CreateHostRuntimeRuleResponse, error)
	// +depracated
	GetAllHostRuntimeRules(ctx context.Context, in *GetAllHostRuntimeRulesRequest, opts ...grpc.CallOption) (*GetAllHostRuntimeRulesResponse, error)
	// +depracated
	GetDubboInterfaceTime(ctx context.Context, in *GetDubboInterfaceTimeRequest, opts ...grpc.CallOption) (*GetDubboInterfaceTimeResponse, error)
	// +depracated
	GetDubboInterfaceQPS(ctx context.Context, in *GetDubboInterfaceQPSRequest, opts ...grpc.CallOption) (*GetDubboInterfaceQPSResponse, error)
	// +depracated
	GetDubboInterfaceFailed(ctx context.Context, in *GetDubboInterfaceFailedRequest, opts ...grpc.CallOption) (*GetDubboInterfaceFailedResponse, error)
	// +depracated
	GetDubboInterfaceAvgTime(ctx context.Context, in *GetDubboInterfaceAvgTimeRequest, opts ...grpc.CallOption) (*GetDubboInterfaceAvgTimeResponse, error)
}

RegisterCenterServiceClient is the client API for RegisterCenterService 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 RegisterCenterServiceHandler

type RegisterCenterServiceHandler interface {
	// GET /api/msp/register/interfaces/{projectID}/{env}
	ListInterface(context.Context, *ListInterfaceRequest) (*ListInterfaceResponse, error)
	// GET /api/msp/register/http-interfaces/{projectID}/{env}
	GetHTTPServices(context.Context, *GetHTTPServicesRequest) (*GetHTTPServicesResponse, error)
	// POST /api/msp/register/http-interfaces/{projectID}/{env}/enable
	EnableHTTPService(context.Context, *EnableHTTPServiceRequest) (*EnableHTTPServiceResponse, error)
	// GET /api/msp/register/service-ip
	GetServiceIpInfo(context.Context, *ServiceIpRequest) (*ServiceIpInfoResponse, error)
	// +depracated
	// GET /api/msp/mesh/interface/route/{interfaceName}/{projectID}/{env}
	GetRouteRule(context.Context, *GetRouteRuleRequest) (*GetRouteRuleResponse, error)
	// +depracated
	// POST /api/msp/mesh/interface/route/{interfaceName}/{projectID}/{env}
	CreateRouteRule(context.Context, *CreateRouteRuleRequest) (*CreateRouteRuleResponse, error)
	// +depracated
	// DELETE /api/msp/mesh/interface/route/{interfaceName}/{projectID}/{env}
	DeleteRouteRule(context.Context, *DeleteRouteRuleRequest) (*DeleteRouteRuleResponse, error)
	// +depracated
	// GET /api/msp/mesh/rule/branch/{projectID}/{env}/{appID}
	GetHostRule(context.Context, *CetHostRuleRequest) (*CetHostRuleResponse, error)
	// +depracated
	// POST /api/msp/mesh/rule/branch/{projectID}/{env}/{appID}
	CreateHostRule(context.Context, *CreateHostRuleRequest) (*CreateHostRuleResponse, error)
	// +depracated
	// DELETE /api/msp/mesh/rule/branch/{projectID}/{env}/{appID}
	DeleteHostRule(context.Context, *DeleteHostRuleRequest) (*DeleteHostRuleResponse, error)
	// +depracated
	// GET /api/msp/mesh/rule/host/{projectID}/{env}/{host}
	GetHostRuntimeRule(context.Context, *GetHostRuntimeRuleRequest) (*GetHostRuntimeRuleResponse, error)
	// +depracated
	// POST /api/msp/mesh/rule/host/{projectID}/{env}/{host}
	CreateHostRuntimeRule(context.Context, *CreateHostRuntimeRuleRequest) (*CreateHostRuntimeRuleResponse, error)
	// +depracated
	// GET /api/msp/mesh/listhostinterface/{projectID}/{env}
	GetAllHostRuntimeRules(context.Context, *GetAllHostRuntimeRulesRequest) (*GetAllHostRuntimeRulesResponse, error)
	// +depracated
	// GET /api/msp/mesh/timestamp/{interfaceName}/{projectID}/{env}
	GetDubboInterfaceTime(context.Context, *GetDubboInterfaceTimeRequest) (*GetDubboInterfaceTimeResponse, error)
	// +depracated
	// GET /api/msp/mesh/qps/{interfaceName}/{projectID}/{env}
	GetDubboInterfaceQPS(context.Context, *GetDubboInterfaceQPSRequest) (*GetDubboInterfaceQPSResponse, error)
	// +depracated
	// GET /api/msp/mesh/failed/{interfaceName}/{projectID}/{env}
	GetDubboInterfaceFailed(context.Context, *GetDubboInterfaceFailedRequest) (*GetDubboInterfaceFailedResponse, error)
	// +depracated
	// GET /api/msp/mesh/avgtime/{interfaceName}/{projectID}/{env}
	GetDubboInterfaceAvgTime(context.Context, *GetDubboInterfaceAvgTimeRequest) (*GetDubboInterfaceAvgTimeResponse, error)
}

RegisterCenterServiceHandler is the server API for RegisterCenterService service.

type RegisterCenterServiceServer

type RegisterCenterServiceServer interface {
	ListInterface(context.Context, *ListInterfaceRequest) (*ListInterfaceResponse, error)
	GetHTTPServices(context.Context, *GetHTTPServicesRequest) (*GetHTTPServicesResponse, error)
	EnableHTTPService(context.Context, *EnableHTTPServiceRequest) (*EnableHTTPServiceResponse, error)
	GetServiceIpInfo(context.Context, *ServiceIpRequest) (*ServiceIpInfoResponse, error)
	// +depracated
	GetRouteRule(context.Context, *GetRouteRuleRequest) (*GetRouteRuleResponse, error)
	// +depracated
	CreateRouteRule(context.Context, *CreateRouteRuleRequest) (*CreateRouteRuleResponse, error)
	// +depracated
	DeleteRouteRule(context.Context, *DeleteRouteRuleRequest) (*DeleteRouteRuleResponse, error)
	// +depracated
	GetHostRule(context.Context, *CetHostRuleRequest) (*CetHostRuleResponse, error)
	// +depracated
	CreateHostRule(context.Context, *CreateHostRuleRequest) (*CreateHostRuleResponse, error)
	// +depracated
	DeleteHostRule(context.Context, *DeleteHostRuleRequest) (*DeleteHostRuleResponse, error)
	// +depracated
	GetHostRuntimeRule(context.Context, *GetHostRuntimeRuleRequest) (*GetHostRuntimeRuleResponse, error)
	// +depracated
	CreateHostRuntimeRule(context.Context, *CreateHostRuntimeRuleRequest) (*CreateHostRuntimeRuleResponse, error)
	// +depracated
	GetAllHostRuntimeRules(context.Context, *GetAllHostRuntimeRulesRequest) (*GetAllHostRuntimeRulesResponse, error)
	// +depracated
	GetDubboInterfaceTime(context.Context, *GetDubboInterfaceTimeRequest) (*GetDubboInterfaceTimeResponse, error)
	// +depracated
	GetDubboInterfaceQPS(context.Context, *GetDubboInterfaceQPSRequest) (*GetDubboInterfaceQPSResponse, error)
	// +depracated
	GetDubboInterfaceFailed(context.Context, *GetDubboInterfaceFailedRequest) (*GetDubboInterfaceFailedResponse, error)
	// +depracated
	GetDubboInterfaceAvgTime(context.Context, *GetDubboInterfaceAvgTimeRequest) (*GetDubboInterfaceAvgTimeResponse, error)
}

RegisterCenterServiceServer is the server API for RegisterCenterService service. All implementations should embed UnimplementedRegisterCenterServiceServer for forward compatibility

type RequestRule

type RequestRule struct {
	LbType            string `protobuf:"bytes,1,opt,name=lb_type,json=lbType,proto3" json:"lb_type,omitempty"`
	MaxRequestPerConn string `protobuf:"bytes,2,opt,name=max_request_per_conn,json=maxRequestPerConn,proto3" json:"max_request_per_conn,omitempty"`
	MaxConnections    string `protobuf:"bytes,3,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"`
	MaxRequests       string `protobuf:"bytes,4,opt,name=max_requests,json=maxRequests,proto3" json:"max_requests,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestRule) Descriptor deprecated

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

Deprecated: Use RequestRule.ProtoReflect.Descriptor instead.

func (*RequestRule) GetLbType

func (x *RequestRule) GetLbType() string

func (*RequestRule) GetMaxConnections

func (x *RequestRule) GetMaxConnections() string

func (*RequestRule) GetMaxRequestPerConn

func (x *RequestRule) GetMaxRequestPerConn() string

func (*RequestRule) GetMaxRequests

func (x *RequestRule) GetMaxRequests() string

func (*RequestRule) MarshalJSON

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

RequestRule implement json.Marshaler.

func (*RequestRule) ProtoMessage

func (*RequestRule) ProtoMessage()

func (*RequestRule) ProtoReflect

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

func (*RequestRule) Reset

func (x *RequestRule) Reset()

func (*RequestRule) String

func (x *RequestRule) String() string

func (*RequestRule) UnmarshalJSON

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

RequestRule implement json.Marshaler.

func (*RequestRule) UnmarshalURLValues

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

RequestRule implement urlenc.URLValuesUnmarshaler.

func (*RequestRule) Validate

func (this *RequestRule) Validate() error

type ServiceIpInfoResponse

type ServiceIpInfoResponse struct {
	AppID       string `protobuf:"bytes,1,opt,name=appID,proto3" json:"appID,omitempty"`
	RuntimeID   string `protobuf:"bytes,2,opt,name=runtimeID,proto3" json:"runtimeID,omitempty"`
	ServiceName string `protobuf:"bytes,3,opt,name=serviceName,proto3" json:"serviceName,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceIpInfoResponse) Descriptor deprecated

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

Deprecated: Use ServiceIpInfoResponse.ProtoReflect.Descriptor instead.

func (*ServiceIpInfoResponse) GetAppID

func (x *ServiceIpInfoResponse) GetAppID() string

func (*ServiceIpInfoResponse) GetRuntimeID

func (x *ServiceIpInfoResponse) GetRuntimeID() string

func (*ServiceIpInfoResponse) GetServiceName

func (x *ServiceIpInfoResponse) GetServiceName() string

func (*ServiceIpInfoResponse) MarshalJSON

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

ServiceIpInfoResponse implement json.Marshaler.

func (*ServiceIpInfoResponse) ProtoMessage

func (*ServiceIpInfoResponse) ProtoMessage()

func (*ServiceIpInfoResponse) ProtoReflect

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

func (*ServiceIpInfoResponse) Reset

func (x *ServiceIpInfoResponse) Reset()

func (*ServiceIpInfoResponse) String

func (x *ServiceIpInfoResponse) String() string

func (*ServiceIpInfoResponse) UnmarshalJSON

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

ServiceIpInfoResponse implement json.Marshaler.

func (*ServiceIpInfoResponse) UnmarshalURLValues

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

ServiceIpInfoResponse implement urlenc.URLValuesUnmarshaler.

func (*ServiceIpInfoResponse) Validate

func (this *ServiceIpInfoResponse) Validate() error

type ServiceIpRequest

type ServiceIpRequest struct {
	ProjectID string `protobuf:"bytes,1,opt,name=projectID,proto3" json:"projectID,omitempty"`
	Workspace string `protobuf:"bytes,2,opt,name=workspace,proto3" json:"workspace,omitempty"`
	Ip        string `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceIpRequest) Descriptor deprecated

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

Deprecated: Use ServiceIpRequest.ProtoReflect.Descriptor instead.

func (*ServiceIpRequest) GetIp

func (x *ServiceIpRequest) GetIp() string

func (*ServiceIpRequest) GetProjectID

func (x *ServiceIpRequest) GetProjectID() string

func (*ServiceIpRequest) GetWorkspace

func (x *ServiceIpRequest) GetWorkspace() string

func (*ServiceIpRequest) MarshalJSON

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

ServiceIpRequest implement json.Marshaler.

func (*ServiceIpRequest) ProtoMessage

func (*ServiceIpRequest) ProtoMessage()

func (*ServiceIpRequest) ProtoReflect

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

func (*ServiceIpRequest) Reset

func (x *ServiceIpRequest) Reset()

func (*ServiceIpRequest) String

func (x *ServiceIpRequest) String() string

func (*ServiceIpRequest) UnmarshalJSON

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

ServiceIpRequest implement json.Marshaler.

func (*ServiceIpRequest) UnmarshalURLValues

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

ServiceIpRequest implement urlenc.URLValuesUnmarshaler.

func (*ServiceIpRequest) Validate

func (this *ServiceIpRequest) Validate() error

type UnimplementedRegisterCenterServiceServer

type UnimplementedRegisterCenterServiceServer struct {
}

UnimplementedRegisterCenterServiceServer should be embedded to have forward compatible implementations.

func (*UnimplementedRegisterCenterServiceServer) CreateHostRule

func (*UnimplementedRegisterCenterServiceServer) CreateHostRuntimeRule

func (*UnimplementedRegisterCenterServiceServer) CreateRouteRule

func (*UnimplementedRegisterCenterServiceServer) DeleteHostRule

func (*UnimplementedRegisterCenterServiceServer) DeleteRouteRule

func (*UnimplementedRegisterCenterServiceServer) EnableHTTPService

func (*UnimplementedRegisterCenterServiceServer) GetAllHostRuntimeRules

func (*UnimplementedRegisterCenterServiceServer) GetDubboInterfaceFailed

func (*UnimplementedRegisterCenterServiceServer) GetDubboInterfaceQPS

func (*UnimplementedRegisterCenterServiceServer) GetDubboInterfaceTime

func (*UnimplementedRegisterCenterServiceServer) GetHTTPServices

func (*UnimplementedRegisterCenterServiceServer) GetHostRule

func (*UnimplementedRegisterCenterServiceServer) GetHostRuntimeRule

func (*UnimplementedRegisterCenterServiceServer) GetRouteRule

func (*UnimplementedRegisterCenterServiceServer) GetServiceIpInfo

func (*UnimplementedRegisterCenterServiceServer) ListInterface

Jump to

Keyboard shortcuts

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