pb

package
v1.4.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_openapi_consumer_proto protoreflect.FileDescriptor

Functions

func OpenapiConsumerServiceClientType

func OpenapiConsumerServiceClientType() reflect.Type

OpenapiConsumerServiceClientType .

func OpenapiConsumerServiceHandlerType

func OpenapiConsumerServiceHandlerType() reflect.Type

OpenapiConsumerServiceHandlerType .

func OpenapiConsumerServiceServerType

func OpenapiConsumerServiceServerType() reflect.Type

OpenapiConsumerServiceServerType .

func RegisterOpenapiConsumerServiceHandler

func RegisterOpenapiConsumerServiceHandler(r http.Router, srv OpenapiConsumerServiceHandler, opts ...http.HandleOption)

RegisterOpenapiConsumerServiceHandler register OpenapiConsumerServiceHandler to http.Router.

func RegisterOpenapiConsumerServiceImp

func RegisterOpenapiConsumerServiceImp(regester transport.Register, srv OpenapiConsumerServiceServer, opts ...transport.ServiceOption)

RegisterOpenapiConsumerServiceImp openapi_consumer.proto

func RegisterOpenapiConsumerServiceServer

func RegisterOpenapiConsumerServiceServer(s grpc1.ServiceRegistrar, srv OpenapiConsumerServiceServer, opts ...grpc1.HandleOption)

func ServiceNames

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

ServiceNames return all service names

func Types

func Types() []reflect.Type

Types

type Acl

type Acl struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Selected    bool   `protobuf:"varint,4,opt,name=selected,proto3" json:"selected,omitempty"`
	// contains filtered or unexported fields
}

func (*Acl) Descriptor deprecated

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

Deprecated: Use Acl.ProtoReflect.Descriptor instead.

func (*Acl) GetDescription

func (x *Acl) GetDescription() string

func (*Acl) GetId

func (x *Acl) GetId() string

func (*Acl) GetName

func (x *Acl) GetName() string

func (*Acl) GetSelected

func (x *Acl) GetSelected() bool

func (*Acl) MarshalJSON

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

Acl implement json.Marshaler.

func (*Acl) ProtoMessage

func (*Acl) ProtoMessage()

func (*Acl) ProtoReflect

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

func (*Acl) Reset

func (x *Acl) Reset()

func (*Acl) String

func (x *Acl) String() string

func (*Acl) UnmarshalJSON

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

Acl implement json.Marshaler.

func (*Acl) UnmarshalURLValues

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

Acl implement urlenc.URLValuesUnmarshaler.

func (*Acl) Validate

func (this *Acl) Validate() error

type Consumer

type Consumer struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreateAt    string `protobuf:"bytes,2,opt,name=createAt,proto3" json:"createAt,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*Consumer) Descriptor deprecated

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

Deprecated: Use Consumer.ProtoReflect.Descriptor instead.

func (*Consumer) GetCreateAt

func (x *Consumer) GetCreateAt() string

func (*Consumer) GetDescription

func (x *Consumer) GetDescription() string

func (*Consumer) GetId

func (x *Consumer) GetId() string

func (*Consumer) GetName

func (x *Consumer) GetName() string

func (*Consumer) MarshalJSON

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

Consumer implement json.Marshaler.

func (*Consumer) ProtoMessage

func (*Consumer) ProtoMessage()

func (*Consumer) ProtoReflect

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

func (*Consumer) Reset

func (x *Consumer) Reset()

func (*Consumer) String

func (x *Consumer) String() string

func (*Consumer) UnmarshalJSON

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

Consumer implement json.Marshaler.

func (*Consumer) UnmarshalURLValues

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

Consumer implement urlenc.URLValuesUnmarshaler.

func (*Consumer) Validate

func (this *Consumer) Validate() error

type ConsumerAuthConfig

type ConsumerAuthConfig struct {
	Auths []*ConsumerAuthItem `protobuf:"bytes,1,rep,name=auths,proto3" json:"auths,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerAuthConfig) Descriptor deprecated

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

Deprecated: Use ConsumerAuthConfig.ProtoReflect.Descriptor instead.

func (*ConsumerAuthConfig) GetAuths

func (x *ConsumerAuthConfig) GetAuths() []*ConsumerAuthItem

func (*ConsumerAuthConfig) MarshalJSON

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

ConsumerAuthConfig implement json.Marshaler.

func (*ConsumerAuthConfig) ProtoMessage

func (*ConsumerAuthConfig) ProtoMessage()

func (*ConsumerAuthConfig) ProtoReflect

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

func (*ConsumerAuthConfig) Reset

func (x *ConsumerAuthConfig) Reset()

func (*ConsumerAuthConfig) String

func (x *ConsumerAuthConfig) String() string

func (*ConsumerAuthConfig) UnmarshalJSON

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

ConsumerAuthConfig implement json.Marshaler.

func (*ConsumerAuthConfig) UnmarshalURLValues

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

ConsumerAuthConfig implement urlenc.URLValuesUnmarshaler.

func (*ConsumerAuthConfig) Validate

func (this *ConsumerAuthConfig) Validate() error

type ConsumerAuthItem

