Documentation
¶
Index ¶
- Variables
- type AddConnectionsReq
- func (*AddConnectionsReq) Descriptor() ([]byte, []int)deprecated
- func (x *AddConnectionsReq) GetConnections() []*Connection
- func (*AddConnectionsReq) ProtoMessage()
- func (x *AddConnectionsReq) ProtoReflect() protoreflect.Message
- func (x *AddConnectionsReq) Reset()
- func (x *AddConnectionsReq) String() string
- type AddConnectionsRes
- type Connection
- func (*Connection) Descriptor() ([]byte, []int)deprecated
- func (x *Connection) GetChannelId() string
- func (x *Connection) GetClientId() string
- func (x *Connection) GetDomainId() string
- func (x *Connection) GetType() uint32
- func (*Connection) ProtoMessage()
- func (x *Connection) ProtoReflect() protoreflect.Message
- func (x *Connection) Reset()
- func (x *Connection) String() string
- type EntityBasic
- func (*EntityBasic) Descriptor() ([]byte, []int)deprecated
- func (x *EntityBasic) GetDomainId() string
- func (x *EntityBasic) GetId() string
- func (x *EntityBasic) GetParentGroupId() string
- func (x *EntityBasic) GetStatus() uint32
- func (*EntityBasic) ProtoMessage()
- func (x *EntityBasic) ProtoReflect() protoreflect.Message
- func (x *EntityBasic) Reset()
- func (x *EntityBasic) String() string
- type RemoveConnectionsReq
- func (*RemoveConnectionsReq) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveConnectionsReq) GetConnections() []*Connection
- func (*RemoveConnectionsReq) ProtoMessage()
- func (x *RemoveConnectionsReq) ProtoReflect() protoreflect.Message
- func (x *RemoveConnectionsReq) Reset()
- func (x *RemoveConnectionsReq) String() string
- type RemoveConnectionsRes
- func (*RemoveConnectionsRes) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveConnectionsRes) GetOk() bool
- func (*RemoveConnectionsRes) ProtoMessage()
- func (x *RemoveConnectionsRes) ProtoReflect() protoreflect.Message
- func (x *RemoveConnectionsRes) Reset()
- func (x *RemoveConnectionsRes) String() string
- type RetrieveEntitiesReq
- func (*RetrieveEntitiesReq) Descriptor() ([]byte, []int)deprecated
- func (x *RetrieveEntitiesReq) GetIds() []string
- func (*RetrieveEntitiesReq) ProtoMessage()
- func (x *RetrieveEntitiesReq) ProtoReflect() protoreflect.Message
- func (x *RetrieveEntitiesReq) Reset()
- func (x *RetrieveEntitiesReq) String() string
- type RetrieveEntitiesRes
- func (*RetrieveEntitiesRes) Descriptor() ([]byte, []int)deprecated
- func (x *RetrieveEntitiesRes) GetEntities() []*EntityBasic
- func (x *RetrieveEntitiesRes) GetLimit() uint64
- func (x *RetrieveEntitiesRes) GetOffset() uint64
- func (x *RetrieveEntitiesRes) GetTotal() uint64
- func (*RetrieveEntitiesRes) ProtoMessage()
- func (x *RetrieveEntitiesRes) ProtoReflect() protoreflect.Message
- func (x *RetrieveEntitiesRes) Reset()
- func (x *RetrieveEntitiesRes) String() string
- type RetrieveEntityReq
- type RetrieveEntityRes
- func (*RetrieveEntityRes) Descriptor() ([]byte, []int)deprecated
- func (x *RetrieveEntityRes) GetEntity() *EntityBasic
- func (*RetrieveEntityRes) ProtoMessage()
- func (x *RetrieveEntityRes) ProtoReflect() protoreflect.Message
- func (x *RetrieveEntityRes) Reset()
- func (x *RetrieveEntityRes) String() string
Constants ¶
This section is empty.
Variables ¶
var File_common_v1_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AddConnectionsReq ¶
type AddConnectionsReq struct { Connections []*Connection `protobuf:"bytes,1,rep,name=connections,proto3" json:"connections,omitempty"` // contains filtered or unexported fields }
func (*AddConnectionsReq) Descriptor
deprecated
func (*AddConnectionsReq) Descriptor() ([]byte, []int)
Deprecated: Use AddConnectionsReq.ProtoReflect.Descriptor instead.
func (*AddConnectionsReq) GetConnections ¶
func (x *AddConnectionsReq) GetConnections() []*Connection
func (*AddConnectionsReq) ProtoMessage ¶
func (*AddConnectionsReq) ProtoMessage()
func (*AddConnectionsReq) ProtoReflect ¶
func (x *AddConnectionsReq) ProtoReflect() protoreflect.Message
func (*AddConnectionsReq) Reset ¶
func (x *AddConnectionsReq) Reset()
func (*AddConnectionsReq) String ¶
func (x *AddConnectionsReq) String() string
type AddConnectionsRes ¶
type AddConnectionsRes struct { Ok bool `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"` // contains filtered or unexported fields }
func (*AddConnectionsRes) Descriptor
deprecated
func (*AddConnectionsRes) Descriptor() ([]byte, []int)
Deprecated: Use AddConnectionsRes.ProtoReflect.Descriptor instead.
func (*AddConnectionsRes) GetOk ¶
func (x *AddConnectionsRes) GetOk() bool
func (*AddConnectionsRes) ProtoMessage ¶
func (*AddConnectionsRes) ProtoMessage()
func (*AddConnectionsRes) ProtoReflect ¶
func (x *AddConnectionsRes) ProtoReflect() protoreflect.Message
func (*AddConnectionsRes) Reset ¶
func (x *AddConnectionsRes) Reset()
func (*AddConnectionsRes) String ¶
func (x *AddConnectionsRes) String() string
type Connection ¶
type Connection struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` ChannelId string `protobuf:"bytes,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` DomainId string `protobuf:"bytes,3,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"` Type uint32 `protobuf:"varint,4,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*Connection) Descriptor
deprecated
func (*Connection) Descriptor() ([]byte, []int)
Deprecated: Use Connection.ProtoReflect.Descriptor instead.
func (*Connection) GetChannelId ¶
func (x *Connection) GetChannelId() string
func (*Connection) GetClientId ¶
func (x *Connection) GetClientId() string
func (*Connection) GetDomainId ¶
func (x *Connection) GetDomainId() string
func (*Connection) GetType ¶
func (x *Connection) GetType() uint32
func (*Connection) ProtoMessage ¶
func (*Connection) ProtoMessage()
func (*Connection) ProtoReflect ¶
func (x *Connection) ProtoReflect() protoreflect.Message
func (*Connection) Reset ¶
func (x *Connection) Reset()
func (*Connection) String ¶
func (x *Connection) String() string
type EntityBasic ¶
type EntityBasic struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` DomainId string `protobuf:"bytes,2,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"` ParentGroupId string `protobuf:"bytes,3,opt,name=parent_group_id,json=parentGroupId,proto3" json:"parent_group_id,omitempty"` Status uint32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*EntityBasic) Descriptor
deprecated
func (*EntityBasic) Descriptor() ([]byte, []int)
Deprecated: Use EntityBasic.ProtoReflect.Descriptor instead.
func (*EntityBasic) GetDomainId ¶
func (x *EntityBasic) GetDomainId() string
func (*EntityBasic) GetId ¶
func (x *EntityBasic) GetId() string
func (*EntityBasic) GetParentGroupId ¶
func (x *EntityBasic) GetParentGroupId() string
func (*EntityBasic) GetStatus ¶
func (x *EntityBasic) GetStatus() uint32
func (*EntityBasic) ProtoMessage ¶
func (*EntityBasic) ProtoMessage()
func (*EntityBasic) ProtoReflect ¶
func (x *EntityBasic) ProtoReflect() protoreflect.Message
func (*EntityBasic) Reset ¶
func (x *EntityBasic) Reset()
func (*EntityBasic) String ¶
func (x *EntityBasic) String() string
type RemoveConnectionsReq ¶
type RemoveConnectionsReq struct { Connections []*Connection `protobuf:"bytes,1,rep,name=connections,proto3" json:"connections,omitempty"` // contains filtered or unexported fields }
func (*RemoveConnectionsReq) Descriptor
deprecated
func (*RemoveConnectionsReq) Descriptor() ([]byte, []int)
Deprecated: Use RemoveConnectionsReq.ProtoReflect.Descriptor instead.
func (*RemoveConnectionsReq) GetConnections ¶
func (x *RemoveConnectionsReq) GetConnections() []*Connection
func (*RemoveConnectionsReq) ProtoMessage ¶
func (*RemoveConnectionsReq) ProtoMessage()
func (*RemoveConnectionsReq) ProtoReflect ¶
func (x *RemoveConnectionsReq) ProtoReflect() protoreflect.Message
func (*RemoveConnectionsReq) Reset ¶
func (x *RemoveConnectionsReq) Reset()
func (*RemoveConnectionsReq) String ¶
func (x *RemoveConnectionsReq) String() string
type RemoveConnectionsRes ¶
type RemoveConnectionsRes struct { Ok bool `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"` // contains filtered or unexported fields }
func (*RemoveConnectionsRes) Descriptor
deprecated
func (*RemoveConnectionsRes) Descriptor() ([]byte, []int)
Deprecated: Use RemoveConnectionsRes.ProtoReflect.Descriptor instead.
func (*RemoveConnectionsRes) GetOk ¶
func (x *RemoveConnectionsRes) GetOk() bool
func (*RemoveConnectionsRes) ProtoMessage ¶
func (*RemoveConnectionsRes) ProtoMessage()
func (*RemoveConnectionsRes) ProtoReflect ¶
func (x *RemoveConnectionsRes) ProtoReflect() protoreflect.Message
func (*RemoveConnectionsRes) Reset ¶
func (x *RemoveConnectionsRes) Reset()
func (*RemoveConnectionsRes) String ¶
func (x *RemoveConnectionsRes) String() string
type RetrieveEntitiesReq ¶
type RetrieveEntitiesReq struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*RetrieveEntitiesReq) Descriptor
deprecated
func (*RetrieveEntitiesReq) Descriptor() ([]byte, []int)
Deprecated: Use RetrieveEntitiesReq.ProtoReflect.Descriptor instead.
func (*RetrieveEntitiesReq) GetIds ¶
func (x *RetrieveEntitiesReq) GetIds() []string
func (*RetrieveEntitiesReq) ProtoMessage ¶
func (*RetrieveEntitiesReq) ProtoMessage()
func (*RetrieveEntitiesReq) ProtoReflect ¶
func (x *RetrieveEntitiesReq) ProtoReflect() protoreflect.Message
func (*RetrieveEntitiesReq) Reset ¶
func (x *RetrieveEntitiesReq) Reset()
func (*RetrieveEntitiesReq) String ¶
func (x *RetrieveEntitiesReq) String() string
type RetrieveEntitiesRes ¶
type RetrieveEntitiesRes struct { Total uint64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint64 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"` Entities []*EntityBasic `protobuf:"bytes,4,rep,name=entities,proto3" json:"entities,omitempty"` // contains filtered or unexported fields }
func (*RetrieveEntitiesRes) Descriptor
deprecated
func (*RetrieveEntitiesRes) Descriptor() ([]byte, []int)
Deprecated: Use RetrieveEntitiesRes.ProtoReflect.Descriptor instead.
func (*RetrieveEntitiesRes) GetEntities ¶
func (x *RetrieveEntitiesRes) GetEntities() []*EntityBasic
func (*RetrieveEntitiesRes) GetLimit ¶
func (x *RetrieveEntitiesRes) GetLimit() uint64
func (*RetrieveEntitiesRes) GetOffset ¶
func (x *RetrieveEntitiesRes) GetOffset() uint64
func (*RetrieveEntitiesRes) GetTotal ¶
func (x *RetrieveEntitiesRes) GetTotal() uint64
func (*RetrieveEntitiesRes) ProtoMessage ¶
func (*RetrieveEntitiesRes) ProtoMessage()
func (*RetrieveEntitiesRes) ProtoReflect ¶
func (x *RetrieveEntitiesRes) ProtoReflect() protoreflect.Message
func (*RetrieveEntitiesRes) Reset ¶
func (x *RetrieveEntitiesRes) Reset()
func (*RetrieveEntitiesRes) String ¶
func (x *RetrieveEntitiesRes) String() string
type RetrieveEntityReq ¶
type RetrieveEntityReq struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*RetrieveEntityReq) Descriptor
deprecated
func (*RetrieveEntityReq) Descriptor() ([]byte, []int)
Deprecated: Use RetrieveEntityReq.ProtoReflect.Descriptor instead.
func (*RetrieveEntityReq) GetId ¶
func (x *RetrieveEntityReq) GetId() string
func (*RetrieveEntityReq) ProtoMessage ¶
func (*RetrieveEntityReq) ProtoMessage()
func (*RetrieveEntityReq) ProtoReflect ¶
func (x *RetrieveEntityReq) ProtoReflect() protoreflect.Message
func (*RetrieveEntityReq) Reset ¶
func (x *RetrieveEntityReq) Reset()
func (*RetrieveEntityReq) String ¶
func (x *RetrieveEntityReq) String() string
type RetrieveEntityRes ¶
type RetrieveEntityRes struct { Entity *EntityBasic `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // contains filtered or unexported fields }
func (*RetrieveEntityRes) Descriptor
deprecated
func (*RetrieveEntityRes) Descriptor() ([]byte, []int)
Deprecated: Use RetrieveEntityRes.ProtoReflect.Descriptor instead.
func (*RetrieveEntityRes) GetEntity ¶
func (x *RetrieveEntityRes) GetEntity() *EntityBasic
func (*RetrieveEntityRes) ProtoMessage ¶
func (*RetrieveEntityRes) ProtoMessage()
func (*RetrieveEntityRes) ProtoReflect ¶
func (x *RetrieveEntityRes) ProtoReflect() protoreflect.Message
func (*RetrieveEntityRes) Reset ¶
func (x *RetrieveEntityRes) Reset()
func (*RetrieveEntityRes) String ¶
func (x *RetrieveEntityRes) String() string