v1

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
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

Jump to

Keyboard shortcuts

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