type ConsumerAuthItem struct {
	AuthType string          `protobuf:"bytes,1,opt,name=authType,proto3" json:"authType,omitempty"`
	AuthData *CredentialList `protobuf:"bytes,2,opt,name=authData,proto3" json:"authData,omitempty"`
	AuthTips string          `protobuf:"bytes,3,opt,name=authTips,proto3" json:"authTips,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerAuthItem) Descriptor deprecated

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

Deprecated: Use ConsumerAuthItem.ProtoReflect.Descriptor instead.

func (*ConsumerAuthItem) GetAuthData

func (x *ConsumerAuthItem) GetAuthData() *CredentialList

func (*ConsumerAuthItem) GetAuthTips

func (x *ConsumerAuthItem) GetAuthTips() string

func (*ConsumerAuthItem) GetAuthType

func (x *ConsumerAuthItem) GetAuthType() string

func (*ConsumerAuthItem) MarshalJSON

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

ConsumerAuthItem implement json.Marshaler.

func (*ConsumerAuthItem) ProtoMessage

func (*ConsumerAuthItem) ProtoMessage()

func (*ConsumerAuthItem) ProtoReflect

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

func (*ConsumerAuthItem) Reset

func (x *ConsumerAuthItem) Reset()

func (*ConsumerAuthItem) String

func (x *ConsumerAuthItem) String() string

func (*ConsumerAuthItem) UnmarshalJSON

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

ConsumerAuthItem implement json.Marshaler.

func (*ConsumerAuthItem) UnmarshalURLValues

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

ConsumerAuthItem implement urlenc.URLValuesUnmarshaler.

func (*ConsumerAuthItem) Validate

func (this *ConsumerAuthItem) Validate() error

type ConsumerCredentials

type ConsumerCredentials struct {
	ConsumerName string              `protobuf:"bytes,1,opt,name=consumerName,proto3" json:"consumerName,omitempty"`
	ConsumerId   string              `protobuf:"bytes,2,opt,name=consumerId,proto3" json:"consumerId,omitempty"`
	AuthConfig   *ConsumerAuthConfig `protobuf:"bytes,3,opt,name=authConfig,proto3" json:"authConfig,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerCredentials) Descriptor deprecated

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

Deprecated: Use ConsumerCredentials.ProtoReflect.Descriptor instead.

func (*ConsumerCredentials) GetAuthConfig

func (x *ConsumerCredentials) GetAuthConfig() *ConsumerAuthConfig

func (*ConsumerCredentials) GetConsumerId

func (x *ConsumerCredentials) GetConsumerId() string

func (*ConsumerCredentials) GetConsumerName

func (x *ConsumerCredentials) GetConsumerName() string

func (*ConsumerCredentials) MarshalJSON

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

ConsumerCredentials implement json.Marshaler.

func (*ConsumerCredentials) ProtoMessage

func (*ConsumerCredentials) ProtoMessage()

func (*ConsumerCredentials) ProtoReflect

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

func (*ConsumerCredentials) Reset

func (x *ConsumerCredentials) Reset()

func (*ConsumerCredentials) String

func (x *ConsumerCredentials) String() string

func (*ConsumerCredentials) UnmarshalJSON

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

ConsumerCredentials implement json.Marshaler.

func (*ConsumerCredentials) UnmarshalURLValues

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

ConsumerCredentials implement urlenc.URLValuesUnmarshaler.

func (*ConsumerCredentials) Validate

func (this *ConsumerCredentials) Validate() error

type CreateConsumerRequest

type CreateConsumerRequest 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"`
	Consumer  *Consumer `protobuf:"bytes,3,opt,name=consumer,proto3" json:"consumer,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateConsumerRequest) Descriptor deprecated

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

Deprecated: Use CreateConsumerRequest.ProtoReflect.Descriptor instead.

func (*CreateConsumerRequest) GetConsumer

func (x *CreateConsumerRequest) GetConsumer() *Consumer

func (*CreateConsumerRequest) GetEnv

func (x *CreateConsumerRequest) GetEnv() string

func (*CreateConsumerRequest) GetProjectId

func (x *CreateConsumerRequest) GetProjectId() string

func (*CreateConsumerRequest) MarshalJSON

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

CreateConsumerRequest implement json.Marshaler.

func (*CreateConsumerRequest) ProtoMessage

func (*CreateConsumerRequest) ProtoMessage()

func (*CreateConsumerRequest) ProtoReflect

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

func (*CreateConsumerRequest) Reset

func (x *CreateConsumerRequest) Reset()

func (*CreateConsumerRequest) String

func (x *CreateConsumerRequest) String() string

func (*CreateConsumerRequest) UnmarshalJSON

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

CreateConsumerRequest implement json.Marshaler.

func (*CreateConsumerRequest) UnmarshalURLValues

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

CreateConsumerRequest implement urlenc.URLValuesUnmarshaler.

func (*CreateConsumerRequest) Validate

func (this *CreateConsumerRequest) Validate() error

type CreateConsumerResponse

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

func (*CreateConsumerResponse) Descriptor deprecated

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

Deprecated: Use CreateConsumerResponse.ProtoReflect.Descriptor instead.

func (*CreateConsumerResponse) GetData

func (x *CreateConsumerResponse) GetData() string

func (*CreateConsumerResponse) MarshalJSON

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

CreateConsumerResponse implement json.Marshaler.

func (*CreateConsumerResponse) ProtoMessage

func (*CreateConsumerResponse) ProtoMessage()

func (*CreateConsumerResponse) ProtoReflect

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

func (*CreateConsumerResponse) Reset

func (x *CreateConsumerResponse) Reset()

func (*CreateConsumerResponse) String

func (x *CreateConsumerResponse) String() string

func (*CreateConsumerResponse) UnmarshalJSON

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

CreateConsumerResponse implement json.Marshaler.

func (*CreateConsumerResponse) UnmarshalURLValues

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

CreateConsumerResponse implement urlenc.URLValuesUnmarshaler.

func (*CreateConsumerResponse) Validate

func (this *CreateConsumerResponse) Validate() error

type Credential

type Credential struct {
	ConsumerId   string          `protobuf:"bytes,1,opt,name=consumerId,json=consumer_id,proto3" json:"consumerId,omitempty"`
	CreatedAt    int64           `protobuf:"varint,2,opt,name=createdAt,json=created_at,proto3" json:"createdAt,omitempty"`
	Id           string          `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	Key          string          `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"`
	RedirectUrl  *structpb.Value `protobuf:"bytes,5,opt,name=redirectUrl,json=redirect_uri,proto3" json:"redirectUrl,omitempty"`
	RedirectUrls []string        `protobuf:"bytes,6,rep,name=redirectUrls,json=redirect_uris,proto3" json:"redirectUrls,omitempty"`
	Name         string          `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	ClientId     string          `protobuf:"bytes,8,opt,name=clientId,json=client_id,proto3" json:"clientId,omitempty"`
	ClientSecret string          `protobuf:"bytes,9,opt,name=clientSecret,json=client_secret,proto3" json:"clientSecret,omitempty"`
	Secret       string          `protobuf:"bytes,10,opt,name=secret,proto3" json:"secret,omitempty"`
	Username     string          `protobuf:"bytes,11,opt,name=username,proto3" json:"username,omitempty"`
	// contains filtered or unexported fields
}

func (*Credential) Descriptor deprecated

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

Deprecated: Use Credential.ProtoReflect.Descriptor instead.

func (*Credential) GetClientId

func (x *Credential) GetClientId() string

func (*Credential) GetClientSecret

func (x *Credential) GetClientSecret() string

func (*Credential) GetConsumerId

func (x *Credential) GetConsumerId() string

func (*Credential) GetCreatedAt

func (x *Credential) GetCreatedAt() int64

func (*Credential) GetId

func (x *Credential) GetId() string

func (*Credential) GetKey

func (x *Credential) GetKey() string

func (*Credential) GetName

func (x *Credential) GetName() string

func (*Credential) GetRedirectUrl

func (x *Credential) GetRedirectUrl() *structpb.Value

func (*Credential) GetRedirectUrls

func (x *Credential) GetRedirectUrls() []string

func (*Credential) GetSecret

func (x *Credential) GetSecret() string

func (*Credential) GetUsername

func (x *Credential) GetUsername() string

func (*Credential) MarshalJSON

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

Credential implement json.Marshaler.

func (*Credential) ProtoMessage

func (*Credential) ProtoMessage()

func (*Credential) ProtoReflect

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

func (*Credential) Reset

func (x *Credential) Reset()

func (*Credential) String

func (x *Credential) String() string

func (*Credential) UnmarshalJSON

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

Credential implement json.Marshaler.

func (*Credential) UnmarshalURLValues

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

Credential implement urlenc.URLValuesUnmarshaler.

func (*Credential) Validate

func (this *Credential) Validate() error

type CredentialList

type CredentialList struct {
	Total int64         `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	Data  []*Credential `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialList) Descriptor deprecated

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

Deprecated: Use CredentialList.ProtoReflect.Descriptor instead.

func (*CredentialList) GetData

func (x *CredentialList) GetData() []*Credential

func (*CredentialList) GetTotal

func (x *CredentialList) GetTotal() int64

func (*CredentialList) MarshalJSON

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

CredentialList implement json.Marshaler.

func (*CredentialList) ProtoMessage

func (*CredentialList) ProtoMessage()

func (*CredentialList) ProtoReflect

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

func (*CredentialList) Reset

func (x *CredentialList) Reset()

func (*CredentialList) String

func (x *CredentialList) String() string

func (*CredentialList) UnmarshalJSON

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

CredentialList implement json.Marshaler.

func (*CredentialList) UnmarshalURLValues

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

CredentialList implement urlenc.URLValuesUnmarshaler.

func (*CredentialList) Validate

func (this *CredentialList) Validate() error

type DeleteConsumerRequest

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

func (*DeleteConsumerRequest) Descriptor deprecated

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

Deprecated: Use DeleteConsumerRequest.ProtoReflect.Descriptor instead.

func (*DeleteConsumerRequest) GetConsumerId

func (x *DeleteConsumerRequest) GetConsumerId() string

func (*DeleteConsumerRequest) MarshalJSON

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

DeleteConsumerRequest implement json.Marshaler.

func (*DeleteConsumerRequest) ProtoMessage

func (*DeleteConsumerRequest) ProtoMessage()

func (*DeleteConsumerRequest) ProtoReflect

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

func (*DeleteConsumerRequest) Reset

func (x *DeleteConsumerRequest) Reset()

func (*DeleteConsumerRequest) String

func (x *DeleteConsumerRequest) String() string

func (*DeleteConsumerRequest) UnmarshalJSON

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

DeleteConsumerRequest implement json.Marshaler.

func (*DeleteConsumerRequest) UnmarshalURLValues

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

DeleteConsumerRequest implement urlenc.URLValuesUnmarshaler.

func (*DeleteConsumerRequest) Validate

func (this *DeleteConsumerRequest) Validate() error

type DeleteConsumerResponse

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

func (*DeleteConsumerResponse) Descriptor deprecated

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

Deprecated: Use DeleteConsumerResponse.ProtoReflect.Descriptor instead.

func (*DeleteConsumerResponse) GetData

func (x *DeleteConsumerResponse) GetData() bool

func (*DeleteConsumerResponse) MarshalJSON

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

DeleteConsumerResponse implement json.Marshaler.

func (*DeleteConsumerResponse) ProtoMessage

func (*DeleteConsumerResponse) ProtoMessage()

func (*DeleteConsumerResponse) ProtoReflect

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

func (*DeleteConsumerResponse) Reset

func (x *DeleteConsumerResponse) Reset()

func (*DeleteConsumerResponse) String

func (x *DeleteConsumerResponse) String() string

func (*DeleteConsumerResponse) UnmarshalJSON

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

DeleteConsumerResponse implement json.Marshaler.

func (*DeleteConsumerResponse) UnmarshalURLValues

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

DeleteConsumerResponse implement urlenc.URLValuesUnmarshaler.

func (*DeleteConsumerResponse) Validate

func (this *DeleteConsumerResponse) Validate() error

type GetConsumerAclRequest

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

func (*GetConsumerAclRequest) Descriptor deprecated

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

Deprecated: Use GetConsumerAclRequest.ProtoReflect.Descriptor instead.

func (*GetConsumerAclRequest) GetConsumerId

func (x *GetConsumerAclRequest) GetConsumerId() string

func (*GetConsumerAclRequest) MarshalJSON

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

GetConsumerAclRequest implement json.Marshaler.

func (*GetConsumerAclRequest) ProtoMessage

func (*GetConsumerAclRequest) ProtoMessage()

func (*GetConsumerAclRequest) ProtoReflect

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

func (*GetConsumerAclRequest) Reset

func (x *GetConsumerAclRequest) Reset()

func (*GetConsumerAclRequest) String

func (x *GetConsumerAclRequest) String() string

func (*GetConsumerAclRequest) UnmarshalJSON

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

GetConsumerAclRequest implement json.Marshaler.

func (*GetConsumerAclRequest) UnmarshalURLValues

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

GetConsumerAclRequest implement urlenc.URLValuesUnmarshaler.

func (*GetConsumerAclRequest) Validate

func (this *GetConsumerAclRequest) Validate() error

type GetConsumerAclResponse

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

func (*GetConsumerAclResponse) Descriptor deprecated

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

Deprecated: Use GetConsumerAclResponse.ProtoReflect.Descriptor instead.

func (*GetConsumerAclResponse) GetData

func (x *GetConsumerAclResponse) GetData() []*Acl

func (*GetConsumerAclResponse) MarshalJSON

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

GetConsumerAclResponse implement json.Marshaler.

func (*GetConsumerAclResponse) ProtoMessage

func (*GetConsumerAclResponse) ProtoMessage()

func (*GetConsumerAclResponse) ProtoReflect

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

func (*GetConsumerAclResponse) Reset

func (x *GetConsumerAclResponse) Reset()

func (*GetConsumerAclResponse) String

func (x *GetConsumerAclResponse) String() string

func (*GetConsumerAclResponse) UnmarshalJSON

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

GetConsumerAclResponse implement json.Marshaler.

func (*GetConsumerAclResponse) UnmarshalURLValues

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

GetConsumerAclResponse implement urlenc.URLValuesUnmarshaler.

func (*GetConsumerAclResponse) Validate

func (this *GetConsumerAclResponse) Validate() error

type GetConsumerAuthRequest

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

func (*GetConsumerAuthRequest) Descriptor deprecated

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

Deprecated: Use GetConsumerAuthRequest.ProtoReflect.Descriptor instead.

func (*GetConsumerAuthRequest) GetConsumerId

func (x *GetConsumerAuthRequest) GetConsumerId() string

func (*GetConsumerAuthRequest) MarshalJSON

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

GetConsumerAuthRequest implement json.Marshaler.

func (*GetConsumerAuthRequest) ProtoMessage

func (*GetConsumerAuthRequest) ProtoMessage()

func (*GetConsumerAuthRequest) ProtoReflect

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

func (*GetConsumerAuthRequest) Reset

func (x *GetConsumerAuthRequest) Reset()

func (*GetConsumerAuthRequest) String

func (x *GetConsumerAuthRequest) String() string

func (*GetConsumerAuthRequest) UnmarshalJSON

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

GetConsumerAuthRequest implement json.Marshaler.

func (*GetConsumerAuthRequest) UnmarshalURLValues

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

GetConsumerAuthRequest implement urlenc.URLValuesUnmarshaler.

func (*GetConsumerAuthRequest) Validate

func (this *GetConsumerAuthRequest) Validate() error

type GetConsumerAuthResponse

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

func (*GetConsumerAuthResponse) Descriptor deprecated

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

Deprecated: Use GetConsumerAuthResponse.ProtoReflect.Descriptor instead.

func (*GetConsumerAuthResponse) GetData

func (*GetConsumerAuthResponse) MarshalJSON

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

GetConsumerAuthResponse implement json.Marshaler.

func (*GetConsumerAuthResponse) ProtoMessage

func (*GetConsumerAuthResponse) ProtoMessage()

func (*GetConsumerAuthResponse) ProtoReflect

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

func (*GetConsumerAuthResponse) Reset

func (x *GetConsumerAuthResponse) Reset()

func (*GetConsumerAuthResponse) String

func (x *GetConsumerAuthResponse) String() string

func (*GetConsumerAuthResponse) UnmarshalJSON

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

GetConsumerAuthResponse implement json.Marshaler.

func (*GetConsumerAuthResponse) UnmarshalURLValues

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

GetConsumerAuthResponse implement urlenc.URLValuesUnmarshaler.

func (*GetConsumerAuthResponse) Validate

func (this *GetConsumerAuthResponse) Validate() error

type GetConsumersNameRequest

type GetConsumersNameRequest 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"`
	// contains filtered or unexported fields
}

