Documentation
¶
Index ¶
- Variables
- type ChannelInfo
- func (*ChannelInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ChannelInfo) GetMasterOrderId() string
- func (x *ChannelInfo) GetPaasAccountId() string
- func (x *ChannelInfo) GetPaasResourceId() string
- func (*ChannelInfo) ProtoMessage()
- func (x *ChannelInfo) ProtoReflect() protoreflect.Message
- func (x *ChannelInfo) Reset()
- func (x *ChannelInfo) String() string
- type CustomInfo
- func (*CustomInfo) Descriptor() ([]byte, []int)deprecated
- func (x *CustomInfo) GetEmail() string
- func (x *CustomInfo) GetIdentity() *TenantIdentity
- func (x *CustomInfo) GetType() int32
- func (*CustomInfo) ProtoMessage()
- func (x *CustomInfo) ProtoReflect() protoreflect.Message
- func (x *CustomInfo) Reset()
- func (x *CustomInfo) String() string
- type TenantIdentity
- func (*TenantIdentity) Descriptor() ([]byte, []int)deprecated
- func (x *TenantIdentity) GetAccountId() string
- func (x *TenantIdentity) GetUserId() string
- func (*TenantIdentity) ProtoMessage()
- func (x *TenantIdentity) ProtoReflect() protoreflect.Message
- func (x *TenantIdentity) Reset()
- func (x *TenantIdentity) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_api_common_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ChannelInfo ¶
type ChannelInfo struct {
PaasAccountId string `protobuf:"bytes,1,opt,name=paasAccountId,proto3" form:"paasAccountID" json:"paasAccountID,omitempty"`
MasterOrderId string `protobuf:"bytes,2,opt,name=masterOrderId,proto3" form:"masterOrderID" json:"masterOrderID,omitempty"`
PaasResourceId string `protobuf:"bytes,3,opt,name=paasResourceId,proto3" form:"paasResourceID" json:"paasResourceID,omitempty"`
// contains filtered or unexported fields
}
func (*ChannelInfo) Descriptor
deprecated
func (*ChannelInfo) Descriptor() ([]byte, []int)
Deprecated: Use ChannelInfo.ProtoReflect.Descriptor instead.
func (*ChannelInfo) GetMasterOrderId ¶
func (x *ChannelInfo) GetMasterOrderId() string
func (*ChannelInfo) GetPaasAccountId ¶
func (x *ChannelInfo) GetPaasAccountId() string
func (*ChannelInfo) GetPaasResourceId ¶
func (x *ChannelInfo) GetPaasResourceId() string
func (*ChannelInfo) ProtoMessage ¶
func (*ChannelInfo) ProtoMessage()
func (*ChannelInfo) ProtoReflect ¶
func (x *ChannelInfo) ProtoReflect() protoreflect.Message
func (*ChannelInfo) Reset ¶
func (x *ChannelInfo) Reset()
func (*ChannelInfo) String ¶
func (x *ChannelInfo) String() string
type CustomInfo ¶
type CustomInfo struct {
Type int32 `protobuf:"varint,1,opt,name=type,proto3" form:"type" json:"type,omitempty"`
Identity *TenantIdentity `protobuf:"bytes,2,opt,name=identity,proto3" form:"identity" json:"identity,omitempty"`
Email string `protobuf:"bytes,3,opt,name=Email,proto3" form:"email" json:"email,omitempty"`
// contains filtered or unexported fields
}
func (*CustomInfo) Descriptor
deprecated
func (*CustomInfo) Descriptor() ([]byte, []int)
Deprecated: Use CustomInfo.ProtoReflect.Descriptor instead.
func (*CustomInfo) GetEmail ¶
func (x *CustomInfo) GetEmail() string
func (*CustomInfo) GetIdentity ¶
func (x *CustomInfo) GetIdentity() *TenantIdentity
func (*CustomInfo) GetType ¶
func (x *CustomInfo) GetType() int32
func (*CustomInfo) ProtoMessage ¶
func (*CustomInfo) ProtoMessage()
func (*CustomInfo) ProtoReflect ¶
func (x *CustomInfo) ProtoReflect() protoreflect.Message
func (*CustomInfo) Reset ¶
func (x *CustomInfo) Reset()
func (*CustomInfo) String ¶
func (x *CustomInfo) String() string
type TenantIdentity ¶
type TenantIdentity struct {
AccountId string `protobuf:"bytes,1,opt,name=accountId,proto3" form:"accountId" json:"accountId,omitempty"`
UserId string `protobuf:"bytes,2,opt,name=userId,proto3" form:"userId" json:"userId,omitempty"`
// contains filtered or unexported fields
}
func (*TenantIdentity) Descriptor
deprecated
func (*TenantIdentity) Descriptor() ([]byte, []int)
Deprecated: Use TenantIdentity.ProtoReflect.Descriptor instead.
func (*TenantIdentity) GetAccountId ¶
func (x *TenantIdentity) GetAccountId() string
func (*TenantIdentity) GetUserId ¶
func (x *TenantIdentity) GetUserId() string
func (*TenantIdentity) ProtoMessage ¶
func (*TenantIdentity) ProtoMessage()
func (*TenantIdentity) ProtoReflect ¶
func (x *TenantIdentity) ProtoReflect() protoreflect.Message
func (*TenantIdentity) Reset ¶
func (x *TenantIdentity) Reset()
func (*TenantIdentity) String ¶
func (x *TenantIdentity) String() string
Click to show internal directories.
Click to hide internal directories.