func (*GetConsumersNameRequest) Descriptor deprecated

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

Deprecated: Use GetConsumersNameRequest.ProtoReflect.Descriptor instead.

func (*GetConsumersNameRequest) GetEnv

func (x *GetConsumersNameRequest) GetEnv() string

func (*GetConsumersNameRequest) GetProjectId

func (x *GetConsumersNameRequest) GetProjectId() string

func (*GetConsumersNameRequest) MarshalJSON

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

GetConsumersNameRequest implement json.Marshaler.

func (*GetConsumersNameRequest) ProtoMessage

func (*GetConsumersNameRequest) ProtoMessage()

func (*GetConsumersNameRequest) ProtoReflect

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

func (*GetConsumersNameRequest) Reset

func (x *GetConsumersNameRequest) Reset()

func (*GetConsumersNameRequest) String

func (x *GetConsumersNameRequest) String() string

func (*GetConsumersNameRequest) UnmarshalJSON

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

GetConsumersNameRequest implement json.Marshaler.

func (*GetConsumersNameRequest) UnmarshalURLValues

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

GetConsumersNameRequest implement urlenc.URLValuesUnmarshaler.

func (*GetConsumersNameRequest) Validate

func (this *GetConsumersNameRequest) Validate() error

type GetConsumersNameResponse

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

func (*GetConsumersNameResponse) Descriptor deprecated

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

Deprecated: Use GetConsumersNameResponse.ProtoReflect.Descriptor instead.

func (*GetConsumersNameResponse) GetData

func (x *GetConsumersNameResponse) GetData() []*Consumer

func (*GetConsumersNameResponse) MarshalJSON

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

GetConsumersNameResponse implement json.Marshaler.

func (*GetConsumersNameResponse) ProtoMessage

func (*GetConsumersNameResponse) ProtoMessage()

func (*GetConsumersNameResponse) ProtoReflect

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

func (*GetConsumersNameResponse) Reset

func (x *GetConsumersNameResponse) Reset()

func (*GetConsumersNameResponse) String

func (x *GetConsumersNameResponse) String() string

func (*GetConsumersNameResponse) UnmarshalJSON

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

GetConsumersNameResponse implement json.Marshaler.

func (*GetConsumersNameResponse) UnmarshalURLValues

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

GetConsumersNameResponse implement urlenc.URLValuesUnmarshaler.

func (*GetConsumersNameResponse) Validate

func (this *GetConsumersNameResponse) Validate() error

type GetConsumersRequest

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

func (*GetConsumersRequest) Descriptor deprecated

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

Deprecated: Use GetConsumersRequest.ProtoReflect.Descriptor instead.

func (*GetConsumersRequest) GetEnv

func (x *GetConsumersRequest) GetEnv() string

func (*GetConsumersRequest) GetPageNo

func (x *GetConsumersRequest) GetPageNo() int64

func (*GetConsumersRequest) GetPageSize

func (x *GetConsumersRequest) GetPageSize() int64

func (*GetConsumersRequest) GetProjectId

func (x *GetConsumersRequest) GetProjectId() string

func (*GetConsumersRequest) GetSortField

func (x *GetConsumersRequest) GetSortField() string

func (*GetConsumersRequest) GetSortType

func (x *GetConsumersRequest) GetSortType() string

func (*GetConsumersRequest) MarshalJSON

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

GetConsumersRequest implement json.Marshaler.

func (*GetConsumersRequest) ProtoMessage

func (*GetConsumersRequest) ProtoMessage()

func (*GetConsumersRequest) ProtoReflect

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

func (*GetConsumersRequest) Reset

func (x *GetConsumersRequest) Reset()

func (*GetConsumersRequest) String

func (x *GetConsumersRequest) String() string

func (*GetConsumersRequest) UnmarshalJSON

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

GetConsumersRequest implement json.Marshaler.

func (*GetConsumersRequest) UnmarshalURLValues

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

GetConsumersRequest implement urlenc.URLValuesUnmarshaler.

func (*GetConsumersRequest) Validate

func (this *GetConsumersRequest) Validate() error

type GetConsumersResponse

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

func (*GetConsumersResponse) Descriptor deprecated

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

Deprecated: Use GetConsumersResponse.ProtoReflect.Descriptor instead.

func (*GetConsumersResponse) GetData

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

func (*GetConsumersResponse) MarshalJSON

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

GetConsumersResponse implement json.Marshaler.

func (*GetConsumersResponse) ProtoMessage

func (*GetConsumersResponse) ProtoMessage()

func (*GetConsumersResponse) ProtoReflect

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

func (*GetConsumersResponse) Reset

func (x *GetConsumersResponse) Reset()

func (*GetConsumersResponse) String

func (x *GetConsumersResponse) String() string

func (*GetConsumersResponse) UnmarshalJSON

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

GetConsumersResponse implement json.Marshaler.

func (*GetConsumersResponse) UnmarshalURLValues

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

GetConsumersResponse implement urlenc.URLValuesUnmarshaler.

func (*GetConsumersResponse) Validate

func (this *GetConsumersResponse) Validate() error

type GetEndpointAclRequest

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

func (*GetEndpointAclRequest) Descriptor deprecated

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

Deprecated: Use GetEndpointAclRequest.ProtoReflect.Descriptor instead.

func (*GetEndpointAclRequest) GetPackageId

func (x *GetEndpointAclRequest) GetPackageId() string

func (*GetEndpointAclRequest) MarshalJSON

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

GetEndpointAclRequest implement json.Marshaler.

func (*GetEndpointAclRequest) ProtoMessage

func (*GetEndpointAclRequest) ProtoMessage()

func (*GetEndpointAclRequest) ProtoReflect

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

func (*GetEndpointAclRequest) Reset

func (x *GetEndpointAclRequest) Reset()

func (*GetEndpointAclRequest) String

func (x *GetEndpointAclRequest) String() string

func (*GetEndpointAclRequest) UnmarshalJSON

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

GetEndpointAclRequest implement json.Marshaler.

func (*GetEndpointAclRequest) UnmarshalURLValues

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

GetEndpointAclRequest implement urlenc.URLValuesUnmarshaler.

func (*GetEndpointAclRequest) Validate

func (this *GetEndpointAclRequest) Validate() error

type GetEndpointAclResponse

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

func (*GetEndpointAclResponse) Descriptor deprecated

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

Deprecated: Use GetEndpointAclResponse.ProtoReflect.Descriptor instead.

func (*GetEndpointAclResponse) GetData

func (x *GetEndpointAclResponse) GetData() []*Acl

func (*GetEndpointAclResponse) MarshalJSON

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

GetEndpointAclResponse implement json.Marshaler.

func (*GetEndpointAclResponse) ProtoMessage

func (*GetEndpointAclResponse) ProtoMessage()

func (*GetEndpointAclResponse) ProtoReflect

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

func (*GetEndpointAclResponse) Reset

func (x *GetEndpointAclResponse) Reset()

func (*GetEndpointAclResponse) String

func (x *GetEndpointAclResponse) String() string

func (*GetEndpointAclResponse) UnmarshalJSON

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

GetEndpointAclResponse implement json.Marshaler.

func (*GetEndpointAclResponse) UnmarshalURLValues

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

GetEndpointAclResponse implement urlenc.URLValuesUnmarshaler.

func (*GetEndpointAclResponse) Validate

func (this *GetEndpointAclResponse) Validate() error

type GetEndpointApiAclRequest

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

func (*GetEndpointApiAclRequest) Descriptor deprecated

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

Deprecated: Use GetEndpointApiAclRequest.ProtoReflect.Descriptor instead.

func (*GetEndpointApiAclRequest) GetApiId

func (x *GetEndpointApiAclRequest) GetApiId() string

func (*GetEndpointApiAclRequest) GetPackageId

func (x *GetEndpointApiAclRequest) GetPackageId() string

func (*GetEndpointApiAclRequest) MarshalJSON

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

GetEndpointApiAclRequest implement json.Marshaler.

func (*GetEndpointApiAclRequest) ProtoMessage

func (*GetEndpointApiAclRequest) ProtoMessage()

func (*GetEndpointApiAclRequest) ProtoReflect

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

func (*GetEndpointApiAclRequest) Reset

func (x *GetEndpointApiAclRequest) Reset()

func (*GetEndpointApiAclRequest) String

func (x *GetEndpointApiAclRequest) String() string

func (*GetEndpointApiAclRequest) UnmarshalJSON

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

GetEndpointApiAclRequest implement json.Marshaler.

func (*GetEndpointApiAclRequest) UnmarshalURLValues

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

GetEndpointApiAclRequest implement urlenc.URLValuesUnmarshaler.

func (*GetEndpointApiAclRequest) Validate

func (this *GetEndpointApiAclRequest) Validate() error

type GetEndpointApiAclResponse

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

func (*GetEndpointApiAclResponse) Descriptor deprecated

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

Deprecated: Use GetEndpointApiAclResponse.ProtoReflect.Descriptor instead.

func (*GetEndpointApiAclResponse) GetData

func (x *GetEndpointApiAclResponse) GetData() []*Acl

func (*GetEndpointApiAclResponse) MarshalJSON

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

GetEndpointApiAclResponse implement json.Marshaler.

func (*GetEndpointApiAclResponse) ProtoMessage

func (*GetEndpointApiAclResponse) ProtoMessage()

func (*GetEndpointApiAclResponse) ProtoReflect

func (*GetEndpointApiAclResponse) Reset

func (x *GetEndpointApiAclResponse) Reset()

func (*GetEndpointApiAclResponse) String

func (x *GetEndpointApiAclResponse) String() string

func (*GetEndpointApiAclResponse) UnmarshalJSON

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

GetEndpointApiAclResponse implement json.Marshaler.

func (*GetEndpointApiAclResponse) UnmarshalURLValues

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

GetEndpointApiAclResponse implement urlenc.URLValuesUnmarshaler.

func (*GetEndpointApiAclResponse) Validate

func (this *GetEndpointApiAclResponse) Validate() error

type OpenapiConsumerServiceClient

type OpenapiConsumerServiceClient interface {
	// +publish path: "/api/gateway/openapi/consumers"
	GetConsumers(ctx context.Context, in *GetConsumersRequest, opts ...grpc.CallOption) (*GetConsumersResponse, error)
	// +publish path: "/api/gateway/openapi/consumers"
	CreateConsumer(ctx context.Context, in *CreateConsumerRequest, opts ...grpc.CallOption) (*CreateConsumerResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}"
	UpdateConsumer(ctx context.Context, in *UpdateConsumerRequest, opts ...grpc.CallOption) (*UpdateConsumerResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}"
	DeleteConsumer(ctx context.Context, in *DeleteConsumerRequest, opts ...grpc.CallOption) (*DeleteConsumerResponse, error)
	// +publish path: "/api/gateway/openapi/consumers-name"
	GetConsumersName(ctx context.Context, in *GetConsumersNameRequest, opts ...grpc.CallOption) (*GetConsumersNameResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}/packages"
	GetConsumerAcl(ctx context.Context, in *GetConsumerAclRequest, opts ...grpc.CallOption) (*GetConsumerAclResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}/packages"
	UpdateConsumerAcl(ctx context.Context, in *UpdateConsumerAclRequest, opts ...grpc.CallOption) (*UpdateConsumerAclResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}/credentials"
	GetConsumerAuth(ctx context.Context, in *GetConsumerAuthRequest, opts ...grpc.CallOption) (*GetConsumerAuthResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}/credentials"
	UpdateConsumerAuth(ctx context.Context, in *UpdateConsumerAuthRequest, opts ...grpc.CallOption) (*UpdateConsumerAuthResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/consumers"
	GetEndpointAcl(ctx context.Context, in *GetEndpointAclRequest, opts ...grpc.CallOption) (*GetEndpointAclResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/consumers"
	UpdateEndpointAcl(ctx context.Context, in *UpdateEndpointAclRequest, opts ...grpc.CallOption) (*UpdateEndpointAclResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis/{apiId}/authz"
	GetEndpointApiAcl(ctx context.Context, in *GetEndpointApiAclRequest, opts ...grpc.CallOption) (*GetEndpointApiAclResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis/{apiId}/authz"
	UpdateEndpointApiAcl(ctx context.Context, in *UpdateEndpointApiAclRequest, opts ...grpc.CallOption) (*UpdateEndpointApiAclResponse, error)
}

OpenapiConsumerServiceClient is the client API for OpenapiConsumerService 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 OpenapiConsumerServiceHandler

type OpenapiConsumerServiceHandler interface {
	// +publish path: "/api/gateway/openapi/consumers"
	// GET /api/gateway/openapi/consumers
	GetConsumers(context.Context, *GetConsumersRequest) (*GetConsumersResponse, error)
	// +publish path: "/api/gateway/openapi/consumers"
	// POST /api/gateway/openapi/consumers
	CreateConsumer(context.Context, *CreateConsumerRequest) (*CreateConsumerResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}"
	// PATCH /api/gateway/openapi/consumers/{consumerId}
	UpdateConsumer(context.Context, *UpdateConsumerRequest) (*UpdateConsumerResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}"
	// DELETE /api/gateway/openapi/consumers/{consumerId}
	DeleteConsumer(context.Context, *DeleteConsumerRequest) (*DeleteConsumerResponse, error)
	// +publish path: "/api/gateway/openapi/consumers-name"
	// GET /api/gateway/openapi/consumers-name
	GetConsumersName(context.Context, *GetConsumersNameRequest) (*GetConsumersNameResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}/packages"
	// GET /api/gateway/openapi/consumers/{consumerId}/packages
	GetConsumerAcl(context.Context, *GetConsumerAclRequest) (*GetConsumerAclResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}/packages"
	// POST /api/gateway/openapi/consumers/{consumerId}/packages
	UpdateConsumerAcl(context.Context, *UpdateConsumerAclRequest) (*UpdateConsumerAclResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}/credentials"
	// GET /api/gateway/openapi/consumers/{consumerId}/credentials
	GetConsumerAuth(context.Context, *GetConsumerAuthRequest) (*GetConsumerAuthResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}/credentials"
	// POST /api/gateway/openapi/consumers/{consumerId}/credentials
	UpdateConsumerAuth(context.Context, *UpdateConsumerAuthRequest) (*UpdateConsumerAuthResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/consumers"
	// GET /api/gateway/openapi/packages/{packageId}/consumers
	GetEndpointAcl(context.Context, *GetEndpointAclRequest) (*GetEndpointAclResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/consumers"
	// POST /api/gateway/openapi/packages/{packageId}/consumers
	UpdateEndpointAcl(context.Context, *UpdateEndpointAclRequest) (*UpdateEndpointAclResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis/{apiId}/authz"
	// GET /api/gateway/openapi/packages/{packageId}/apis/{apiId}/authz
	GetEndpointApiAcl(context.Context, *GetEndpointApiAclRequest) (*GetEndpointApiAclResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis/{apiId}/authz"
	// POST /api/gateway/openapi/packages/{packageId}/apis/{apiId}/authz
	UpdateEndpointApiAcl(context.Context, *UpdateEndpointApiAclRequest) (*UpdateEndpointApiAclResponse, error)
}

OpenapiConsumerServiceHandler is the server API for OpenapiConsumerService service.

type OpenapiConsumerServiceServer

type OpenapiConsumerServiceServer interface {
	// +publish path: "/api/gateway/openapi/consumers"
	GetConsumers(context.Context, *GetConsumersRequest) (*GetConsumersResponse, error)
	// +publish path: "/api/gateway/openapi/consumers"
	CreateConsumer(context.Context, *CreateConsumerRequest) (*CreateConsumerResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}"
	UpdateConsumer(context.Context, *UpdateConsumerRequest) (*UpdateConsumerResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}"
	DeleteConsumer(context.Context, *DeleteConsumerRequest) (*DeleteConsumerResponse, error)
	// +publish path: "/api/gateway/openapi/consumers-name"
	GetConsumersName(context.Context, *GetConsumersNameRequest) (*GetConsumersNameResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}/packages"
	GetConsumerAcl(context.Context, *GetConsumerAclRequest) (*GetConsumerAclResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}/packages"
	UpdateConsumerAcl(context.Context, *UpdateConsumerAclRequest) (*UpdateConsumerAclResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}/credentials"
	GetConsumerAuth(context.Context, *GetConsumerAuthRequest) (*GetConsumerAuthResponse, error)
	// +publish path: "/api/gateway/openapi/consumers/{consumerId}/credentials"
	UpdateConsumerAuth(context.Context, *UpdateConsumerAuthRequest) (*UpdateConsumerAuthResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/consumers"
	GetEndpointAcl(context.Context, *GetEndpointAclRequest) (*GetEndpointAclResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/consumers"
	UpdateEndpointAcl(context.Context, *UpdateEndpointAclRequest) (*UpdateEndpointAclResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis/{apiId}/authz"
	GetEndpointApiAcl(context.Context, *GetEndpointApiAclRequest) (*GetEndpointApiAclResponse, error)
	// +publish path: "/api/gateway/openapi/packages/{packageId}/apis/{apiId}/authz"
	UpdateEndpointApiAcl(context.Context, *UpdateEndpointApiAclRequest) (*UpdateEndpointApiAclResponse, error)
}

OpenapiConsumerServiceServer is the server API for OpenapiConsumerService service. All implementations should embed UnimplementedOpenapiConsumerServiceServer for forward compatibility

type UnimplementedOpenapiConsumerServiceServer

type UnimplementedOpenapiConsumerServiceServer struct {
}

UnimplementedOpenapiConsumerServiceServer should be embedded to have forward compatible implementations.

func (*UnimplementedOpenapiConsumerServiceServer) CreateConsumer

func (*UnimplementedOpenapiConsumerServiceServer) DeleteConsumer

func (*UnimplementedOpenapiConsumerServiceServer) GetConsumerAcl

func (*UnimplementedOpenapiConsumerServiceServer) GetConsumerAuth

func (*UnimplementedOpenapiConsumerServiceServer) GetConsumers

func (*UnimplementedOpenapiConsumerServiceServer) GetConsumersName

func (*UnimplementedOpenapiConsumerServiceServer) GetEndpointAcl

func (*UnimplementedOpenapiConsumerServiceServer) GetEndpointApiAcl

func (*UnimplementedOpenapiConsumerServiceServer) UpdateConsumer

func (*UnimplementedOpenapiConsumerServiceServer) UpdateConsumerAcl

func (*UnimplementedOpenapiConsumerServiceServer) UpdateConsumerAuth

func (*UnimplementedOpenapiConsumerServiceServer) UpdateEndpointAcl

func (*UnimplementedOpenapiConsumerServiceServer) UpdateEndpointApiAcl

type UpdateConsumerAclRequest

type UpdateConsumerAclRequest struct {
	ConsumerId string   `protobuf:"bytes,1,opt,name=consumerId,proto3" json:"consumerId,omitempty"`
	Packages   []string `protobuf:"bytes,2,rep,name=packages,proto3" json:"packages,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConsumerAclRequest) Descriptor deprecated

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

Deprecated: Use UpdateConsumerAclRequest.ProtoReflect.Descriptor instead.

func (*UpdateConsumerAclRequest) GetConsumerId

func (x *UpdateConsumerAclRequest) GetConsumerId() string

func (*UpdateConsumerAclRequest) GetPackages

func (x *UpdateConsumerAclRequest) GetPackages() []string

func (*UpdateConsumerAclRequest) MarshalJSON

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

UpdateConsumerAclRequest implement json.Marshaler.

func (*UpdateConsumerAclRequest) ProtoMessage

func (*UpdateConsumerAclRequest) ProtoMessage()

func (*UpdateConsumerAclRequest) ProtoReflect

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

func (*UpdateConsumerAclRequest) Reset

func (x *UpdateConsumerAclRequest) Reset()

func (*UpdateConsumerAclRequest) String

func (x *UpdateConsumerAclRequest) String() string

func (*UpdateConsumerAclRequest) UnmarshalJSON

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

UpdateConsumerAclRequest implement json.Marshaler.

func (*UpdateConsumerAclRequest) UnmarshalURLValues

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

UpdateConsumerAclRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateConsumerAclRequest) Validate

func (this *UpdateConsumerAclRequest) Validate() error

type UpdateConsumerAclResponse

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

func (*UpdateConsumerAclResponse) Descriptor deprecated

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

Deprecated: Use UpdateConsumerAclResponse.ProtoReflect.Descriptor instead.

func (*UpdateConsumerAclResponse) GetData

func (x *UpdateConsumerAclResponse) GetData() bool

func (*UpdateConsumerAclResponse) MarshalJSON

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

UpdateConsumerAclResponse implement json.Marshaler.

func (*UpdateConsumerAclResponse) ProtoMessage

func (*UpdateConsumerAclResponse) ProtoMessage()

func (*UpdateConsumerAclResponse) ProtoReflect

func (*UpdateConsumerAclResponse) Reset

func (x *UpdateConsumerAclResponse) Reset()

func (*UpdateConsumerAclResponse) String

func (x *UpdateConsumerAclResponse) String() string

func (*UpdateConsumerAclResponse) UnmarshalJSON

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

UpdateConsumerAclResponse implement json.Marshaler.

func (*UpdateConsumerAclResponse) UnmarshalURLValues

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

UpdateConsumerAclResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateConsumerAclResponse) Validate

func (this *UpdateConsumerAclResponse) Validate() error

type UpdateConsumerAuthRequest

type UpdateConsumerAuthRequest struct {
	ConsumerId  string               `protobuf:"bytes,1,opt,name=consumerId,proto3" json:"consumerId,omitempty"`
	Credentials *ConsumerCredentials `protobuf:"bytes,2,opt,name=credentials,proto3" json:"credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConsumerAuthRequest) Descriptor deprecated

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

Deprecated: Use UpdateConsumerAuthRequest.ProtoReflect.Descriptor instead.

func (*UpdateConsumerAuthRequest) GetConsumerId

func (x *UpdateConsumerAuthRequest) GetConsumerId() string

func (*UpdateConsumerAuthRequest) GetCredentials

func (x *UpdateConsumerAuthRequest) GetCredentials() *ConsumerCredentials

func (*UpdateConsumerAuthRequest) MarshalJSON

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

UpdateConsumerAuthRequest implement json.Marshaler.

func (*UpdateConsumerAuthRequest) ProtoMessage

func (*UpdateConsumerAuthRequest) ProtoMessage()

func (*UpdateConsumerAuthRequest) ProtoReflect

func (*UpdateConsumerAuthRequest) Reset

func (x *UpdateConsumerAuthRequest) Reset()

func (*UpdateConsumerAuthRequest) String

func (x *UpdateConsumerAuthRequest) String() string

func (*UpdateConsumerAuthRequest) UnmarshalJSON

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

UpdateConsumerAuthRequest implement json.Marshaler.

func (*UpdateConsumerAuthRequest) UnmarshalURLValues

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

UpdateConsumerAuthRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateConsumerAuthRequest) Validate

func (this *UpdateConsumerAuthRequest) Validate() error

type UpdateConsumerAuthResponse

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

func (*UpdateConsumerAuthResponse) Descriptor deprecated

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

Deprecated: Use UpdateConsumerAuthResponse.ProtoReflect.Descriptor instead.

func (*UpdateConsumerAuthResponse) GetData

func (*UpdateConsumerAuthResponse) MarshalJSON

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

UpdateConsumerAuthResponse implement json.Marshaler.

func (*UpdateConsumerAuthResponse) ProtoMessage

func (*UpdateConsumerAuthResponse) ProtoMessage()

func (*UpdateConsumerAuthResponse) ProtoReflect

func (*UpdateConsumerAuthResponse) Reset

func (x *UpdateConsumerAuthResponse) Reset()

func (*UpdateConsumerAuthResponse) String

func (x *UpdateConsumerAuthResponse) String() string

func (*UpdateConsumerAuthResponse) UnmarshalJSON

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

UpdateConsumerAuthResponse implement json.Marshaler.

func (*UpdateConsumerAuthResponse) UnmarshalURLValues

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

UpdateConsumerAuthResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateConsumerAuthResponse) Validate

func (this *UpdateConsumerAuthResponse) Validate() error

type UpdateConsumerRequest

type UpdateConsumerRequest struct {
	ConsumerId string    `protobuf:"bytes,1,opt,name=consumerId,proto3" json:"consumerId,omitempty"`
	Consumer   *Consumer `protobuf:"bytes,2,opt,name=consumer,proto3" json:"consumer,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConsumerRequest) Descriptor deprecated

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

Deprecated: Use UpdateConsumerRequest.ProtoReflect.Descriptor instead.

func (*UpdateConsumerRequest) GetConsumer

func (x *UpdateConsumerRequest) GetConsumer() *Consumer

func (*UpdateConsumerRequest) GetConsumerId

func (x *UpdateConsumerRequest) GetConsumerId() string

func (*UpdateConsumerRequest) MarshalJSON

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

UpdateConsumerRequest implement json.Marshaler.

func (*UpdateConsumerRequest) ProtoMessage

func (*UpdateConsumerRequest) ProtoMessage()

func (*UpdateConsumerRequest) ProtoReflect

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

func (*UpdateConsumerRequest) Reset

func (x *UpdateConsumerRequest) Reset()

func (*UpdateConsumerRequest) String

func (x *UpdateConsumerRequest) String() string

func (*UpdateConsumerRequest) UnmarshalJSON

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

UpdateConsumerRequest implement json.Marshaler.

func (*UpdateConsumerRequest) UnmarshalURLValues

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

UpdateConsumerRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateConsumerRequest) Validate

func (this *UpdateConsumerRequest) Validate() error

type UpdateConsumerResponse

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

func (*UpdateConsumerResponse) Descriptor deprecated

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

Deprecated: Use UpdateConsumerResponse.ProtoReflect.Descriptor instead.

func (*UpdateConsumerResponse) GetData

func (x *UpdateConsumerResponse) GetData() *Consumer

func (*UpdateConsumerResponse) MarshalJSON

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

UpdateConsumerResponse implement json.Marshaler.

func (*UpdateConsumerResponse) ProtoMessage

func (*UpdateConsumerResponse) ProtoMessage()

func (*UpdateConsumerResponse) ProtoReflect

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

func (*UpdateConsumerResponse) Reset

func (x *UpdateConsumerResponse) Reset()

func (*UpdateConsumerResponse) String

func (x *UpdateConsumerResponse) String() string

func (*UpdateConsumerResponse) UnmarshalJSON

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

UpdateConsumerResponse implement json.Marshaler.

func (*UpdateConsumerResponse) UnmarshalURLValues

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

UpdateConsumerResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateConsumerResponse) Validate

func (this *UpdateConsumerResponse) Validate() error

type UpdateEndpointAclRequest

type UpdateEndpointAclRequest struct {
	PackageId string   `protobuf:"bytes,1,opt,name=packageId,proto3" json:"packageId,omitempty"`
	Consumers []string `protobuf:"bytes,2,rep,name=consumers,proto3" json:"consumers,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEndpointAclRequest) Descriptor deprecated

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

Deprecated: Use UpdateEndpointAclRequest.ProtoReflect.Descriptor instead.

func (*UpdateEndpointAclRequest) GetConsumers

func (x *UpdateEndpointAclRequest) GetConsumers() []string

func (*UpdateEndpointAclRequest) GetPackageId

func (x *UpdateEndpointAclRequest) GetPackageId() string

func (*UpdateEndpointAclRequest) MarshalJSON

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

UpdateEndpointAclRequest implement json.Marshaler.

func (*UpdateEndpointAclRequest) ProtoMessage

func (*UpdateEndpointAclRequest) ProtoMessage()

func (*UpdateEndpointAclRequest) ProtoReflect

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

func (*UpdateEndpointAclRequest) Reset

func (x *UpdateEndpointAclRequest) Reset()

func (*UpdateEndpointAclRequest) String

func (x *UpdateEndpointAclRequest) String() string

func (*UpdateEndpointAclRequest) UnmarshalJSON

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

UpdateEndpointAclRequest implement json.Marshaler.

func (*UpdateEndpointAclRequest) UnmarshalURLValues

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

UpdateEndpointAclRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateEndpointAclRequest) Validate

func (this *UpdateEndpointAclRequest) Validate() error

type UpdateEndpointAclResponse

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

func (*UpdateEndpointAclResponse) Descriptor deprecated

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

Deprecated: Use UpdateEndpointAclResponse.ProtoReflect.Descriptor instead.

func (*UpdateEndpointAclResponse) GetData

func (x *UpdateEndpointAclResponse) GetData() bool

func (*UpdateEndpointAclResponse) MarshalJSON

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

UpdateEndpointAclResponse implement json.Marshaler.

func (*UpdateEndpointAclResponse) ProtoMessage

func (*UpdateEndpointAclResponse) ProtoMessage()

func (*UpdateEndpointAclResponse) ProtoReflect

func (*UpdateEndpointAclResponse) Reset

func (x *UpdateEndpointAclResponse) Reset()

func (*UpdateEndpointAclResponse) String

func (x *UpdateEndpointAclResponse) String() string

func (*UpdateEndpointAclResponse) UnmarshalJSON

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

UpdateEndpointAclResponse implement json.Marshaler.

func (*UpdateEndpointAclResponse) UnmarshalURLValues

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

UpdateEndpointAclResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateEndpointAclResponse) Validate

func (this *UpdateEndpointAclResponse) Validate() error

type UpdateEndpointApiAclRequest

type UpdateEndpointApiAclRequest struct {
	PackageId string   `protobuf:"bytes,1,opt,name=packageId,proto3" json:"packageId,omitempty"`
	ApiId     string   `protobuf:"bytes,2,opt,name=apiId,proto3" json:"apiId,omitempty"`
	Consumers []string `protobuf:"bytes,3,rep,name=consumers,proto3" json:"consumers,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEndpointApiAclRequest) Descriptor deprecated

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

Deprecated: Use UpdateEndpointApiAclRequest.ProtoReflect.Descriptor instead.

func (*UpdateEndpointApiAclRequest) GetApiId

func (x *UpdateEndpointApiAclRequest) GetApiId() string

func (*UpdateEndpointApiAclRequest) GetConsumers

func (x *UpdateEndpointApiAclRequest) GetConsumers() []string

func (*UpdateEndpointApiAclRequest) GetPackageId

func (x *UpdateEndpointApiAclRequest) GetPackageId() string

func (*UpdateEndpointApiAclRequest) MarshalJSON

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

UpdateEndpointApiAclRequest implement json.Marshaler.

func (*UpdateEndpointApiAclRequest) ProtoMessage

func (*UpdateEndpointApiAclRequest) ProtoMessage()

func (*UpdateEndpointApiAclRequest) ProtoReflect

func (*UpdateEndpointApiAclRequest) Reset

func (x *UpdateEndpointApiAclRequest) Reset()

func (*UpdateEndpointApiAclRequest) String

func (x *UpdateEndpointApiAclRequest) String() string

func (*UpdateEndpointApiAclRequest) UnmarshalJSON

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

UpdateEndpointApiAclRequest implement json.Marshaler.

func (*UpdateEndpointApiAclRequest) UnmarshalURLValues

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

UpdateEndpointApiAclRequest implement urlenc.URLValuesUnmarshaler.

func (*UpdateEndpointApiAclRequest) Validate

func (this *UpdateEndpointApiAclRequest) Validate() error

type UpdateEndpointApiAclResponse

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

func (*UpdateEndpointApiAclResponse) Descriptor deprecated

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

Deprecated: Use UpdateEndpointApiAclResponse.ProtoReflect.Descriptor instead.

func (*UpdateEndpointApiAclResponse) GetData

func (x *UpdateEndpointApiAclResponse) GetData() bool

func (*UpdateEndpointApiAclResponse) MarshalJSON

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

UpdateEndpointApiAclResponse implement json.Marshaler.

func (*UpdateEndpointApiAclResponse) ProtoMessage

func (*UpdateEndpointApiAclResponse) ProtoMessage()

func (*UpdateEndpointApiAclResponse) ProtoReflect

func (*UpdateEndpointApiAclResponse) Reset

func (x *UpdateEndpointApiAclResponse) Reset()

func (*UpdateEndpointApiAclResponse) String

func (*UpdateEndpointApiAclResponse) UnmarshalJSON

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

UpdateEndpointApiAclResponse implement json.Marshaler.

func (*UpdateEndpointApiAclResponse) UnmarshalURLValues

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

UpdateEndpointApiAclResponse implement urlenc.URLValuesUnmarshaler.

func (*UpdateEndpointApiAclResponse) Validate

func (this *UpdateEndpointApiAclResponse) Validate() error

Jump to

Keyboard shortcuts

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