operatorv1

package
v0.0.0-...-0551b1c Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2024 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OperatorService_Hello_FullMethodName                = "/operator.v1.OperatorService/Hello"
	OperatorService_SubscribeListeners_FullMethodName   = "/operator.v1.OperatorService/SubscribeListeners"
	OperatorService_SubscribeBeacons_FullMethodName     = "/operator.v1.OperatorService/SubscribeBeacons"
	OperatorService_SubscribeOperators_FullMethodName   = "/operator.v1.OperatorService/SubscribeOperators"
	OperatorService_SubscribeChat_FullMethodName        = "/operator.v1.OperatorService/SubscribeChat"
	OperatorService_SubscribeCredentials_FullMethodName = "/operator.v1.OperatorService/SubscribeCredentials"
	OperatorService_SetListenerColor_FullMethodName     = "/operator.v1.OperatorService/SetListenerColor"
	OperatorService_SetListenersColor_FullMethodName    = "/operator.v1.OperatorService/SetListenersColor"
	OperatorService_SetListenerNote_FullMethodName      = "/operator.v1.OperatorService/SetListenerNote"
	OperatorService_SetListenersNote_FullMethodName     = "/operator.v1.OperatorService/SetListenersNote"
	OperatorService_SetBeaconColor_FullMethodName       = "/operator.v1.OperatorService/SetBeaconColor"
	OperatorService_SetBeaconsColor_FullMethodName      = "/operator.v1.OperatorService/SetBeaconsColor"
	OperatorService_SetBeaconNote_FullMethodName        = "/operator.v1.OperatorService/SetBeaconNote"
	OperatorService_SetBeaconsNote_FullMethodName       = "/operator.v1.OperatorService/SetBeaconsNote"
	OperatorService_SetOperatorColor_FullMethodName     = "/operator.v1.OperatorService/SetOperatorColor"
	OperatorService_SetOperatorsColor_FullMethodName    = "/operator.v1.OperatorService/SetOperatorsColor"
	OperatorService_NewChatMessage_FullMethodName       = "/operator.v1.OperatorService/NewChatMessage"
	OperatorService_NewCredential_FullMethodName        = "/operator.v1.OperatorService/NewCredential"
	OperatorService_SetCredentialColor_FullMethodName   = "/operator.v1.OperatorService/SetCredentialColor"
	OperatorService_SetCredentialsColor_FullMethodName  = "/operator.v1.OperatorService/SetCredentialsColor"
	OperatorService_SetCredentialNote_FullMethodName    = "/operator.v1.OperatorService/SetCredentialNote"
	OperatorService_SetCredentialsNote_FullMethodName   = "/operator.v1.OperatorService/SetCredentialsNote"
	OperatorService_NewGroup_FullMethodName             = "/operator.v1.OperatorService/NewGroup"
	OperatorService_SubscribeTasks_FullMethodName       = "/operator.v1.OperatorService/SubscribeTasks"
	OperatorService_CancelTasks_FullMethodName          = "/operator.v1.OperatorService/CancelTasks"
	OperatorService_GetTaskOutput_FullMethodName        = "/operator.v1.OperatorService/GetTaskOutput"
)

Variables

View Source
var File_operator_v1_operator_proto protoreflect.FileDescriptor
View Source
var OperatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "operator.v1.OperatorService",
	HandlerType: (*OperatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SetListenerColor",
			Handler:    _OperatorService_SetListenerColor_Handler,
		},
		{
			MethodName: "SetListenersColor",
			Handler:    _OperatorService_SetListenersColor_Handler,
		},
		{
			MethodName: "SetListenerNote",
			Handler:    _OperatorService_SetListenerNote_Handler,
		},
		{
			MethodName: "SetListenersNote",
			Handler:    _OperatorService_SetListenersNote_Handler,
		},
		{
			MethodName: "SetBeaconColor",
			Handler:    _OperatorService_SetBeaconColor_Handler,
		},
		{
			MethodName: "SetBeaconsColor",
			Handler:    _OperatorService_SetBeaconsColor_Handler,
		},
		{
			MethodName: "SetBeaconNote",
			Handler:    _OperatorService_SetBeaconNote_Handler,
		},
		{
			MethodName: "SetBeaconsNote",
			Handler:    _OperatorService_SetBeaconsNote_Handler,
		},
		{
			MethodName: "SetOperatorColor",
			Handler:    _OperatorService_SetOperatorColor_Handler,
		},
		{
			MethodName: "SetOperatorsColor",
			Handler:    _OperatorService_SetOperatorsColor_Handler,
		},
		{
			MethodName: "NewChatMessage",
			Handler:    _OperatorService_NewChatMessage_Handler,
		},
		{
			MethodName: "NewCredential",
			Handler:    _OperatorService_NewCredential_Handler,
		},
		{
			MethodName: "SetCredentialColor",
			Handler:    _OperatorService_SetCredentialColor_Handler,
		},
		{
			MethodName: "SetCredentialsColor",
			Handler:    _OperatorService_SetCredentialsColor_Handler,
		},
		{
			MethodName: "SetCredentialNote",
			Handler:    _OperatorService_SetCredentialNote_Handler,
		},
		{
			MethodName: "SetCredentialsNote",
			Handler:    _OperatorService_SetCredentialsNote_Handler,
		},
		{
			MethodName: "CancelTasks",
			Handler:    _OperatorService_CancelTasks_Handler,
		},
		{
			MethodName: "GetTaskOutput",
			Handler:    _OperatorService_GetTaskOutput_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "Hello",
			Handler:       _OperatorService_Hello_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SubscribeListeners",
			Handler:       _OperatorService_SubscribeListeners_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SubscribeBeacons",
			Handler:       _OperatorService_SubscribeBeacons_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SubscribeOperators",
			Handler:       _OperatorService_SubscribeOperators_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SubscribeChat",
			Handler:       _OperatorService_SubscribeChat_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SubscribeCredentials",
			Handler:       _OperatorService_SubscribeCredentials_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "NewGroup",
			Handler:       _OperatorService_NewGroup_Handler,
			ClientStreams: true,
		},
		{
			StreamName:    "SubscribeTasks",
			Handler:       _OperatorService_SubscribeTasks_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
	},
	Metadata: "operator/v1/operator.proto",
}

OperatorService_ServiceDesc is the grpc.ServiceDesc for OperatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterOperatorServiceServer

func RegisterOperatorServiceServer(s grpc.ServiceRegistrar, srv OperatorServiceServer)

Types

type BeaconColorResponse

type BeaconColorResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID бикона
	Bid uint32 `protobuf:"varint,1,opt,name=bid,proto3" json:"bid,omitempty"`
	// новый цвет бикона
	Color *wrapperspb.UInt32Value `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconColorResponse) Descriptor deprecated

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

Deprecated: Use BeaconColorResponse.ProtoReflect.Descriptor instead.

func (*BeaconColorResponse) GetBid

func (x *BeaconColorResponse) GetBid() uint32

func (*BeaconColorResponse) GetColor

func (*BeaconColorResponse) ProtoMessage

func (*BeaconColorResponse) ProtoMessage()

func (*BeaconColorResponse) ProtoReflect

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

func (*BeaconColorResponse) Reset

func (x *BeaconColorResponse) Reset()

func (*BeaconColorResponse) String

func (x *BeaconColorResponse) String() string

type BeaconLastResponse

type BeaconLastResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID бикона
	Bid uint32 `protobuf:"varint,1,opt,name=bid,proto3" json:"bid,omitempty"`
	// обновленное время последнего чекаута
	Last *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=last,proto3" json:"last,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconLastResponse) Descriptor deprecated

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

Deprecated: Use BeaconLastResponse.ProtoReflect.Descriptor instead.

func (*BeaconLastResponse) GetBid

func (x *BeaconLastResponse) GetBid() uint32

func (*BeaconLastResponse) GetLast

func (*BeaconLastResponse) ProtoMessage

func (*BeaconLastResponse) ProtoMessage()

func (*BeaconLastResponse) ProtoReflect

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

func (*BeaconLastResponse) Reset

func (x *BeaconLastResponse) Reset()

func (*BeaconLastResponse) String

func (x *BeaconLastResponse) String() string

type BeaconNoteResponse

type BeaconNoteResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID бикона
	Bid uint32 `protobuf:"varint,1,opt,name=bid,proto3" json:"bid,omitempty"`
	// новая заметка бикона
	Note *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=note,proto3" json:"note,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconNoteResponse) Descriptor deprecated

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

Deprecated: Use BeaconNoteResponse.ProtoReflect.Descriptor instead.

func (*BeaconNoteResponse) GetBid

func (x *BeaconNoteResponse) GetBid() uint32

func (*BeaconNoteResponse) GetNote

func (*BeaconNoteResponse) ProtoMessage

func (*BeaconNoteResponse) ProtoMessage()

func (*BeaconNoteResponse) ProtoReflect

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

func (*BeaconNoteResponse) Reset

func (x *BeaconNoteResponse) Reset()

func (*BeaconNoteResponse) String

func (x *BeaconNoteResponse) String() string

type BeaconResponse

type BeaconResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] id бикона
	Bid uint32 `protobuf:"varint,1,opt,name=bid,proto3" json:"bid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] id листенера
	Lid int64 `protobuf:"varint,2,opt,name=lid,proto3" json:"lid,omitempty"`
	// внешний IP адрес бикона
	ExtIp *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=ext_ip,json=extIp,proto3" json:"ext_ip,omitempty"`
	// внутренний IP адрес бикона
	IntIp *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=int_ip,json=intIp,proto3" json:"int_ip,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] тип операционной системы
	Os uint32 `protobuf:"varint,5,opt,name=os,proto3" json:"os,omitempty"`
	// метадата операционной системы
	OsMeta *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=os_meta,json=osMeta,proto3" json:"os_meta,omitempty"`
	// имя хоста, на котором работает бикон
	Hostname *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// имя пользователя, от которого работает процесс бикона
	Username *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=username,proto3" json:"username,omitempty"`
	// домен, в котором живет хост
	Domain *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=domain,proto3" json:"domain,omitempty"`
	// является ли процесс бикона привилегированным
	Privileged *wrapperspb.BoolValue `protobuf:"bytes,10,opt,name=privileged,proto3" json:"privileged,omitempty"`
	// имя процесса
	ProcName *wrapperspb.StringValue `protobuf:"bytes,11,opt,name=proc_name,json=procName,proto3" json:"proc_name,omitempty"`
	// pid процесса
	Pid *wrapperspb.UInt32Value `protobuf:"bytes,12,opt,name=pid,proto3" json:"pid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] архитектура процесса
	Arch uint32 `protobuf:"varint,13,opt,name=arch,proto3" json:"arch,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] время sleep'a бикона
	Sleep uint32 `protobuf:"varint,14,opt,name=sleep,proto3" json:"sleep,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] jitter sleep'a
	Jitter uint32 `protobuf:"varint,15,opt,name=jitter,proto3" json:"jitter,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] капабилити бикона
	Caps uint32 `protobuf:"varint,16,opt,name=caps,proto3" json:"caps,omitempty"`
	// цвет бикона
	Color *wrapperspb.UInt32Value `protobuf:"bytes,17,opt,name=color,proto3" json:"color,omitempty"`
	// заметка
	Note *wrapperspb.StringValue `protobuf:"bytes,18,opt,name=note,proto3" json:"note,omitempty"`
	// время первого чекина бикона
	First *timestamppb.Timestamp `protobuf:"bytes,19,opt,name=first,proto3" json:"first,omitempty"`
	// время последнего чекина бикона
	Last *timestamppb.Timestamp `protobuf:"bytes,20,opt,name=last,proto3" json:"last,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconResponse) Descriptor deprecated

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

Deprecated: Use BeaconResponse.ProtoReflect.Descriptor instead.

func (*BeaconResponse) GetArch

func (x *BeaconResponse) GetArch() uint32

func (*BeaconResponse) GetBid

func (x *BeaconResponse) GetBid() uint32

func (*BeaconResponse) GetCaps

func (x *BeaconResponse) GetCaps() uint32

func (*BeaconResponse) GetColor

func (x *BeaconResponse) GetColor() *wrapperspb.UInt32Value

func (*BeaconResponse) GetDomain

func (x *BeaconResponse) GetDomain() *wrapperspb.StringValue

func (*BeaconResponse) GetExtIp

func (x *BeaconResponse) GetExtIp() *wrapperspb.StringValue

func (*BeaconResponse) GetFirst

func (x *BeaconResponse) GetFirst() *timestamppb.Timestamp

func (*BeaconResponse) GetHostname

func (x *BeaconResponse) GetHostname() *wrapperspb.StringValue

func (*BeaconResponse) GetIntIp

func (x *BeaconResponse) GetIntIp() *wrapperspb.StringValue

func (*BeaconResponse) GetJitter

func (x *BeaconResponse) GetJitter() uint32

func (*BeaconResponse) GetLast

func (x *BeaconResponse) GetLast() *timestamppb.Timestamp

func (*BeaconResponse) GetLid

func (x *BeaconResponse) GetLid() int64

func (*BeaconResponse) GetNote

func (x *BeaconResponse) GetNote() *wrapperspb.StringValue

func (*BeaconResponse) GetOs

func (x *BeaconResponse) GetOs() uint32

func (*BeaconResponse) GetOsMeta

func (x *BeaconResponse) GetOsMeta() *wrapperspb.StringValue

func (*BeaconResponse) GetPid

func (x *BeaconResponse) GetPid() *wrapperspb.UInt32Value

func (*BeaconResponse) GetPrivileged

func (x *BeaconResponse) GetPrivileged() *wrapperspb.BoolValue

func (*BeaconResponse) GetProcName

func (x *BeaconResponse) GetProcName() *wrapperspb.StringValue

func (*BeaconResponse) GetSleep

func (x *BeaconResponse) GetSleep() uint32

func (*BeaconResponse) GetUsername

func (x *BeaconResponse) GetUsername() *wrapperspb.StringValue

func (*BeaconResponse) ProtoMessage

func (*BeaconResponse) ProtoMessage()

func (*BeaconResponse) ProtoReflect

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

func (*BeaconResponse) Reset

func (x *BeaconResponse) Reset()

func (*BeaconResponse) String

func (x *BeaconResponse) String() string

type BeaconSleepResponse

type BeaconSleepResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID бикона
	Bid uint32 `protobuf:"varint,1,opt,name=bid,proto3" json:"bid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] время sleep'a бикона
	Sleep uint32 `protobuf:"varint,2,opt,name=sleep,proto3" json:"sleep,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] jitter sleep'a
	Jitter uint32 `protobuf:"varint,3,opt,name=jitter,proto3" json:"jitter,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconSleepResponse) Descriptor deprecated

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

Deprecated: Use BeaconSleepResponse.ProtoReflect.Descriptor instead.

func (*BeaconSleepResponse) GetBid

func (x *BeaconSleepResponse) GetBid() uint32

func (*BeaconSleepResponse) GetJitter

func (x *BeaconSleepResponse) GetJitter() uint32

func (*BeaconSleepResponse) GetSleep

func (x *BeaconSleepResponse) GetSleep() uint32

func (*BeaconSleepResponse) ProtoMessage

func (*BeaconSleepResponse) ProtoMessage()

func (*BeaconSleepResponse) ProtoReflect

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

func (*BeaconSleepResponse) Reset

func (x *BeaconSleepResponse) Reset()

func (*BeaconSleepResponse) String

func (x *BeaconSleepResponse) String() string

type BeaconsResponse

type BeaconsResponse struct {
	Beacons []*BeaconResponse `protobuf:"bytes,1,rep,name=beacons,proto3" json:"beacons,omitempty"`
	// contains filtered or unexported fields
}

func (*BeaconsResponse) Descriptor deprecated

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

Deprecated: Use BeaconsResponse.ProtoReflect.Descriptor instead.

func (*BeaconsResponse) GetBeacons

func (x *BeaconsResponse) GetBeacons() []*BeaconResponse

func (*BeaconsResponse) ProtoMessage

func (*BeaconsResponse) ProtoMessage()

func (*BeaconsResponse) ProtoReflect

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

func (*BeaconsResponse) Reset

func (x *BeaconsResponse) Reset()

func (*BeaconsResponse) String

func (x *BeaconsResponse) String() string

type CancelTasksRequest

type CancelTasksRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] ID бикона
	Bid uint32 `protobuf:"varint,2,opt,name=bid,proto3" json:"bid,omitempty"`
	// contains filtered or unexported fields
}

--> CancelTasks

func (*CancelTasksRequest) Descriptor deprecated

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

Deprecated: Use CancelTasksRequest.ProtoReflect.Descriptor instead.

func (*CancelTasksRequest) GetBid

func (x *CancelTasksRequest) GetBid() uint32

func (*CancelTasksRequest) GetCookie

func (x *CancelTasksRequest) GetCookie() *SessionCookie

func (*CancelTasksRequest) ProtoMessage

func (*CancelTasksRequest) ProtoMessage()

func (*CancelTasksRequest) ProtoReflect

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

func (*CancelTasksRequest) Reset

func (x *CancelTasksRequest) Reset()

func (*CancelTasksRequest) String

func (x *CancelTasksRequest) String() string

type CancelTasksResponse

type CancelTasksResponse struct {
	// contains filtered or unexported fields
}

func (*CancelTasksResponse) Descriptor deprecated

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

Deprecated: Use CancelTasksResponse.ProtoReflect.Descriptor instead.

func (*CancelTasksResponse) ProtoMessage

func (*CancelTasksResponse) ProtoMessage()

func (*CancelTasksResponse) ProtoReflect

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

func (*CancelTasksResponse) Reset

func (x *CancelTasksResponse) Reset()

func (*CancelTasksResponse) String

func (x *CancelTasksResponse) String() string

type ChatMessagesResponse

type ChatMessagesResponse struct {
	Messages []*ChatResponse `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatMessagesResponse) Descriptor deprecated

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

Deprecated: Use ChatMessagesResponse.ProtoReflect.Descriptor instead.

func (*ChatMessagesResponse) GetMessages

func (x *ChatMessagesResponse) GetMessages() []*ChatResponse

func (*ChatMessagesResponse) ProtoMessage

func (*ChatMessagesResponse) ProtoMessage()

func (*ChatMessagesResponse) ProtoReflect

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

func (*ChatMessagesResponse) Reset

func (x *ChatMessagesResponse) Reset()

func (*ChatMessagesResponse) String

func (x *ChatMessagesResponse) String() string

type ChatResponse

type ChatResponse struct {

	// время создания сообщения
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] кто создатель сообщения
	From string `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] сообщение
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatResponse) Descriptor deprecated

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

Deprecated: Use ChatResponse.ProtoReflect.Descriptor instead.

func (*ChatResponse) GetCreatedAt

func (x *ChatResponse) GetCreatedAt() *timestamppb.Timestamp

func (*ChatResponse) GetFrom

func (x *ChatResponse) GetFrom() string

func (*ChatResponse) GetMessage

func (x *ChatResponse) GetMessage() string

func (*ChatResponse) ProtoMessage

func (*ChatResponse) ProtoMessage()

func (*ChatResponse) ProtoReflect

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

func (*ChatResponse) Reset

func (x *ChatResponse) Reset()

func (*ChatResponse) String

func (x *ChatResponse) String() string

type CredentialColorResponse

type CredentialColorResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID кредов
	Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid,omitempty"`
	// новый цвет у кредов
	Color *wrapperspb.UInt32Value `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialColorResponse) Descriptor deprecated

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

Deprecated: Use CredentialColorResponse.ProtoReflect.Descriptor instead.

func (*CredentialColorResponse) GetCid

func (x *CredentialColorResponse) GetCid() int64

func (*CredentialColorResponse) GetColor

func (*CredentialColorResponse) ProtoMessage

func (*CredentialColorResponse) ProtoMessage()

func (*CredentialColorResponse) ProtoReflect

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

func (*CredentialColorResponse) Reset

func (x *CredentialColorResponse) Reset()

func (*CredentialColorResponse) String

func (x *CredentialColorResponse) String() string

type CredentialNoteResponse

type CredentialNoteResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID кредов
	Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid,omitempty"`
	// новая заметка для кредов
	Note *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=note,proto3" json:"note,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialNoteResponse) Descriptor deprecated

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

Deprecated: Use CredentialNoteResponse.ProtoReflect.Descriptor instead.

func (*CredentialNoteResponse) GetCid

func (x *CredentialNoteResponse) GetCid() int64

func (*CredentialNoteResponse) GetNote

func (*CredentialNoteResponse) ProtoMessage

func (*CredentialNoteResponse) ProtoMessage()

func (*CredentialNoteResponse) ProtoReflect

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

func (*CredentialNoteResponse) Reset

func (x *CredentialNoteResponse) Reset()

func (*CredentialNoteResponse) String

func (x *CredentialNoteResponse) String() string

type CredentialResponse

type CredentialResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID связки кредов
	Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid,omitempty"`
	// username
	Username *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	// password
	Password *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	// realm
	Realm *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=realm,proto3" json:"realm,omitempty"`
	// host
	Host *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=host,proto3" json:"host,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] время сохранения кредов в бд
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// заметка на кредлах
	Note *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=note,proto3" json:"note,omitempty"`
	// цвет кредлов
	Color *wrapperspb.UInt32Value `protobuf:"bytes,8,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialResponse) Descriptor deprecated

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

Deprecated: Use CredentialResponse.ProtoReflect.Descriptor instead.

func (*CredentialResponse) GetCid

func (x *CredentialResponse) GetCid() int64

func (*CredentialResponse) GetColor

func (x *CredentialResponse) GetColor() *wrapperspb.UInt32Value

func (*CredentialResponse) GetCreatedAt

func (x *CredentialResponse) GetCreatedAt() *timestamppb.Timestamp

func (*CredentialResponse) GetHost

func (*CredentialResponse) GetNote

func (*CredentialResponse) GetPassword

func (x *CredentialResponse) GetPassword() *wrapperspb.StringValue

func (*CredentialResponse) GetRealm

func (x *CredentialResponse) GetRealm() *wrapperspb.StringValue

func (*CredentialResponse) GetUsername

func (x *CredentialResponse) GetUsername() *wrapperspb.StringValue

func (*CredentialResponse) ProtoMessage

func (*CredentialResponse) ProtoMessage()

func (*CredentialResponse) ProtoReflect

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

func (*CredentialResponse) Reset

func (x *CredentialResponse) Reset()

func (*CredentialResponse) String

func (x *CredentialResponse) String() string

type CredentialsResponse

type CredentialsResponse struct {
	Credentials []*CredentialResponse `protobuf:"bytes,1,rep,name=credentials,proto3" json:"credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialsResponse) Descriptor deprecated

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

Deprecated: Use CredentialsResponse.ProtoReflect.Descriptor instead.

func (*CredentialsResponse) GetCredentials

func (x *CredentialsResponse) GetCredentials() []*CredentialResponse

func (*CredentialsResponse) ProtoMessage

func (*CredentialsResponse) ProtoMessage()

func (*CredentialsResponse) ProtoReflect

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

func (*CredentialsResponse) Reset

func (x *CredentialsResponse) Reset()

func (*CredentialsResponse) String

func (x *CredentialsResponse) String() string

type GetTaskOutputRequest

type GetTaskOutputRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] task ID
	Tid int64 `protobuf:"varint,2,opt,name=tid,proto3" json:"tid,omitempty"`
	// contains filtered or unexported fields
}

--> GetTaskOutput

func (*GetTaskOutputRequest) Descriptor deprecated

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

Deprecated: Use GetTaskOutputRequest.ProtoReflect.Descriptor instead.

func (*GetTaskOutputRequest) GetCookie

func (x *GetTaskOutputRequest) GetCookie() *SessionCookie

func (*GetTaskOutputRequest) GetTid

func (x *GetTaskOutputRequest) GetTid() int64

func (*GetTaskOutputRequest) ProtoMessage

func (*GetTaskOutputRequest) ProtoMessage()

func (*GetTaskOutputRequest) ProtoReflect

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

func (*GetTaskOutputRequest) Reset

func (x *GetTaskOutputRequest) Reset()

func (*GetTaskOutputRequest) String

func (x *GetTaskOutputRequest) String() string

type GetTaskOutputResponse

type GetTaskOutputResponse struct {

	// результат таска
	Output *wrapperspb.BytesValue `protobuf:"bytes,1,opt,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTaskOutputResponse) Descriptor deprecated

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

Deprecated: Use GetTaskOutputResponse.ProtoReflect.Descriptor instead.

func (*GetTaskOutputResponse) GetOutput

func (*GetTaskOutputResponse) ProtoMessage

func (*GetTaskOutputResponse) ProtoMessage()

func (*GetTaskOutputResponse) ProtoReflect

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

func (*GetTaskOutputResponse) Reset

func (x *GetTaskOutputResponse) Reset()

func (*GetTaskOutputResponse) String

func (x *GetTaskOutputResponse) String() string

type HandshakeResponse

type HandshakeResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] username оператора
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] текущее время на сервере
	Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,3,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// contains filtered or unexported fields
}

func (*HandshakeResponse) Descriptor deprecated

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

Deprecated: Use HandshakeResponse.ProtoReflect.Descriptor instead.

func (*HandshakeResponse) GetCookie

func (x *HandshakeResponse) GetCookie() *SessionCookie

func (*HandshakeResponse) GetTime

func (x *HandshakeResponse) GetTime() *timestamppb.Timestamp

func (*HandshakeResponse) GetUsername

func (x *HandshakeResponse) GetUsername() string

func (*HandshakeResponse) ProtoMessage

func (*HandshakeResponse) ProtoMessage()

func (*HandshakeResponse) ProtoReflect

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

func (*HandshakeResponse) Reset

func (x *HandshakeResponse) Reset()

func (*HandshakeResponse) String

func (x *HandshakeResponse) String() string

type HelloRequest

type HelloRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] версия клиента
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

--> Hello

func (*HelloRequest) Descriptor deprecated

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

Deprecated: Use HelloRequest.ProtoReflect.Descriptor instead.

func (*HelloRequest) GetVersion

func (x *HelloRequest) GetVersion() string

func (*HelloRequest) ProtoMessage

func (*HelloRequest) ProtoMessage()

func (*HelloRequest) ProtoReflect

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

func (*HelloRequest) Reset

func (x *HelloRequest) Reset()

func (*HelloRequest) String

func (x *HelloRequest) String() string

type HelloResponse

type HelloResponse struct {

	// Types that are valid to be assigned to Response:
	//
	//	*HelloResponse_Handshake
	//	*HelloResponse_Empty
	Response isHelloResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*HelloResponse) Descriptor deprecated

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

Deprecated: Use HelloResponse.ProtoReflect.Descriptor instead.

func (*HelloResponse) GetEmpty

func (x *HelloResponse) GetEmpty() *emptypb.Empty

func (*HelloResponse) GetHandshake

func (x *HelloResponse) GetHandshake() *HandshakeResponse

func (*HelloResponse) GetResponse

func (x *HelloResponse) GetResponse() isHelloResponse_Response

func (*HelloResponse) ProtoMessage

func (*HelloResponse) ProtoMessage()

func (*HelloResponse) ProtoReflect

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

func (*HelloResponse) Reset

func (x *HelloResponse) Reset()

func (*HelloResponse) String

func (x *HelloResponse) String() string

type HelloResponse_Empty

type HelloResponse_Empty struct {
	Empty *emptypb.Empty `protobuf:"bytes,2,opt,name=empty,proto3,oneof"`
}

type HelloResponse_Handshake

type HelloResponse_Handshake struct {
	Handshake *HandshakeResponse `protobuf:"bytes,1,opt,name=handshake,proto3,oneof"`
}

type ListenerColorResponse

type ListenerColorResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID листенера
	Lid int64 `protobuf:"varint,1,opt,name=lid,proto3" json:"lid,omitempty"`
	// новый цвет листенера
	Color *wrapperspb.UInt32Value `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

func (*ListenerColorResponse) Descriptor deprecated

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

Deprecated: Use ListenerColorResponse.ProtoReflect.Descriptor instead.

func (*ListenerColorResponse) GetColor

func (*ListenerColorResponse) GetLid

func (x *ListenerColorResponse) GetLid() int64

func (*ListenerColorResponse) ProtoMessage

func (*ListenerColorResponse) ProtoMessage()

func (*ListenerColorResponse) ProtoReflect

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

func (*ListenerColorResponse) Reset

func (x *ListenerColorResponse) Reset()

func (*ListenerColorResponse) String

func (x *ListenerColorResponse) String() string

type ListenerInfoResponse

type ListenerInfoResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID листенера
	Lid int64 `protobuf:"varint,1,opt,name=lid,proto3" json:"lid,omitempty"`
	// имя листенера
	Name *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// IP адрес, на котором листенер слушает
	Ip *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"`
	// порт, на котором листенер слушает
	Port *wrapperspb.UInt32Value `protobuf:"bytes,4,opt,name=port,proto3" json:"port,omitempty"`
	// contains filtered or unexported fields
}

func (*ListenerInfoResponse) Descriptor deprecated

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

Deprecated: Use ListenerInfoResponse.ProtoReflect.Descriptor instead.

func (*ListenerInfoResponse) GetIp

func (*ListenerInfoResponse) GetLid

func (x *ListenerInfoResponse) GetLid() int64

func (*ListenerInfoResponse) GetName

func (*ListenerInfoResponse) GetPort

func (*ListenerInfoResponse) ProtoMessage

func (*ListenerInfoResponse) ProtoMessage()

func (*ListenerInfoResponse) ProtoReflect

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

func (*ListenerInfoResponse) Reset

func (x *ListenerInfoResponse) Reset()

func (*ListenerInfoResponse) String

func (x *ListenerInfoResponse) String() string

type ListenerLastResponse

type ListenerLastResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID листенера
	Lid int64 `protobuf:"varint,1,opt,name=lid,proto3" json:"lid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] время последней активности
	Last *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=last,proto3" json:"last,omitempty"`
	// contains filtered or unexported fields
}

func (*ListenerLastResponse) Descriptor deprecated

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

Deprecated: Use ListenerLastResponse.ProtoReflect.Descriptor instead.

func (*ListenerLastResponse) GetLast

func (*ListenerLastResponse) GetLid

func (x *ListenerLastResponse) GetLid() int64

func (*ListenerLastResponse) ProtoMessage

func (*ListenerLastResponse) ProtoMessage()

func (*ListenerLastResponse) ProtoReflect

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

func (*ListenerLastResponse) Reset

func (x *ListenerLastResponse) Reset()

func (*ListenerLastResponse) String

func (x *ListenerLastResponse) String() string

type ListenerNoteResponse

type ListenerNoteResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID листенера
	Lid int64 `protobuf:"varint,1,opt,name=lid,proto3" json:"lid,omitempty"`
	// новая заметка листенера
	Note *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=note,proto3" json:"note,omitempty"`
	// contains filtered or unexported fields
}

func (*ListenerNoteResponse) Descriptor deprecated

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

Deprecated: Use ListenerNoteResponse.ProtoReflect.Descriptor instead.

func (*ListenerNoteResponse) GetLid

func (x *ListenerNoteResponse) GetLid() int64

func (*ListenerNoteResponse) GetNote

func (*ListenerNoteResponse) ProtoMessage

func (*ListenerNoteResponse) ProtoMessage()

func (*ListenerNoteResponse) ProtoReflect

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

func (*ListenerNoteResponse) Reset

func (x *ListenerNoteResponse) Reset()

func (*ListenerNoteResponse) String

func (x *ListenerNoteResponse) String() string

type ListenerResponse

type ListenerResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID листенера
	Lid int64 `protobuf:"varint,1,opt,name=lid,proto3" json:"lid,omitempty"`
	// имя листенера
	Name *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// IP адрес, на котором листенер слушает
	Ip *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"`
	// порт, на котором листенер слушает
	Port *wrapperspb.UInt32Value `protobuf:"bytes,4,opt,name=port,proto3" json:"port,omitempty"`
	// цвет листенера
	Color *wrapperspb.UInt32Value `protobuf:"bytes,5,opt,name=color,proto3" json:"color,omitempty"`
	// заметка
	Note *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=note,proto3" json:"note,omitempty"`
	// время последней активности
	Last *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=last,proto3" json:"last,omitempty"`
	// contains filtered or unexported fields
}

func (*ListenerResponse) Descriptor deprecated

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

Deprecated: Use ListenerResponse.ProtoReflect.Descriptor instead.

func (*ListenerResponse) GetColor

func (x *ListenerResponse) GetColor() *wrapperspb.UInt32Value

func (*ListenerResponse) GetIp

func (*ListenerResponse) GetLast

func (x *ListenerResponse) GetLast() *timestamppb.Timestamp

func (*ListenerResponse) GetLid

func (x *ListenerResponse) GetLid() int64

func (*ListenerResponse) GetName

func (x *ListenerResponse) GetName() *wrapperspb.StringValue

func (*ListenerResponse) GetNote

func (x *ListenerResponse) GetNote() *wrapperspb.StringValue

func (*ListenerResponse) GetPort

func (x *ListenerResponse) GetPort() *wrapperspb.UInt32Value

func (*ListenerResponse) ProtoMessage

func (*ListenerResponse) ProtoMessage()

func (*ListenerResponse) ProtoReflect

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

func (*ListenerResponse) Reset

func (x *ListenerResponse) Reset()

func (*ListenerResponse) String

func (x *ListenerResponse) String() string

type ListenersResponse

type ListenersResponse struct {
	Listeners []*ListenerResponse `protobuf:"bytes,1,rep,name=listeners,proto3" json:"listeners,omitempty"`
	// contains filtered or unexported fields
}

func (*ListenersResponse) Descriptor deprecated

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

Deprecated: Use ListenersResponse.ProtoReflect.Descriptor instead.

func (*ListenersResponse) GetListeners

func (x *ListenersResponse) GetListeners() []*ListenerResponse

func (*ListenersResponse) ProtoMessage

func (*ListenersResponse) ProtoMessage()

func (*ListenersResponse) ProtoReflect

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

func (*ListenersResponse) Reset

func (x *ListenersResponse) Reset()

func (*ListenersResponse) String

func (x *ListenersResponse) String() string

type NewChatMessageRequest

type NewChatMessageRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] сообщение
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

--> NewChatMessage

func (*NewChatMessageRequest) Descriptor deprecated

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

Deprecated: Use NewChatMessageRequest.ProtoReflect.Descriptor instead.

func (*NewChatMessageRequest) GetCookie

func (x *NewChatMessageRequest) GetCookie() *SessionCookie

func (*NewChatMessageRequest) GetMessage

func (x *NewChatMessageRequest) GetMessage() string

func (*NewChatMessageRequest) ProtoMessage

func (*NewChatMessageRequest) ProtoMessage()

func (*NewChatMessageRequest) ProtoReflect

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

func (*NewChatMessageRequest) Reset

func (x *NewChatMessageRequest) Reset()

func (*NewChatMessageRequest) String

func (x *NewChatMessageRequest) String() string

type NewChatMessageResponse

type NewChatMessageResponse struct {
	// contains filtered or unexported fields
}

func (*NewChatMessageResponse) Descriptor deprecated

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

Deprecated: Use NewChatMessageResponse.ProtoReflect.Descriptor instead.

func (*NewChatMessageResponse) ProtoMessage

func (*NewChatMessageResponse) ProtoMessage()

func (*NewChatMessageResponse) ProtoReflect

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

func (*NewChatMessageResponse) Reset

func (x *NewChatMessageResponse) Reset()

func (*NewChatMessageResponse) String

func (x *NewChatMessageResponse) String() string

type NewCredentialRequest

type NewCredentialRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// username
	Username *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	// password
	Password *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	// realm
	Realm *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=realm,proto3" json:"realm,omitempty"`
	// host
	Host *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=host,proto3" json:"host,omitempty"`
	// contains filtered or unexported fields
}

--> NewCredential

func (*NewCredentialRequest) Descriptor deprecated

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

Deprecated: Use NewCredentialRequest.ProtoReflect.Descriptor instead.

func (*NewCredentialRequest) GetCookie

func (x *NewCredentialRequest) GetCookie() *SessionCookie

func (*NewCredentialRequest) GetHost

func (*NewCredentialRequest) GetPassword

func (x *NewCredentialRequest) GetPassword() *wrapperspb.StringValue

func (*NewCredentialRequest) GetRealm

func (*NewCredentialRequest) GetUsername

func (x *NewCredentialRequest) GetUsername() *wrapperspb.StringValue

func (*NewCredentialRequest) ProtoMessage

func (*NewCredentialRequest) ProtoMessage()

func (*NewCredentialRequest) ProtoReflect

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

func (*NewCredentialRequest) Reset

func (x *NewCredentialRequest) Reset()

func (*NewCredentialRequest) String

func (x *NewCredentialRequest) String() string

type NewCredentialResponse

type NewCredentialResponse struct {
	// contains filtered or unexported fields
}

func (*NewCredentialResponse) Descriptor deprecated

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

Deprecated: Use NewCredentialResponse.ProtoReflect.Descriptor instead.

func (*NewCredentialResponse) ProtoMessage

func (*NewCredentialResponse) ProtoMessage()

func (*NewCredentialResponse) ProtoReflect

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

func (*NewCredentialResponse) Reset

func (x *NewCredentialResponse) Reset()

func (*NewCredentialResponse) String

func (x *NewCredentialResponse) String() string

type NewGroupRequest

type NewGroupRequest struct {
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// Types that are valid to be assigned to Type:
	//
	//	*NewGroupRequest_Group
	//	*NewGroupRequest_Message
	//	*NewGroupRequest_Task
	Type isNewGroupRequest_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

--> NewGroup

func (*NewGroupRequest) Descriptor deprecated

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

Deprecated: Use NewGroupRequest.ProtoReflect.Descriptor instead.

func (*NewGroupRequest) GetCookie

func (x *NewGroupRequest) GetCookie() *SessionCookie

func (*NewGroupRequest) GetGroup

func (x *NewGroupRequest) GetGroup() *NewTaskGroupRequest

func (*NewGroupRequest) GetMessage

func (x *NewGroupRequest) GetMessage() *NewTaskMessageRequest

func (*NewGroupRequest) GetTask

func (x *NewGroupRequest) GetTask() *NewTaskRequest

func (*NewGroupRequest) GetType

func (x *NewGroupRequest) GetType() isNewGroupRequest_Type

func (*NewGroupRequest) ProtoMessage

func (*NewGroupRequest) ProtoMessage()

func (*NewGroupRequest) ProtoReflect

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

func (*NewGroupRequest) Reset

func (x *NewGroupRequest) Reset()

func (*NewGroupRequest) String

func (x *NewGroupRequest) String() string

type NewGroupRequest_Group

type NewGroupRequest_Group struct {
	Group *NewTaskGroupRequest `protobuf:"bytes,2,opt,name=group,proto3,oneof"`
}

type NewGroupRequest_Message

type NewGroupRequest_Message struct {
	Message *NewTaskMessageRequest `protobuf:"bytes,3,opt,name=message,proto3,oneof"`
}

type NewGroupRequest_Task

type NewGroupRequest_Task struct {
	Task *NewTaskRequest `protobuf:"bytes,4,opt,name=task,proto3,oneof"`
}

type NewGroupResponse

type NewGroupResponse struct {
	// contains filtered or unexported fields
}

func (*NewGroupResponse) Descriptor deprecated

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

Deprecated: Use NewGroupResponse.ProtoReflect.Descriptor instead.

func (*NewGroupResponse) ProtoMessage

func (*NewGroupResponse) ProtoMessage()

func (*NewGroupResponse) ProtoReflect

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

func (*NewGroupResponse) Reset

func (x *NewGroupResponse) Reset()

func (*NewGroupResponse) String

func (x *NewGroupResponse) String() string

type NewTaskGroupRequest

type NewTaskGroupRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID бикона
	Bid uint32 `protobuf:"varint,1,opt,name=bid,proto3" json:"bid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] строка с командой
	Cmd string `protobuf:"bytes,2,opt,name=cmd,proto3" json:"cmd,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] будет ли видна группа другим операторам
	Visible bool `protobuf:"varint,3,opt,name=visible,proto3" json:"visible,omitempty"`
	// contains filtered or unexported fields
}

func (*NewTaskGroupRequest) Descriptor deprecated

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

Deprecated: Use NewTaskGroupRequest.ProtoReflect.Descriptor instead.

func (*NewTaskGroupRequest) GetBid

func (x *NewTaskGroupRequest) GetBid() uint32

func (*NewTaskGroupRequest) GetCmd

func (x *NewTaskGroupRequest) GetCmd() string

func (*NewTaskGroupRequest) GetVisible

func (x *NewTaskGroupRequest) GetVisible() bool

func (*NewTaskGroupRequest) ProtoMessage

func (*NewTaskGroupRequest) ProtoMessage()

func (*NewTaskGroupRequest) ProtoReflect

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

func (*NewTaskGroupRequest) Reset

func (x *NewTaskGroupRequest) Reset()

func (*NewTaskGroupRequest) String

func (x *NewTaskGroupRequest) String() string

type NewTaskMessageRequest

type NewTaskMessageRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] тип сообщения
	Type uint32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] сообщение
	Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*NewTaskMessageRequest) Descriptor deprecated

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

Deprecated: Use NewTaskMessageRequest.ProtoReflect.Descriptor instead.

func (*NewTaskMessageRequest) GetMsg

func (x *NewTaskMessageRequest) GetMsg() string

func (*NewTaskMessageRequest) GetType

func (x *NewTaskMessageRequest) GetType() uint32

func (*NewTaskMessageRequest) ProtoMessage

func (*NewTaskMessageRequest) ProtoMessage()

func (*NewTaskMessageRequest) ProtoReflect

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

func (*NewTaskMessageRequest) Reset

func (x *NewTaskMessageRequest) Reset()

func (*NewTaskMessageRequest) String

func (x *NewTaskMessageRequest) String() string

type NewTaskRequest

type NewTaskRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] значение капабилити
	Cap uint32 `protobuf:"varint,1,opt,name=cap,proto3" json:"cap,omitempty"`
	// Types that are valid to be assigned to Args:
	//
	//	*NewTaskRequest_Sleep
	//	*NewTaskRequest_Ls
	//	*NewTaskRequest_Pwd
	//	*NewTaskRequest_Cd
	//	*NewTaskRequest_Whoami
	//	*NewTaskRequest_Ps
	//	*NewTaskRequest_Cat
	//	*NewTaskRequest_Exec
	//	*NewTaskRequest_Cp
	//	*NewTaskRequest_Jobs
	//	*NewTaskRequest_Jobkill
	//	*NewTaskRequest_Kill
	//	*NewTaskRequest_Mv
	//	*NewTaskRequest_Mkdir
	//	*NewTaskRequest_Rm
	//	*NewTaskRequest_ExecAssembly
	//	*NewTaskRequest_ShellcodeInjection
	//	*NewTaskRequest_Download
	//	*NewTaskRequest_Upload
	//	*NewTaskRequest_Pause
	//	*NewTaskRequest_Destruct
	//	*NewTaskRequest_ExecDetach
	//	*NewTaskRequest_Shell
	//	*NewTaskRequest_Ppid
	//	*NewTaskRequest_Exit
	Args isNewTaskRequest_Args `protobuf_oneof:"args"`
	// contains filtered or unexported fields
}

func (*NewTaskRequest) Descriptor deprecated

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

Deprecated: Use NewTaskRequest.ProtoReflect.Descriptor instead.

func (*NewTaskRequest) GetArgs

func (x *NewTaskRequest) GetArgs() isNewTaskRequest_Args

func (*NewTaskRequest) GetCap

func (x *NewTaskRequest) GetCap() uint32

func (*NewTaskRequest) GetCat

func (x *NewTaskRequest) GetCat() *v1.CapCat

func (*NewTaskRequest) GetCd

func (x *NewTaskRequest) GetCd() *v1.CapCd

func (*NewTaskRequest) GetCp

func (x *NewTaskRequest) GetCp() *v1.CapCp

func (*NewTaskRequest) GetDestruct

func (x *NewTaskRequest) GetDestruct() *v1.CapDestruct

func (*NewTaskRequest) GetDownload

func (x *NewTaskRequest) GetDownload() *v1.CapDownload

func (*NewTaskRequest) GetExec

func (x *NewTaskRequest) GetExec() *v1.CapExec

func (*NewTaskRequest) GetExecAssembly

func (x *NewTaskRequest) GetExecAssembly() *v1.CapExecAssembly

func (*NewTaskRequest) GetExecDetach

func (x *NewTaskRequest) GetExecDetach() *v1.CapExecDetach

func (*NewTaskRequest) GetExit

func (x *NewTaskRequest) GetExit() *v1.CapExit

func (*NewTaskRequest) GetJobkill

func (x *NewTaskRequest) GetJobkill() *v1.CapJobkill

func (*NewTaskRequest) GetJobs

func (x *NewTaskRequest) GetJobs() *v1.CapJobs

func (*NewTaskRequest) GetKill

func (x *NewTaskRequest) GetKill() *v1.CapKill

func (*NewTaskRequest) GetLs

func (x *NewTaskRequest) GetLs() *v1.CapLs

func (*NewTaskRequest) GetMkdir

func (x *NewTaskRequest) GetMkdir() *v1.CapMkdir

func (*NewTaskRequest) GetMv

func (x *NewTaskRequest) GetMv() *v1.CapMv

func (*NewTaskRequest) GetPause

func (x *NewTaskRequest) GetPause() *v1.CapPause

func (*NewTaskRequest) GetPpid

func (x *NewTaskRequest) GetPpid() *v1.CapPpid

func (*NewTaskRequest) GetPs

func (x *NewTaskRequest) GetPs() *v1.CapPs

func (*NewTaskRequest) GetPwd

func (x *NewTaskRequest) GetPwd() *v1.CapPwd

func (*NewTaskRequest) GetRm

func (x *NewTaskRequest) GetRm() *v1.CapRm

func (*NewTaskRequest) GetShell

func (x *NewTaskRequest) GetShell() *v1.CapShell

func (*NewTaskRequest) GetShellcodeInjection

func (x *NewTaskRequest) GetShellcodeInjection() *v1.CapShellcodeInjection

func (*NewTaskRequest) GetSleep

func (x *NewTaskRequest) GetSleep() *v1.CapSleep

func (*NewTaskRequest) GetUpload

func (x *NewTaskRequest) GetUpload() *v1.CapUpload

func (*NewTaskRequest) GetWhoami

func (x *NewTaskRequest) GetWhoami() *v1.CapWhoami

func (*NewTaskRequest) ProtoMessage

func (*NewTaskRequest) ProtoMessage()

func (*NewTaskRequest) ProtoReflect

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

func (*NewTaskRequest) Reset

func (x *NewTaskRequest) Reset()

func (*NewTaskRequest) String

func (x *NewTaskRequest) String() string

type NewTaskRequest_Cat

type NewTaskRequest_Cat struct {
	Cat *v1.CapCat `protobuf:"bytes,8,opt,name=cat,proto3,oneof"`
}

type NewTaskRequest_Cd

type NewTaskRequest_Cd struct {
	Cd *v1.CapCd `protobuf:"bytes,5,opt,name=cd,proto3,oneof"`
}

type NewTaskRequest_Cp

type NewTaskRequest_Cp struct {
	Cp *v1.CapCp `protobuf:"bytes,10,opt,name=cp,proto3,oneof"`
}

type NewTaskRequest_Destruct

type NewTaskRequest_Destruct struct {
	Destruct *v1.CapDestruct `protobuf:"bytes,22,opt,name=destruct,proto3,oneof"`
}

type NewTaskRequest_Download

type NewTaskRequest_Download struct {
	Download *v1.CapDownload `protobuf:"bytes,19,opt,name=download,proto3,oneof"`
}

type NewTaskRequest_Exec

type NewTaskRequest_Exec struct {
	Exec *v1.CapExec `protobuf:"bytes,9,opt,name=exec,proto3,oneof"`
}

type NewTaskRequest_ExecAssembly

type NewTaskRequest_ExecAssembly struct {
	ExecAssembly *v1.CapExecAssembly `protobuf:"bytes,17,opt,name=exec_assembly,json=execAssembly,proto3,oneof"`
}

type NewTaskRequest_ExecDetach

type NewTaskRequest_ExecDetach struct {
	ExecDetach *v1.CapExecDetach `protobuf:"bytes,23,opt,name=exec_detach,json=execDetach,proto3,oneof"`
}

type NewTaskRequest_Exit

type NewTaskRequest_Exit struct {
	Exit *v1.CapExit `protobuf:"bytes,26,opt,name=exit,proto3,oneof"`
}

type NewTaskRequest_Jobkill

type NewTaskRequest_Jobkill struct {
	Jobkill *v1.CapJobkill `protobuf:"bytes,12,opt,name=jobkill,proto3,oneof"`
}

type NewTaskRequest_Jobs

type NewTaskRequest_Jobs struct {
	Jobs *v1.CapJobs `protobuf:"bytes,11,opt,name=jobs,proto3,oneof"`
}

type NewTaskRequest_Kill

type NewTaskRequest_Kill struct {
	Kill *v1.CapKill `protobuf:"bytes,13,opt,name=kill,proto3,oneof"`
}

type NewTaskRequest_Ls

type NewTaskRequest_Ls struct {
	Ls *v1.CapLs `protobuf:"bytes,3,opt,name=ls,proto3,oneof"`
}

type NewTaskRequest_Mkdir

type NewTaskRequest_Mkdir struct {
	Mkdir *v1.CapMkdir `protobuf:"bytes,15,opt,name=mkdir,proto3,oneof"`
}

type NewTaskRequest_Mv

type NewTaskRequest_Mv struct {
	Mv *v1.CapMv `protobuf:"bytes,14,opt,name=mv,proto3,oneof"`
}

type NewTaskRequest_Pause

type NewTaskRequest_Pause struct {
	Pause *v1.CapPause `protobuf:"bytes,21,opt,name=pause,proto3,oneof"`
}

type NewTaskRequest_Ppid

type NewTaskRequest_Ppid struct {
	Ppid *v1.CapPpid `protobuf:"bytes,25,opt,name=ppid,proto3,oneof"`
}

type NewTaskRequest_Ps

type NewTaskRequest_Ps struct {
	Ps *v1.CapPs `protobuf:"bytes,7,opt,name=ps,proto3,oneof"`
}

type NewTaskRequest_Pwd

type NewTaskRequest_Pwd struct {
	Pwd *v1.CapPwd `protobuf:"bytes,4,opt,name=pwd,proto3,oneof"`
}

type NewTaskRequest_Rm

type NewTaskRequest_Rm struct {
	Rm *v1.CapRm `protobuf:"bytes,16,opt,name=rm,proto3,oneof"`
}

type NewTaskRequest_Shell

type NewTaskRequest_Shell struct {
	Shell *v1.CapShell `protobuf:"bytes,24,opt,name=shell,proto3,oneof"`
}

type NewTaskRequest_ShellcodeInjection

type NewTaskRequest_ShellcodeInjection struct {
	ShellcodeInjection *v1.CapShellcodeInjection `protobuf:"bytes,18,opt,name=shellcode_injection,json=shellcodeInjection,proto3,oneof"`
}

type NewTaskRequest_Sleep

type NewTaskRequest_Sleep struct {
	Sleep *v1.CapSleep `protobuf:"bytes,2,opt,name=sleep,proto3,oneof"`
}

type NewTaskRequest_Upload

type NewTaskRequest_Upload struct {
	Upload *v1.CapUpload `protobuf:"bytes,20,opt,name=upload,proto3,oneof"`
}

type NewTaskRequest_Whoami

type NewTaskRequest_Whoami struct {
	Whoami *v1.CapWhoami `protobuf:"bytes,6,opt,name=whoami,proto3,oneof"`
}

type OperatorColorResponse

type OperatorColorResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] username оператора
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// новый цвет оператора
	Color *wrapperspb.UInt32Value `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

func (*OperatorColorResponse) Descriptor deprecated

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

Deprecated: Use OperatorColorResponse.ProtoReflect.Descriptor instead.

func (*OperatorColorResponse) GetColor

func (*OperatorColorResponse) GetUsername

func (x *OperatorColorResponse) GetUsername() string

func (*OperatorColorResponse) ProtoMessage

func (*OperatorColorResponse) ProtoMessage()

func (*OperatorColorResponse) ProtoReflect

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

func (*OperatorColorResponse) Reset

func (x *OperatorColorResponse) Reset()

func (*OperatorColorResponse) String

func (x *OperatorColorResponse) String() string

type OperatorLastResponse

type OperatorLastResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] username оператора
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// время последней активности
	Last *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=last,proto3" json:"last,omitempty"`
	// contains filtered or unexported fields
}

func (*OperatorLastResponse) Descriptor deprecated

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

Deprecated: Use OperatorLastResponse.ProtoReflect.Descriptor instead.

func (*OperatorLastResponse) GetLast

func (*OperatorLastResponse) GetUsername

func (x *OperatorLastResponse) GetUsername() string

func (*OperatorLastResponse) ProtoMessage

func (*OperatorLastResponse) ProtoMessage()

func (*OperatorLastResponse) ProtoReflect

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

func (*OperatorLastResponse) Reset

func (x *OperatorLastResponse) Reset()

func (*OperatorLastResponse) String

func (x *OperatorLastResponse) String() string

type OperatorResponse

type OperatorResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] username оператора
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// цвет оператора
	Color *wrapperspb.UInt32Value `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"`
	// время последней активности
	Last *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=last,proto3" json:"last,omitempty"`
	// contains filtered or unexported fields
}

func (*OperatorResponse) Descriptor deprecated

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

Deprecated: Use OperatorResponse.ProtoReflect.Descriptor instead.

func (*OperatorResponse) GetColor

func (x *OperatorResponse) GetColor() *wrapperspb.UInt32Value

func (*OperatorResponse) GetLast

func (x *OperatorResponse) GetLast() *timestamppb.Timestamp

func (*OperatorResponse) GetUsername

func (x *OperatorResponse) GetUsername() string

func (*OperatorResponse) ProtoMessage

func (*OperatorResponse) ProtoMessage()

func (*OperatorResponse) ProtoReflect

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

func (*OperatorResponse) Reset

func (x *OperatorResponse) Reset()

func (*OperatorResponse) String

func (x *OperatorResponse) String() string

type OperatorServiceClient

type OperatorServiceClient interface {
	// первоначальный хендшейк и отслеживание "здоровья" оператора
	Hello(ctx context.Context, in *HelloRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[HelloResponse], error)
	// подписка на получение обновлений списка с листенерами
	SubscribeListeners(ctx context.Context, in *SubscribeListenersRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[SubscribeListenersResponse], error)
	// подписка на получение обновлений списка с биконами
	SubscribeBeacons(ctx context.Context, in *SubscribeBeaconsRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[SubscribeBeaconsResponse], error)
	// подписка на получение обновлений списка с операторами
	SubscribeOperators(ctx context.Context, in *SubscribeOperatorsRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[SubscribeOperatorsResponse], error)
	// подписка на получение обновлений списка сообщений в чате
	SubscribeChat(ctx context.Context, in *SubscribeChatRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[SubscribeChatResponse], error)
	// подписка на получение обновлений списка кределов
	SubscribeCredentials(ctx context.Context, in *SubscribeCredentialsRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[SubscribeCredentialsResponse], error)
	// обновление цвета листенера
	SetListenerColor(ctx context.Context, in *SetListenerColorRequest, opts ...grpc.CallOption) (*SetListenerColorResponse, error)
	// обновление цвета на нескольких листенерах
	SetListenersColor(ctx context.Context, in *SetListenersColorRequest, opts ...grpc.CallOption) (*SetListenersColorResponse, error)
	// обновление заметки листенера
	SetListenerNote(ctx context.Context, in *SetListenerNoteRequest, opts ...grpc.CallOption) (*SetListenerNoteResponse, error)
	// обновление заметки на нескольких листенерах
	SetListenersNote(ctx context.Context, in *SetListenersNoteRequest, opts ...grpc.CallOption) (*SetListenersNoteResponse, error)
	// обновление цвета бикона
	SetBeaconColor(ctx context.Context, in *SetBeaconColorRequest, opts ...grpc.CallOption) (*SetBeaconColorResponse, error)
	// обновление цвета на нескольких биконах
	SetBeaconsColor(ctx context.Context, in *SetBeaconsColorRequest, opts ...grpc.CallOption) (*SetBeaconsColorResponse, error)
	// обновление заметки бикона
	SetBeaconNote(ctx context.Context, in *SetBeaconNoteRequest, opts ...grpc.CallOption) (*SetBeaconNoteResponse, error)
	// обновление заметки на нескольких биконах
	SetBeaconsNote(ctx context.Context, in *SetBeaconsNoteRequest, opts ...grpc.CallOption) (*SetBeaconsNoteResponse, error)
	// обновление цвета для оператора
	SetOperatorColor(ctx context.Context, in *SetOperatorColorRequest, opts ...grpc.CallOption) (*SetOperatorColorResponse, error)
	// обновление цвета для нескольких операторов
	SetOperatorsColor(ctx context.Context, in *SetOperatorsColorRequest, opts ...grpc.CallOption) (*SetOperatorsColorResponse, error)
	// создание нового сообщения в чате
	NewChatMessage(ctx context.Context, in *NewChatMessageRequest, opts ...grpc.CallOption) (*NewChatMessageResponse, error)
	// создание новой связки кредов
	NewCredential(ctx context.Context, in *NewCredentialRequest, opts ...grpc.CallOption) (*NewCredentialResponse, error)
	// обновление цвета для кределов
	SetCredentialColor(ctx context.Context, in *SetCredentialColorRequest, opts ...grpc.CallOption) (*SetCredentialColorResponse, error)
	// обновление цвета для списка кределов
	SetCredentialsColor(ctx context.Context, in *SetCredentialsColorRequest, opts ...grpc.CallOption) (*SetCredentialsColorResponse, error)
	// обновление заметки для кределов
	SetCredentialNote(ctx context.Context, in *SetCredentialNoteRequest, opts ...grpc.CallOption) (*SetCredentialNoteResponse, error)
	// обновление заметки для списка кределов
	SetCredentialsNote(ctx context.Context, in *SetCredentialsNoteRequest, opts ...grpc.CallOption) (*SetCredentialsNoteResponse, error)
	// создание группы/задач/сообщений для бикона
	NewGroup(ctx context.Context, opts ...grpc.CallOption) (grpc.ClientStreamingClient[NewGroupRequest, NewGroupResponse], error)
	// подписка на получение обновление по таскам для биконов
	SubscribeTasks(ctx context.Context, opts ...grpc.CallOption) (grpc.BidiStreamingClient[SubscribeTasksRequest, SubscribeTasksResponse], error)
	// отмена всех тасков (в статусе NEW), созданных оператором
	CancelTasks(ctx context.Context, in *CancelTasksRequest, opts ...grpc.CallOption) (*CancelTasksResponse, error)
	// получение полного output для таска по его ID. Используется для скачивания больших output'ов
	GetTaskOutput(ctx context.Context, in *GetTaskOutputRequest, opts ...grpc.CallOption) (*GetTaskOutputResponse, error)
}

OperatorServiceClient is the client API for OperatorService 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 OperatorServiceServer

type OperatorServiceServer interface {
	// первоначальный хендшейк и отслеживание "здоровья" оператора
	Hello(*HelloRequest, grpc.ServerStreamingServer[HelloResponse]) error
	// подписка на получение обновлений списка с листенерами
	SubscribeListeners(*SubscribeListenersRequest, grpc.ServerStreamingServer[SubscribeListenersResponse]) error
	// подписка на получение обновлений списка с биконами
	SubscribeBeacons(*SubscribeBeaconsRequest, grpc.ServerStreamingServer[SubscribeBeaconsResponse]) error
	// подписка на получение обновлений списка с операторами
	SubscribeOperators(*SubscribeOperatorsRequest, grpc.ServerStreamingServer[SubscribeOperatorsResponse]) error
	// подписка на получение обновлений списка сообщений в чате
	SubscribeChat(*SubscribeChatRequest, grpc.ServerStreamingServer[SubscribeChatResponse]) error
	// подписка на получение обновлений списка кределов
	SubscribeCredentials(*SubscribeCredentialsRequest, grpc.ServerStreamingServer[SubscribeCredentialsResponse]) error
	// обновление цвета листенера
	SetListenerColor(context.Context, *SetListenerColorRequest) (*SetListenerColorResponse, error)
	// обновление цвета на нескольких листенерах
	SetListenersColor(context.Context, *SetListenersColorRequest) (*SetListenersColorResponse, error)
	// обновление заметки листенера
	SetListenerNote(context.Context, *SetListenerNoteRequest) (*SetListenerNoteResponse, error)
	// обновление заметки на нескольких листенерах
	SetListenersNote(context.Context, *SetListenersNoteRequest) (*SetListenersNoteResponse, error)
	// обновление цвета бикона
	SetBeaconColor(context.Context, *SetBeaconColorRequest) (*SetBeaconColorResponse, error)
	// обновление цвета на нескольких биконах
	SetBeaconsColor(context.Context, *SetBeaconsColorRequest) (*SetBeaconsColorResponse, error)
	// обновление заметки бикона
	SetBeaconNote(context.Context, *SetBeaconNoteRequest) (*SetBeaconNoteResponse, error)
	// обновление заметки на нескольких биконах
	SetBeaconsNote(context.Context, *SetBeaconsNoteRequest) (*SetBeaconsNoteResponse, error)
	// обновление цвета для оператора
	SetOperatorColor(context.Context, *SetOperatorColorRequest) (*SetOperatorColorResponse, error)
	// обновление цвета для нескольких операторов
	SetOperatorsColor(context.Context, *SetOperatorsColorRequest) (*SetOperatorsColorResponse, error)
	// создание нового сообщения в чате
	NewChatMessage(context.Context, *NewChatMessageRequest) (*NewChatMessageResponse, error)
	// создание новой связки кредов
	NewCredential(context.Context, *NewCredentialRequest) (*NewCredentialResponse, error)
	// обновление цвета для кределов
	SetCredentialColor(context.Context, *SetCredentialColorRequest) (*SetCredentialColorResponse, error)
	// обновление цвета для списка кределов
	SetCredentialsColor(context.Context, *SetCredentialsColorRequest) (*SetCredentialsColorResponse, error)
	// обновление заметки для кределов
	SetCredentialNote(context.Context, *SetCredentialNoteRequest) (*SetCredentialNoteResponse, error)
	// обновление заметки для списка кределов
	SetCredentialsNote(context.Context, *SetCredentialsNoteRequest) (*SetCredentialsNoteResponse, error)
	// создание группы/задач/сообщений для бикона
	NewGroup(grpc.ClientStreamingServer[NewGroupRequest, NewGroupResponse]) error
	// подписка на получение обновление по таскам для биконов
	SubscribeTasks(grpc.BidiStreamingServer[SubscribeTasksRequest, SubscribeTasksResponse]) error
	// отмена всех тасков (в статусе NEW), созданных оператором
	CancelTasks(context.Context, *CancelTasksRequest) (*CancelTasksResponse, error)
	// получение полного output для таска по его ID. Используется для скачивания больших output'ов
	GetTaskOutput(context.Context, *GetTaskOutputRequest) (*GetTaskOutputResponse, error)
	// contains filtered or unexported methods
}

OperatorServiceServer is the server API for OperatorService service. All implementations must embed UnimplementedOperatorServiceServer for forward compatibility.

type OperatorService_HelloClient

type OperatorService_HelloClient = grpc.ServerStreamingClient[HelloResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_HelloServer

type OperatorService_HelloServer = grpc.ServerStreamingServer[HelloResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_NewGroupClient

type OperatorService_NewGroupClient = grpc.ClientStreamingClient[NewGroupRequest, NewGroupResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_NewGroupServer

type OperatorService_NewGroupServer = grpc.ClientStreamingServer[NewGroupRequest, NewGroupResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_SubscribeBeaconsClient

type OperatorService_SubscribeBeaconsClient = grpc.ServerStreamingClient[SubscribeBeaconsResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_SubscribeBeaconsServer

type OperatorService_SubscribeBeaconsServer = grpc.ServerStreamingServer[SubscribeBeaconsResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_SubscribeChatClient

type OperatorService_SubscribeChatClient = grpc.ServerStreamingClient[SubscribeChatResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_SubscribeChatServer

type OperatorService_SubscribeChatServer = grpc.ServerStreamingServer[SubscribeChatResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_SubscribeCredentialsClient

type OperatorService_SubscribeCredentialsClient = grpc.ServerStreamingClient[SubscribeCredentialsResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_SubscribeCredentialsServer

type OperatorService_SubscribeCredentialsServer = grpc.ServerStreamingServer[SubscribeCredentialsResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_SubscribeListenersClient

type OperatorService_SubscribeListenersClient = grpc.ServerStreamingClient[SubscribeListenersResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_SubscribeListenersServer

type OperatorService_SubscribeListenersServer = grpc.ServerStreamingServer[SubscribeListenersResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_SubscribeOperatorsClient

type OperatorService_SubscribeOperatorsClient = grpc.ServerStreamingClient[SubscribeOperatorsResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_SubscribeOperatorsServer

type OperatorService_SubscribeOperatorsServer = grpc.ServerStreamingServer[SubscribeOperatorsResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_SubscribeTasksClient

type OperatorService_SubscribeTasksClient = grpc.BidiStreamingClient[SubscribeTasksRequest, SubscribeTasksResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorService_SubscribeTasksServer

type OperatorService_SubscribeTasksServer = grpc.BidiStreamingServer[SubscribeTasksRequest, SubscribeTasksResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type OperatorsResponse

type OperatorsResponse struct {
	Operators []*OperatorResponse `protobuf:"bytes,1,rep,name=operators,proto3" json:"operators,omitempty"`
	// contains filtered or unexported fields
}

func (*OperatorsResponse) Descriptor deprecated

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

Deprecated: Use OperatorsResponse.ProtoReflect.Descriptor instead.

func (*OperatorsResponse) GetOperators

func (x *OperatorsResponse) GetOperators() []*OperatorResponse

func (*OperatorsResponse) ProtoMessage

func (*OperatorsResponse) ProtoMessage()

func (*OperatorsResponse) ProtoReflect

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

func (*OperatorsResponse) Reset

func (x *OperatorsResponse) Reset()

func (*OperatorsResponse) String

func (x *OperatorsResponse) String() string

type SessionCookie

type SessionCookie struct {

	// [ОБЯЗАТЕЛЬНОЕ] значение сессионной куки
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

SessionCookie тип для передачи сессионного трекера - куки

func (*SessionCookie) Descriptor deprecated

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

Deprecated: Use SessionCookie.ProtoReflect.Descriptor instead.

func (*SessionCookie) GetValue

func (x *SessionCookie) GetValue() string

func (*SessionCookie) ProtoMessage

func (*SessionCookie) ProtoMessage()

func (*SessionCookie) ProtoReflect

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

func (*SessionCookie) Reset

func (x *SessionCookie) Reset()

func (*SessionCookie) String

func (x *SessionCookie) String() string

type SetBeaconColorRequest

type SetBeaconColorRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] id бикона
	Bid uint32 `protobuf:"varint,2,opt,name=bid,proto3" json:"bid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] цвет бикона
	Color uint32 `protobuf:"varint,3,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

--> SetBeaconColor

func (*SetBeaconColorRequest) Descriptor deprecated

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

Deprecated: Use SetBeaconColorRequest.ProtoReflect.Descriptor instead.

func (*SetBeaconColorRequest) GetBid

func (x *SetBeaconColorRequest) GetBid() uint32

func (*SetBeaconColorRequest) GetColor

func (x *SetBeaconColorRequest) GetColor() uint32

func (*SetBeaconColorRequest) GetCookie

func (x *SetBeaconColorRequest) GetCookie() *SessionCookie

func (*SetBeaconColorRequest) ProtoMessage

func (*SetBeaconColorRequest) ProtoMessage()

func (*SetBeaconColorRequest) ProtoReflect

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

func (*SetBeaconColorRequest) Reset

func (x *SetBeaconColorRequest) Reset()

func (*SetBeaconColorRequest) String

func (x *SetBeaconColorRequest) String() string

type SetBeaconColorResponse

type SetBeaconColorResponse struct {
	// contains filtered or unexported fields
}

func (*SetBeaconColorResponse) Descriptor deprecated

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

Deprecated: Use SetBeaconColorResponse.ProtoReflect.Descriptor instead.

func (*SetBeaconColorResponse) ProtoMessage

func (*SetBeaconColorResponse) ProtoMessage()

func (*SetBeaconColorResponse) ProtoReflect

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

func (*SetBeaconColorResponse) Reset

func (x *SetBeaconColorResponse) Reset()

func (*SetBeaconColorResponse) String

func (x *SetBeaconColorResponse) String() string

type SetBeaconNoteRequest

type SetBeaconNoteRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] id бикона
	Bid uint32 `protobuf:"varint,2,opt,name=bid,proto3" json:"bid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] заметка бикона
	Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
	// contains filtered or unexported fields
}

--> SetBeaconNote

func (*SetBeaconNoteRequest) Descriptor deprecated

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

Deprecated: Use SetBeaconNoteRequest.ProtoReflect.Descriptor instead.

func (*SetBeaconNoteRequest) GetBid

func (x *SetBeaconNoteRequest) GetBid() uint32

func (*SetBeaconNoteRequest) GetCookie

func (x *SetBeaconNoteRequest) GetCookie() *SessionCookie

func (*SetBeaconNoteRequest) GetNote

func (x *SetBeaconNoteRequest) GetNote() string

func (*SetBeaconNoteRequest) ProtoMessage

func (*SetBeaconNoteRequest) ProtoMessage()

func (*SetBeaconNoteRequest) ProtoReflect

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

func (*SetBeaconNoteRequest) Reset

func (x *SetBeaconNoteRequest) Reset()

func (*SetBeaconNoteRequest) String

func (x *SetBeaconNoteRequest) String() string

type SetBeaconNoteResponse

type SetBeaconNoteResponse struct {
	// contains filtered or unexported fields
}

func (*SetBeaconNoteResponse) Descriptor deprecated

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

Deprecated: Use SetBeaconNoteResponse.ProtoReflect.Descriptor instead.

func (*SetBeaconNoteResponse) ProtoMessage

func (*SetBeaconNoteResponse) ProtoMessage()

func (*SetBeaconNoteResponse) ProtoReflect

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

func (*SetBeaconNoteResponse) Reset

func (x *SetBeaconNoteResponse) Reset()

func (*SetBeaconNoteResponse) String

func (x *SetBeaconNoteResponse) String() string

type SetBeaconsColorRequest

type SetBeaconsColorRequest struct {

	// [ОБЯЗАТЕЛЬНЛЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] список id биконов
	Bids []uint32 `protobuf:"varint,2,rep,packed,name=bids,proto3" json:"bids,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] цвет биконов
	Color uint32 `protobuf:"varint,3,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

--> SetBeaconsColor

func (*SetBeaconsColorRequest) Descriptor deprecated

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

Deprecated: Use SetBeaconsColorRequest.ProtoReflect.Descriptor instead.

func (*SetBeaconsColorRequest) GetBids

func (x *SetBeaconsColorRequest) GetBids() []uint32

func (*SetBeaconsColorRequest) GetColor

func (x *SetBeaconsColorRequest) GetColor() uint32

func (*SetBeaconsColorRequest) GetCookie

func (x *SetBeaconsColorRequest) GetCookie() *SessionCookie

func (*SetBeaconsColorRequest) ProtoMessage

func (*SetBeaconsColorRequest) ProtoMessage()

func (*SetBeaconsColorRequest) ProtoReflect

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

func (*SetBeaconsColorRequest) Reset

func (x *SetBeaconsColorRequest) Reset()

func (*SetBeaconsColorRequest) String

func (x *SetBeaconsColorRequest) String() string

type SetBeaconsColorResponse

type SetBeaconsColorResponse struct {
	// contains filtered or unexported fields
}

func (*SetBeaconsColorResponse) Descriptor deprecated

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

Deprecated: Use SetBeaconsColorResponse.ProtoReflect.Descriptor instead.

func (*SetBeaconsColorResponse) ProtoMessage

func (*SetBeaconsColorResponse) ProtoMessage()

func (*SetBeaconsColorResponse) ProtoReflect

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

func (*SetBeaconsColorResponse) Reset

func (x *SetBeaconsColorResponse) Reset()

func (*SetBeaconsColorResponse) String

func (x *SetBeaconsColorResponse) String() string

type SetBeaconsNoteRequest

type SetBeaconsNoteRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] список id биконов
	Bids []uint32 `protobuf:"varint,2,rep,packed,name=bids,proto3" json:"bids,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] заметка для установки
	Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
	// contains filtered or unexported fields
}

--> SetBeaconsNote

func (*SetBeaconsNoteRequest) Descriptor deprecated

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

Deprecated: Use SetBeaconsNoteRequest.ProtoReflect.Descriptor instead.

func (*SetBeaconsNoteRequest) GetBids

func (x *SetBeaconsNoteRequest) GetBids() []uint32

func (*SetBeaconsNoteRequest) GetCookie

func (x *SetBeaconsNoteRequest) GetCookie() *SessionCookie

func (*SetBeaconsNoteRequest) GetNote

func (x *SetBeaconsNoteRequest) GetNote() string

func (*SetBeaconsNoteRequest) ProtoMessage

func (*SetBeaconsNoteRequest) ProtoMessage()

func (*SetBeaconsNoteRequest) ProtoReflect

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

func (*SetBeaconsNoteRequest) Reset

func (x *SetBeaconsNoteRequest) Reset()

func (*SetBeaconsNoteRequest) String

func (x *SetBeaconsNoteRequest) String() string

type SetBeaconsNoteResponse

type SetBeaconsNoteResponse struct {
	// contains filtered or unexported fields
}

func (*SetBeaconsNoteResponse) Descriptor deprecated

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

Deprecated: Use SetBeaconsNoteResponse.ProtoReflect.Descriptor instead.

func (*SetBeaconsNoteResponse) ProtoMessage

func (*SetBeaconsNoteResponse) ProtoMessage()

func (*SetBeaconsNoteResponse) ProtoReflect

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

func (*SetBeaconsNoteResponse) Reset

func (x *SetBeaconsNoteResponse) Reset()

func (*SetBeaconsNoteResponse) String

func (x *SetBeaconsNoteResponse) String() string

type SetCredentialColorRequest

type SetCredentialColorRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] ID кредов
	Cid int64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] цвет на креды
	Color uint32 `protobuf:"varint,3,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

--> SetCredentialColor

func (*SetCredentialColorRequest) Descriptor deprecated

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

Deprecated: Use SetCredentialColorRequest.ProtoReflect.Descriptor instead.

func (*SetCredentialColorRequest) GetCid

func (x *SetCredentialColorRequest) GetCid() int64

func (*SetCredentialColorRequest) GetColor

func (x *SetCredentialColorRequest) GetColor() uint32

func (*SetCredentialColorRequest) GetCookie

func (x *SetCredentialColorRequest) GetCookie() *SessionCookie

func (*SetCredentialColorRequest) ProtoMessage

func (*SetCredentialColorRequest) ProtoMessage()

func (*SetCredentialColorRequest) ProtoReflect

func (*SetCredentialColorRequest) Reset

func (x *SetCredentialColorRequest) Reset()

func (*SetCredentialColorRequest) String

func (x *SetCredentialColorRequest) String() string

type SetCredentialColorResponse

type SetCredentialColorResponse struct {
	// contains filtered or unexported fields
}

func (*SetCredentialColorResponse) Descriptor deprecated

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

Deprecated: Use SetCredentialColorResponse.ProtoReflect.Descriptor instead.

func (*SetCredentialColorResponse) ProtoMessage

func (*SetCredentialColorResponse) ProtoMessage()

func (*SetCredentialColorResponse) ProtoReflect

func (*SetCredentialColorResponse) Reset

func (x *SetCredentialColorResponse) Reset()

func (*SetCredentialColorResponse) String

func (x *SetCredentialColorResponse) String() string

type SetCredentialNoteRequest

type SetCredentialNoteRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] ID кредов
	Cid int64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] заметка на креды
	Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
	// contains filtered or unexported fields
}

--> SetCredentialNote

func (*SetCredentialNoteRequest) Descriptor deprecated

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

Deprecated: Use SetCredentialNoteRequest.ProtoReflect.Descriptor instead.

func (*SetCredentialNoteRequest) GetCid

func (x *SetCredentialNoteRequest) GetCid() int64

func (*SetCredentialNoteRequest) GetCookie

func (x *SetCredentialNoteRequest) GetCookie() *SessionCookie

func (*SetCredentialNoteRequest) GetNote

func (x *SetCredentialNoteRequest) GetNote() string

func (*SetCredentialNoteRequest) ProtoMessage

func (*SetCredentialNoteRequest) ProtoMessage()

func (*SetCredentialNoteRequest) ProtoReflect

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

func (*SetCredentialNoteRequest) Reset

func (x *SetCredentialNoteRequest) Reset()

func (*SetCredentialNoteRequest) String

func (x *SetCredentialNoteRequest) String() string

type SetCredentialNoteResponse

type SetCredentialNoteResponse struct {
	// contains filtered or unexported fields
}

func (*SetCredentialNoteResponse) Descriptor deprecated

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

Deprecated: Use SetCredentialNoteResponse.ProtoReflect.Descriptor instead.

func (*SetCredentialNoteResponse) ProtoMessage

func (*SetCredentialNoteResponse) ProtoMessage()

func (*SetCredentialNoteResponse) ProtoReflect

func (*SetCredentialNoteResponse) Reset

func (x *SetCredentialNoteResponse) Reset()

func (*SetCredentialNoteResponse) String

func (x *SetCredentialNoteResponse) String() string

type SetCredentialsColorRequest

type SetCredentialsColorRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] список из ID кредов
	Cids []int64 `protobuf:"varint,2,rep,packed,name=cids,proto3" json:"cids,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] цвет на креды
	Color uint32 `protobuf:"varint,3,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

--> SetCredentialsColor

func (*SetCredentialsColorRequest) Descriptor deprecated

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

Deprecated: Use SetCredentialsColorRequest.ProtoReflect.Descriptor instead.

func (*SetCredentialsColorRequest) GetCids

func (x *SetCredentialsColorRequest) GetCids() []int64

func (*SetCredentialsColorRequest) GetColor

func (x *SetCredentialsColorRequest) GetColor() uint32

func (*SetCredentialsColorRequest) GetCookie

func (x *SetCredentialsColorRequest) GetCookie() *SessionCookie

func (*SetCredentialsColorRequest) ProtoMessage

func (*SetCredentialsColorRequest) ProtoMessage()

func (*SetCredentialsColorRequest) ProtoReflect

func (*SetCredentialsColorRequest) Reset

func (x *SetCredentialsColorRequest) Reset()

func (*SetCredentialsColorRequest) String

func (x *SetCredentialsColorRequest) String() string

type SetCredentialsColorResponse

type SetCredentialsColorResponse struct {
	// contains filtered or unexported fields
}

func (*SetCredentialsColorResponse) Descriptor deprecated

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

Deprecated: Use SetCredentialsColorResponse.ProtoReflect.Descriptor instead.

func (*SetCredentialsColorResponse) ProtoMessage

func (*SetCredentialsColorResponse) ProtoMessage()

func (*SetCredentialsColorResponse) ProtoReflect

func (*SetCredentialsColorResponse) Reset

func (x *SetCredentialsColorResponse) Reset()

func (*SetCredentialsColorResponse) String

func (x *SetCredentialsColorResponse) String() string

type SetCredentialsNoteRequest

type SetCredentialsNoteRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] список из ID кредов
	Cids []int64 `protobuf:"varint,2,rep,packed,name=cids,proto3" json:"cids,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] заметка на креды
	Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
	// contains filtered or unexported fields
}

--> SetCredentialsNote

func (*SetCredentialsNoteRequest) Descriptor deprecated

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

Deprecated: Use SetCredentialsNoteRequest.ProtoReflect.Descriptor instead.

func (*SetCredentialsNoteRequest) GetCids

func (x *SetCredentialsNoteRequest) GetCids() []int64

func (*SetCredentialsNoteRequest) GetCookie

func (x *SetCredentialsNoteRequest) GetCookie() *SessionCookie

func (*SetCredentialsNoteRequest) GetNote

func (x *SetCredentialsNoteRequest) GetNote() string

func (*SetCredentialsNoteRequest) ProtoMessage

func (*SetCredentialsNoteRequest) ProtoMessage()

func (*SetCredentialsNoteRequest) ProtoReflect

func (*SetCredentialsNoteRequest) Reset

func (x *SetCredentialsNoteRequest) Reset()

func (*SetCredentialsNoteRequest) String

func (x *SetCredentialsNoteRequest) String() string

type SetCredentialsNoteResponse

type SetCredentialsNoteResponse struct {
	// contains filtered or unexported fields
}

func (*SetCredentialsNoteResponse) Descriptor deprecated

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

Deprecated: Use SetCredentialsNoteResponse.ProtoReflect.Descriptor instead.

func (*SetCredentialsNoteResponse) ProtoMessage

func (*SetCredentialsNoteResponse) ProtoMessage()

func (*SetCredentialsNoteResponse) ProtoReflect

func (*SetCredentialsNoteResponse) Reset

func (x *SetCredentialsNoteResponse) Reset()

func (*SetCredentialsNoteResponse) String

func (x *SetCredentialsNoteResponse) String() string

type SetListenerColorRequest

type SetListenerColorRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] id листенера
	Lid int64 `protobuf:"varint,2,opt,name=lid,proto3" json:"lid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] цвет листенера
	Color uint32 `protobuf:"varint,3,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

--> SetListenerColor

func (*SetListenerColorRequest) Descriptor deprecated

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

Deprecated: Use SetListenerColorRequest.ProtoReflect.Descriptor instead.

func (*SetListenerColorRequest) GetColor

func (x *SetListenerColorRequest) GetColor() uint32

func (*SetListenerColorRequest) GetCookie

func (x *SetListenerColorRequest) GetCookie() *SessionCookie

func (*SetListenerColorRequest) GetLid

func (x *SetListenerColorRequest) GetLid() int64

func (*SetListenerColorRequest) ProtoMessage

func (*SetListenerColorRequest) ProtoMessage()

func (*SetListenerColorRequest) ProtoReflect

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

func (*SetListenerColorRequest) Reset

func (x *SetListenerColorRequest) Reset()

func (*SetListenerColorRequest) String

func (x *SetListenerColorRequest) String() string

type SetListenerColorResponse

type SetListenerColorResponse struct {
	// contains filtered or unexported fields
}

func (*SetListenerColorResponse) Descriptor deprecated

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

Deprecated: Use SetListenerColorResponse.ProtoReflect.Descriptor instead.

func (*SetListenerColorResponse) ProtoMessage

func (*SetListenerColorResponse) ProtoMessage()

func (*SetListenerColorResponse) ProtoReflect

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

func (*SetListenerColorResponse) Reset

func (x *SetListenerColorResponse) Reset()

func (*SetListenerColorResponse) String

func (x *SetListenerColorResponse) String() string

type SetListenerNoteRequest

type SetListenerNoteRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] id листенера
	Lid int64 `protobuf:"varint,2,opt,name=lid,proto3" json:"lid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] заметка листенера
	Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
	// contains filtered or unexported fields
}

--> SetListenerNote

func (*SetListenerNoteRequest) Descriptor deprecated

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

Deprecated: Use SetListenerNoteRequest.ProtoReflect.Descriptor instead.

func (*SetListenerNoteRequest) GetCookie

func (x *SetListenerNoteRequest) GetCookie() *SessionCookie

func (*SetListenerNoteRequest) GetLid

func (x *SetListenerNoteRequest) GetLid() int64

func (*SetListenerNoteRequest) GetNote

func (x *SetListenerNoteRequest) GetNote() string

func (*SetListenerNoteRequest) ProtoMessage

func (*SetListenerNoteRequest) ProtoMessage()

func (*SetListenerNoteRequest) ProtoReflect

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

func (*SetListenerNoteRequest) Reset

func (x *SetListenerNoteRequest) Reset()

func (*SetListenerNoteRequest) String

func (x *SetListenerNoteRequest) String() string

type SetListenerNoteResponse

type SetListenerNoteResponse struct {
	// contains filtered or unexported fields
}

func (*SetListenerNoteResponse) Descriptor deprecated

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

Deprecated: Use SetListenerNoteResponse.ProtoReflect.Descriptor instead.

func (*SetListenerNoteResponse) ProtoMessage

func (*SetListenerNoteResponse) ProtoMessage()

func (*SetListenerNoteResponse) ProtoReflect

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

func (*SetListenerNoteResponse) Reset

func (x *SetListenerNoteResponse) Reset()

func (*SetListenerNoteResponse) String

func (x *SetListenerNoteResponse) String() string

type SetListenersColorRequest

type SetListenersColorRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] список из id листенеров
	Lids []int64 `protobuf:"varint,2,rep,packed,name=lids,proto3" json:"lids,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] цвет для листенеров
	Color uint32 `protobuf:"varint,3,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

--> SetListenersColor

func (*SetListenersColorRequest) Descriptor deprecated

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

Deprecated: Use SetListenersColorRequest.ProtoReflect.Descriptor instead.

func (*SetListenersColorRequest) GetColor

func (x *SetListenersColorRequest) GetColor() uint32

func (*SetListenersColorRequest) GetCookie

func (x *SetListenersColorRequest) GetCookie() *SessionCookie

func (*SetListenersColorRequest) GetLids

func (x *SetListenersColorRequest) GetLids() []int64

func (*SetListenersColorRequest) ProtoMessage

func (*SetListenersColorRequest) ProtoMessage()

func (*SetListenersColorRequest) ProtoReflect

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

func (*SetListenersColorRequest) Reset

func (x *SetListenersColorRequest) Reset()

func (*SetListenersColorRequest) String

func (x *SetListenersColorRequest) String() string

type SetListenersColorResponse

type SetListenersColorResponse struct {
	// contains filtered or unexported fields
}

func (*SetListenersColorResponse) Descriptor deprecated

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

Deprecated: Use SetListenersColorResponse.ProtoReflect.Descriptor instead.

func (*SetListenersColorResponse) ProtoMessage

func (*SetListenersColorResponse) ProtoMessage()

func (*SetListenersColorResponse) ProtoReflect

func (*SetListenersColorResponse) Reset

func (x *SetListenersColorResponse) Reset()

func (*SetListenersColorResponse) String

func (x *SetListenersColorResponse) String() string

type SetListenersNoteRequest

type SetListenersNoteRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] список id листенеров
	Lids []int64 `protobuf:"varint,2,rep,packed,name=lids,proto3" json:"lids,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] заметка для листенеров
	Note string `protobuf:"bytes,3,opt,name=note,proto3" json:"note,omitempty"`
	// contains filtered or unexported fields
}

--> SetListenersNote

func (*SetListenersNoteRequest) Descriptor deprecated

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

Deprecated: Use SetListenersNoteRequest.ProtoReflect.Descriptor instead.

func (*SetListenersNoteRequest) GetCookie

func (x *SetListenersNoteRequest) GetCookie() *SessionCookie

func (*SetListenersNoteRequest) GetLids

func (x *SetListenersNoteRequest) GetLids() []int64

func (*SetListenersNoteRequest) GetNote

func (x *SetListenersNoteRequest) GetNote() string

func (*SetListenersNoteRequest) ProtoMessage

func (*SetListenersNoteRequest) ProtoMessage()

func (*SetListenersNoteRequest) ProtoReflect

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

func (*SetListenersNoteRequest) Reset

func (x *SetListenersNoteRequest) Reset()

func (*SetListenersNoteRequest) String

func (x *SetListenersNoteRequest) String() string

type SetListenersNoteResponse

type SetListenersNoteResponse struct {
	// contains filtered or unexported fields
}

func (*SetListenersNoteResponse) Descriptor deprecated

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

Deprecated: Use SetListenersNoteResponse.ProtoReflect.Descriptor instead.

func (*SetListenersNoteResponse) ProtoMessage

func (*SetListenersNoteResponse) ProtoMessage()

func (*SetListenersNoteResponse) ProtoReflect

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

func (*SetListenersNoteResponse) Reset

func (x *SetListenersNoteResponse) Reset()

func (*SetListenersNoteResponse) String

func (x *SetListenersNoteResponse) String() string

type SetOperatorColorRequest

type SetOperatorColorRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] username оператора
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] цвет бикона
	Color uint32 `protobuf:"varint,3,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

--> SetOperatorColor

func (*SetOperatorColorRequest) Descriptor deprecated

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

Deprecated: Use SetOperatorColorRequest.ProtoReflect.Descriptor instead.

func (*SetOperatorColorRequest) GetColor

func (x *SetOperatorColorRequest) GetColor() uint32

func (*SetOperatorColorRequest) GetCookie

func (x *SetOperatorColorRequest) GetCookie() *SessionCookie

func (*SetOperatorColorRequest) GetUsername

func (x *SetOperatorColorRequest) GetUsername() string

func (*SetOperatorColorRequest) ProtoMessage

func (*SetOperatorColorRequest) ProtoMessage()

func (*SetOperatorColorRequest) ProtoReflect

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

func (*SetOperatorColorRequest) Reset

func (x *SetOperatorColorRequest) Reset()

func (*SetOperatorColorRequest) String

func (x *SetOperatorColorRequest) String() string

type SetOperatorColorResponse

type SetOperatorColorResponse struct {
	// contains filtered or unexported fields
}

func (*SetOperatorColorResponse) Descriptor deprecated

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

Deprecated: Use SetOperatorColorResponse.ProtoReflect.Descriptor instead.

func (*SetOperatorColorResponse) ProtoMessage

func (*SetOperatorColorResponse) ProtoMessage()

func (*SetOperatorColorResponse) ProtoReflect

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

func (*SetOperatorColorResponse) Reset

func (x *SetOperatorColorResponse) Reset()

func (*SetOperatorColorResponse) String

func (x *SetOperatorColorResponse) String() string

type SetOperatorsColorRequest

type SetOperatorsColorRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] список username'ов оператора
	Usernames []string `protobuf:"bytes,2,rep,name=usernames,proto3" json:"usernames,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] цвет бикона
	Color uint32 `protobuf:"varint,3,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

--> SetOperatorsColor

func (*SetOperatorsColorRequest) Descriptor deprecated

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

Deprecated: Use SetOperatorsColorRequest.ProtoReflect.Descriptor instead.

func (*SetOperatorsColorRequest) GetColor

func (x *SetOperatorsColorRequest) GetColor() uint32

func (*SetOperatorsColorRequest) GetCookie

func (x *SetOperatorsColorRequest) GetCookie() *SessionCookie

func (*SetOperatorsColorRequest) GetUsernames

func (x *SetOperatorsColorRequest) GetUsernames() []string

func (*SetOperatorsColorRequest) ProtoMessage

func (*SetOperatorsColorRequest) ProtoMessage()

func (*SetOperatorsColorRequest) ProtoReflect

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

func (*SetOperatorsColorRequest) Reset

func (x *SetOperatorsColorRequest) Reset()

func (*SetOperatorsColorRequest) String

func (x *SetOperatorsColorRequest) String() string

type SetOperatorsColorResponse

type SetOperatorsColorResponse struct {
	// contains filtered or unexported fields
}

func (*SetOperatorsColorResponse) Descriptor deprecated

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

Deprecated: Use SetOperatorsColorResponse.ProtoReflect.Descriptor instead.

func (*SetOperatorsColorResponse) ProtoMessage

func (*SetOperatorsColorResponse) ProtoMessage()

func (*SetOperatorsColorResponse) ProtoReflect

func (*SetOperatorsColorResponse) Reset

func (x *SetOperatorsColorResponse) Reset()

func (*SetOperatorsColorResponse) String

func (x *SetOperatorsColorResponse) String() string

type StartPollBeaconRequest

type StartPollBeaconRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID бикона
	Bid uint32 `protobuf:"varint,1,opt,name=bid,proto3" json:"bid,omitempty"`
	// contains filtered or unexported fields
}

func (*StartPollBeaconRequest) Descriptor deprecated

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

Deprecated: Use StartPollBeaconRequest.ProtoReflect.Descriptor instead.

func (*StartPollBeaconRequest) GetBid

func (x *StartPollBeaconRequest) GetBid() uint32

func (*StartPollBeaconRequest) ProtoMessage

func (*StartPollBeaconRequest) ProtoMessage()

func (*StartPollBeaconRequest) ProtoReflect

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

func (*StartPollBeaconRequest) Reset

func (x *StartPollBeaconRequest) Reset()

func (*StartPollBeaconRequest) String

func (x *StartPollBeaconRequest) String() string

type StopPollBeaconRequest

type StopPollBeaconRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID бикона
	Bid uint32 `protobuf:"varint,1,opt,name=bid,proto3" json:"bid,omitempty"`
	// contains filtered or unexported fields
}

func (*StopPollBeaconRequest) Descriptor deprecated

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

Deprecated: Use StopPollBeaconRequest.ProtoReflect.Descriptor instead.

func (*StopPollBeaconRequest) GetBid

func (x *StopPollBeaconRequest) GetBid() uint32

func (*StopPollBeaconRequest) ProtoMessage

func (*StopPollBeaconRequest) ProtoMessage()

func (*StopPollBeaconRequest) ProtoReflect

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

func (*StopPollBeaconRequest) Reset

func (x *StopPollBeaconRequest) Reset()

func (*StopPollBeaconRequest) String

func (x *StopPollBeaconRequest) String() string

type SubscribeBeaconsRequest

type SubscribeBeaconsRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// contains filtered or unexported fields
}

--> SubscribeBeacons

func (*SubscribeBeaconsRequest) Descriptor deprecated

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

Deprecated: Use SubscribeBeaconsRequest.ProtoReflect.Descriptor instead.

func (*SubscribeBeaconsRequest) GetCookie

func (x *SubscribeBeaconsRequest) GetCookie() *SessionCookie

func (*SubscribeBeaconsRequest) ProtoMessage

func (*SubscribeBeaconsRequest) ProtoMessage()

func (*SubscribeBeaconsRequest) ProtoReflect

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

func (*SubscribeBeaconsRequest) Reset

func (x *SubscribeBeaconsRequest) Reset()

func (*SubscribeBeaconsRequest) String

func (x *SubscribeBeaconsRequest) String() string

type SubscribeBeaconsResponse

type SubscribeBeaconsResponse struct {

	// тип ответа
	//
	// Types that are valid to be assigned to Response:
	//
	//	*SubscribeBeaconsResponse_Beacon
	//	*SubscribeBeaconsResponse_Color
	//	*SubscribeBeaconsResponse_Note
	//	*SubscribeBeaconsResponse_Last
	//	*SubscribeBeaconsResponse_Sleep
	//	*SubscribeBeaconsResponse_Beacons
	Response isSubscribeBeaconsResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*SubscribeBeaconsResponse) Descriptor deprecated

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

Deprecated: Use SubscribeBeaconsResponse.ProtoReflect.Descriptor instead.

func (*SubscribeBeaconsResponse) GetBeacon

func (x *SubscribeBeaconsResponse) GetBeacon() *BeaconResponse

func (*SubscribeBeaconsResponse) GetBeacons

func (x *SubscribeBeaconsResponse) GetBeacons() *BeaconsResponse

func (*SubscribeBeaconsResponse) GetColor

func (*SubscribeBeaconsResponse) GetLast

func (*SubscribeBeaconsResponse) GetNote

func (*SubscribeBeaconsResponse) GetResponse

func (x *SubscribeBeaconsResponse) GetResponse() isSubscribeBeaconsResponse_Response

func (*SubscribeBeaconsResponse) GetSleep

func (*SubscribeBeaconsResponse) ProtoMessage

func (*SubscribeBeaconsResponse) ProtoMessage()

func (*SubscribeBeaconsResponse) ProtoReflect

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

func (*SubscribeBeaconsResponse) Reset

func (x *SubscribeBeaconsResponse) Reset()

func (*SubscribeBeaconsResponse) String

func (x *SubscribeBeaconsResponse) String() string

type SubscribeBeaconsResponse_Beacon

type SubscribeBeaconsResponse_Beacon struct {
	Beacon *BeaconResponse `protobuf:"bytes,1,opt,name=beacon,proto3,oneof"`
}

type SubscribeBeaconsResponse_Beacons

type SubscribeBeaconsResponse_Beacons struct {
	Beacons *BeaconsResponse `protobuf:"bytes,6,opt,name=beacons,proto3,oneof"`
}

type SubscribeBeaconsResponse_Color

type SubscribeBeaconsResponse_Color struct {
	Color *BeaconColorResponse `protobuf:"bytes,2,opt,name=color,proto3,oneof"`
}

type SubscribeBeaconsResponse_Last

type SubscribeBeaconsResponse_Last struct {
	Last *BeaconLastResponse `protobuf:"bytes,4,opt,name=last,proto3,oneof"`
}

type SubscribeBeaconsResponse_Note

type SubscribeBeaconsResponse_Note struct {
	Note *BeaconNoteResponse `protobuf:"bytes,3,opt,name=note,proto3,oneof"`
}

type SubscribeBeaconsResponse_Sleep

type SubscribeBeaconsResponse_Sleep struct {
	Sleep *BeaconSleepResponse `protobuf:"bytes,5,opt,name=sleep,proto3,oneof"`
}

type SubscribeChatRequest

type SubscribeChatRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// contains filtered or unexported fields
}

--> SubscribeChat

func (*SubscribeChatRequest) Descriptor deprecated

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

Deprecated: Use SubscribeChatRequest.ProtoReflect.Descriptor instead.

func (*SubscribeChatRequest) GetCookie

func (x *SubscribeChatRequest) GetCookie() *SessionCookie

func (*SubscribeChatRequest) ProtoMessage

func (*SubscribeChatRequest) ProtoMessage()

func (*SubscribeChatRequest) ProtoReflect

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

func (*SubscribeChatRequest) Reset

func (x *SubscribeChatRequest) Reset()

func (*SubscribeChatRequest) String

func (x *SubscribeChatRequest) String() string

type SubscribeChatResponse

type SubscribeChatResponse struct {

	// тип ответа
	//
	// Types that are valid to be assigned to Response:
	//
	//	*SubscribeChatResponse_Message
	//	*SubscribeChatResponse_Messages
	Response isSubscribeChatResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*SubscribeChatResponse) Descriptor deprecated

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

Deprecated: Use SubscribeChatResponse.ProtoReflect.Descriptor instead.

func (*SubscribeChatResponse) GetMessage

func (x *SubscribeChatResponse) GetMessage() *ChatResponse

func (*SubscribeChatResponse) GetMessages

func (x *SubscribeChatResponse) GetMessages() *ChatMessagesResponse

func (*SubscribeChatResponse) GetResponse

func (x *SubscribeChatResponse) GetResponse() isSubscribeChatResponse_Response

func (*SubscribeChatResponse) ProtoMessage

func (*SubscribeChatResponse) ProtoMessage()

func (*SubscribeChatResponse) ProtoReflect

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

func (*SubscribeChatResponse) Reset

func (x *SubscribeChatResponse) Reset()

func (*SubscribeChatResponse) String

func (x *SubscribeChatResponse) String() string

type SubscribeChatResponse_Message

type SubscribeChatResponse_Message struct {
	Message *ChatResponse `protobuf:"bytes,1,opt,name=message,proto3,oneof"`
}

type SubscribeChatResponse_Messages

type SubscribeChatResponse_Messages struct {
	Messages *ChatMessagesResponse `protobuf:"bytes,2,opt,name=messages,proto3,oneof"`
}

type SubscribeCredentialsRequest

type SubscribeCredentialsRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// contains filtered or unexported fields
}

--> SubscribeCredentials

func (*SubscribeCredentialsRequest) Descriptor deprecated

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

Deprecated: Use SubscribeCredentialsRequest.ProtoReflect.Descriptor instead.

func (*SubscribeCredentialsRequest) GetCookie

func (*SubscribeCredentialsRequest) ProtoMessage

func (*SubscribeCredentialsRequest) ProtoMessage()

func (*SubscribeCredentialsRequest) ProtoReflect

func (*SubscribeCredentialsRequest) Reset

func (x *SubscribeCredentialsRequest) Reset()

func (*SubscribeCredentialsRequest) String

func (x *SubscribeCredentialsRequest) String() string

type SubscribeCredentialsResponse

type SubscribeCredentialsResponse struct {

	// тип ответа
	//
	// Types that are valid to be assigned to Response:
	//
	//	*SubscribeCredentialsResponse_Credential
	//	*SubscribeCredentialsResponse_Color
	//	*SubscribeCredentialsResponse_Note
	//	*SubscribeCredentialsResponse_Credentials
	Response isSubscribeCredentialsResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*SubscribeCredentialsResponse) Descriptor deprecated

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

Deprecated: Use SubscribeCredentialsResponse.ProtoReflect.Descriptor instead.

func (*SubscribeCredentialsResponse) GetColor

func (*SubscribeCredentialsResponse) GetCredential

func (*SubscribeCredentialsResponse) GetCredentials

func (*SubscribeCredentialsResponse) GetNote

func (*SubscribeCredentialsResponse) GetResponse

func (x *SubscribeCredentialsResponse) GetResponse() isSubscribeCredentialsResponse_Response

func (*SubscribeCredentialsResponse) ProtoMessage

func (*SubscribeCredentialsResponse) ProtoMessage()

func (*SubscribeCredentialsResponse) ProtoReflect

func (*SubscribeCredentialsResponse) Reset

func (x *SubscribeCredentialsResponse) Reset()

func (*SubscribeCredentialsResponse) String

type SubscribeCredentialsResponse_Color

type SubscribeCredentialsResponse_Color struct {
	Color *CredentialColorResponse `protobuf:"bytes,2,opt,name=color,proto3,oneof"`
}

type SubscribeCredentialsResponse_Credential

type SubscribeCredentialsResponse_Credential struct {
	Credential *CredentialResponse `protobuf:"bytes,1,opt,name=credential,proto3,oneof"`
}

type SubscribeCredentialsResponse_Credentials

type SubscribeCredentialsResponse_Credentials struct {
	Credentials *CredentialsResponse `protobuf:"bytes,4,opt,name=credentials,proto3,oneof"`
}

type SubscribeCredentialsResponse_Note

type SubscribeCredentialsResponse_Note struct {
	Note *CredentialNoteResponse `protobuf:"bytes,3,opt,name=note,proto3,oneof"`
}

type SubscribeListenersRequest

type SubscribeListenersRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// contains filtered or unexported fields
}

--> SubscribeListeners

func (*SubscribeListenersRequest) Descriptor deprecated

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

Deprecated: Use SubscribeListenersRequest.ProtoReflect.Descriptor instead.

func (*SubscribeListenersRequest) GetCookie

func (x *SubscribeListenersRequest) GetCookie() *SessionCookie

func (*SubscribeListenersRequest) ProtoMessage

func (*SubscribeListenersRequest) ProtoMessage()

func (*SubscribeListenersRequest) ProtoReflect

func (*SubscribeListenersRequest) Reset

func (x *SubscribeListenersRequest) Reset()

func (*SubscribeListenersRequest) String

func (x *SubscribeListenersRequest) String() string

type SubscribeListenersResponse

type SubscribeListenersResponse struct {

	// тип ответа
	//
	// Types that are valid to be assigned to Response:
	//
	//	*SubscribeListenersResponse_Listener
	//	*SubscribeListenersResponse_Color
	//	*SubscribeListenersResponse_Note
	//	*SubscribeListenersResponse_Info
	//	*SubscribeListenersResponse_Last
	//	*SubscribeListenersResponse_Listeners
	Response isSubscribeListenersResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*SubscribeListenersResponse) Descriptor deprecated

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

Deprecated: Use SubscribeListenersResponse.ProtoReflect.Descriptor instead.

func (*SubscribeListenersResponse) GetColor

func (*SubscribeListenersResponse) GetInfo

func (*SubscribeListenersResponse) GetLast

func (*SubscribeListenersResponse) GetListener

func (x *SubscribeListenersResponse) GetListener() *ListenerResponse

func (*SubscribeListenersResponse) GetListeners

func (x *SubscribeListenersResponse) GetListeners() *ListenersResponse

func (*SubscribeListenersResponse) GetNote

func (*SubscribeListenersResponse) GetResponse

func (x *SubscribeListenersResponse) GetResponse() isSubscribeListenersResponse_Response

func (*SubscribeListenersResponse) ProtoMessage

func (*SubscribeListenersResponse) ProtoMessage()

func (*SubscribeListenersResponse) ProtoReflect

func (*SubscribeListenersResponse) Reset

func (x *SubscribeListenersResponse) Reset()

func (*SubscribeListenersResponse) String

func (x *SubscribeListenersResponse) String() string

type SubscribeListenersResponse_Color

type SubscribeListenersResponse_Color struct {
	Color *ListenerColorResponse `protobuf:"bytes,2,opt,name=color,proto3,oneof"`
}

type SubscribeListenersResponse_Info

type SubscribeListenersResponse_Info struct {
	Info *ListenerInfoResponse `protobuf:"bytes,4,opt,name=info,proto3,oneof"`
}

type SubscribeListenersResponse_Last

type SubscribeListenersResponse_Last struct {
	Last *ListenerLastResponse `protobuf:"bytes,5,opt,name=last,proto3,oneof"`
}

type SubscribeListenersResponse_Listener

type SubscribeListenersResponse_Listener struct {
	Listener *ListenerResponse `protobuf:"bytes,1,opt,name=listener,proto3,oneof"`
}

type SubscribeListenersResponse_Listeners

type SubscribeListenersResponse_Listeners struct {
	Listeners *ListenersResponse `protobuf:"bytes,6,opt,name=listeners,proto3,oneof"`
}

type SubscribeListenersResponse_Note

type SubscribeListenersResponse_Note struct {
	Note *ListenerNoteResponse `protobuf:"bytes,3,opt,name=note,proto3,oneof"`
}

type SubscribeOperatorsRequest

type SubscribeOperatorsRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// contains filtered or unexported fields
}

--> SubscribeOperators

func (*SubscribeOperatorsRequest) Descriptor deprecated

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

Deprecated: Use SubscribeOperatorsRequest.ProtoReflect.Descriptor instead.

func (*SubscribeOperatorsRequest) GetCookie

func (x *SubscribeOperatorsRequest) GetCookie() *SessionCookie

func (*SubscribeOperatorsRequest) ProtoMessage

func (*SubscribeOperatorsRequest) ProtoMessage()

func (*SubscribeOperatorsRequest) ProtoReflect

func (*SubscribeOperatorsRequest) Reset

func (x *SubscribeOperatorsRequest) Reset()

func (*SubscribeOperatorsRequest) String

func (x *SubscribeOperatorsRequest) String() string

type SubscribeOperatorsResponse

type SubscribeOperatorsResponse struct {

	// тип ответа
	//
	// Types that are valid to be assigned to Response:
	//
	//	*SubscribeOperatorsResponse_Operator
	//	*SubscribeOperatorsResponse_Last
	//	*SubscribeOperatorsResponse_Color
	//	*SubscribeOperatorsResponse_Operators
	Response isSubscribeOperatorsResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*SubscribeOperatorsResponse) Descriptor deprecated

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

Deprecated: Use SubscribeOperatorsResponse.ProtoReflect.Descriptor instead.

func (*SubscribeOperatorsResponse) GetColor

func (*SubscribeOperatorsResponse) GetLast

func (*SubscribeOperatorsResponse) GetOperator

func (x *SubscribeOperatorsResponse) GetOperator() *OperatorResponse

func (*SubscribeOperatorsResponse) GetOperators

func (x *SubscribeOperatorsResponse) GetOperators() *OperatorsResponse

func (*SubscribeOperatorsResponse) GetResponse

func (x *SubscribeOperatorsResponse) GetResponse() isSubscribeOperatorsResponse_Response

func (*SubscribeOperatorsResponse) ProtoMessage

func (*SubscribeOperatorsResponse) ProtoMessage()

func (*SubscribeOperatorsResponse) ProtoReflect

func (*SubscribeOperatorsResponse) Reset

func (x *SubscribeOperatorsResponse) Reset()

func (*SubscribeOperatorsResponse) String

func (x *SubscribeOperatorsResponse) String() string

type SubscribeOperatorsResponse_Color

type SubscribeOperatorsResponse_Color struct {
	Color *OperatorColorResponse `protobuf:"bytes,3,opt,name=color,proto3,oneof"`
}

type SubscribeOperatorsResponse_Last

type SubscribeOperatorsResponse_Last struct {
	Last *OperatorLastResponse `protobuf:"bytes,2,opt,name=last,proto3,oneof"`
}

type SubscribeOperatorsResponse_Operator

type SubscribeOperatorsResponse_Operator struct {
	Operator *OperatorResponse `protobuf:"bytes,1,opt,name=operator,proto3,oneof"`
}

type SubscribeOperatorsResponse_Operators

type SubscribeOperatorsResponse_Operators struct {
	Operators *OperatorsResponse `protobuf:"bytes,4,opt,name=operators,proto3,oneof"`
}

type SubscribeTasksHelloRequest

type SubscribeTasksHelloRequest struct {
	// contains filtered or unexported fields
}

func (*SubscribeTasksHelloRequest) Descriptor deprecated

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

Deprecated: Use SubscribeTasksHelloRequest.ProtoReflect.Descriptor instead.

func (*SubscribeTasksHelloRequest) ProtoMessage

func (*SubscribeTasksHelloRequest) ProtoMessage()

func (*SubscribeTasksHelloRequest) ProtoReflect

func (*SubscribeTasksHelloRequest) Reset

func (x *SubscribeTasksHelloRequest) Reset()

func (*SubscribeTasksHelloRequest) String

func (x *SubscribeTasksHelloRequest) String() string

type SubscribeTasksRequest

type SubscribeTasksRequest struct {

	// [ОБЯЗАТЕЛЬНОЕ] сессионная кука
	Cookie *SessionCookie `protobuf:"bytes,1,opt,name=cookie,proto3" json:"cookie,omitempty"`
	// Types that are valid to be assigned to Type:
	//
	//	*SubscribeTasksRequest_Hello
	//	*SubscribeTasksRequest_Start
	//	*SubscribeTasksRequest_Stop
	Type isSubscribeTasksRequest_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

--> SubscribeTasks

func (*SubscribeTasksRequest) Descriptor deprecated

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

Deprecated: Use SubscribeTasksRequest.ProtoReflect.Descriptor instead.

func (*SubscribeTasksRequest) GetCookie

func (x *SubscribeTasksRequest) GetCookie() *SessionCookie

func (*SubscribeTasksRequest) GetHello

func (*SubscribeTasksRequest) GetStart

func (*SubscribeTasksRequest) GetStop

func (*SubscribeTasksRequest) GetType

func (x *SubscribeTasksRequest) GetType() isSubscribeTasksRequest_Type

func (*SubscribeTasksRequest) ProtoMessage

func (*SubscribeTasksRequest) ProtoMessage()

func (*SubscribeTasksRequest) ProtoReflect

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

func (*SubscribeTasksRequest) Reset

func (x *SubscribeTasksRequest) Reset()

func (*SubscribeTasksRequest) String

func (x *SubscribeTasksRequest) String() string

type SubscribeTasksRequest_Hello

type SubscribeTasksRequest_Hello struct {
	Hello *SubscribeTasksHelloRequest `protobuf:"bytes,2,opt,name=hello,proto3,oneof"`
}

type SubscribeTasksRequest_Start

type SubscribeTasksRequest_Start struct {
	Start *StartPollBeaconRequest `protobuf:"bytes,3,opt,name=start,proto3,oneof"`
}

type SubscribeTasksRequest_Stop

type SubscribeTasksRequest_Stop struct {
	Stop *StopPollBeaconRequest `protobuf:"bytes,4,opt,name=stop,proto3,oneof"`
}

type SubscribeTasksResponse

type SubscribeTasksResponse struct {

	// Types that are valid to be assigned to Type:
	//
	//	*SubscribeTasksResponse_Group
	//	*SubscribeTasksResponse_Message
	//	*SubscribeTasksResponse_Task
	//	*SubscribeTasksResponse_TaskStatus
	//	*SubscribeTasksResponse_TaskDone
	Type isSubscribeTasksResponse_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*SubscribeTasksResponse) Descriptor deprecated

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

Deprecated: Use SubscribeTasksResponse.ProtoReflect.Descriptor instead.

func (*SubscribeTasksResponse) GetGroup

func (*SubscribeTasksResponse) GetMessage

func (*SubscribeTasksResponse) GetTask

func (x *SubscribeTasksResponse) GetTask() *TasksResponse

func (*SubscribeTasksResponse) GetTaskDone

func (x *SubscribeTasksResponse) GetTaskDone() *TasksDoneResponse

func (*SubscribeTasksResponse) GetTaskStatus

func (x *SubscribeTasksResponse) GetTaskStatus() *TasksStatusResponse

func (*SubscribeTasksResponse) GetType

func (x *SubscribeTasksResponse) GetType() isSubscribeTasksResponse_Type

func (*SubscribeTasksResponse) ProtoMessage

func (*SubscribeTasksResponse) ProtoMessage()

func (*SubscribeTasksResponse) ProtoReflect

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

func (*SubscribeTasksResponse) Reset

func (x *SubscribeTasksResponse) Reset()

func (*SubscribeTasksResponse) String

func (x *SubscribeTasksResponse) String() string

type SubscribeTasksResponse_Group

type SubscribeTasksResponse_Group struct {
	Group *TasksGroupResponse `protobuf:"bytes,1,opt,name=group,proto3,oneof"`
}

type SubscribeTasksResponse_Message

type SubscribeTasksResponse_Message struct {
	Message *TasksMessageResponse `protobuf:"bytes,2,opt,name=message,proto3,oneof"`
}

type SubscribeTasksResponse_Task

type SubscribeTasksResponse_Task struct {
	Task *TasksResponse `protobuf:"bytes,3,opt,name=task,proto3,oneof"`
}

type SubscribeTasksResponse_TaskDone

type SubscribeTasksResponse_TaskDone struct {
	TaskDone *TasksDoneResponse `protobuf:"bytes,5,opt,name=task_done,json=taskDone,proto3,oneof"`
}

type SubscribeTasksResponse_TaskStatus

type SubscribeTasksResponse_TaskStatus struct {
	TaskStatus *TasksStatusResponse `protobuf:"bytes,4,opt,name=task_status,json=taskStatus,proto3,oneof"`
}

type TasksDoneResponse

type TasksDoneResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID группы
	Gid int64 `protobuf:"varint,1,opt,name=gid,proto3" json:"gid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] ID таска
	Tid int64 `protobuf:"varint,2,opt,name=tid,proto3" json:"tid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] ID бикона
	Bid uint32 `protobuf:"varint,3,opt,name=bid,proto3" json:"bid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] статус таска
	Status uint32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
	// результат таска
	Output *wrapperspb.BytesValue `protobuf:"bytes,5,opt,name=output,proto3" json:"output,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] размер результата таска
	OutputLen int64 `protobuf:"varint,6,opt,name=output_len,json=outputLen,proto3" json:"output_len,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] является ли результат слишком большим
	OutputBig bool `protobuf:"varint,7,opt,name=output_big,json=outputBig,proto3" json:"output_big,omitempty"`
	// contains filtered or unexported fields
}

func (*TasksDoneResponse) Descriptor deprecated

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

Deprecated: Use TasksDoneResponse.ProtoReflect.Descriptor instead.

func (*TasksDoneResponse) GetBid

func (x *TasksDoneResponse) GetBid() uint32

func (*TasksDoneResponse) GetGid

func (x *TasksDoneResponse) GetGid() int64

func (*TasksDoneResponse) GetOutput

func (x *TasksDoneResponse) GetOutput() *wrapperspb.BytesValue

func (*TasksDoneResponse) GetOutputBig

func (x *TasksDoneResponse) GetOutputBig() bool

func (*TasksDoneResponse) GetOutputLen

func (x *TasksDoneResponse) GetOutputLen() int64

func (*TasksDoneResponse) GetStatus

func (x *TasksDoneResponse) GetStatus() uint32

func (*TasksDoneResponse) GetTid

func (x *TasksDoneResponse) GetTid() int64

func (*TasksDoneResponse) ProtoMessage

func (*TasksDoneResponse) ProtoMessage()

func (*TasksDoneResponse) ProtoReflect

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

func (*TasksDoneResponse) Reset

func (x *TasksDoneResponse) Reset()

func (*TasksDoneResponse) String

func (x *TasksDoneResponse) String() string

type TasksGroupResponse

type TasksGroupResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID группы
	Gid int64 `protobuf:"varint,1,opt,name=gid,proto3" json:"gid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] ID бикона
	Bid uint32 `protobuf:"varint,2,opt,name=bid,proto3" json:"bid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] команда
	Cmd string `protobuf:"bytes,3,opt,name=cmd,proto3" json:"cmd,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] автора группы
	Author string `protobuf:"bytes,4,opt,name=author,proto3" json:"author,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] является ли группа видимой для других операторов
	Visible bool `protobuf:"varint,5,opt,name=visible,proto3" json:"visible,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] когда группа создана
	Created *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created,proto3" json:"created,omitempty"`
	// contains filtered or unexported fields
}

func (*TasksGroupResponse) Descriptor deprecated

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

Deprecated: Use TasksGroupResponse.ProtoReflect.Descriptor instead.

func (*TasksGroupResponse) GetAuthor

func (x *TasksGroupResponse) GetAuthor() string

func (*TasksGroupResponse) GetBid

func (x *TasksGroupResponse) GetBid() uint32

func (*TasksGroupResponse) GetCmd

func (x *TasksGroupResponse) GetCmd() string

func (*TasksGroupResponse) GetCreated

func (x *TasksGroupResponse) GetCreated() *timestamppb.Timestamp

func (*TasksGroupResponse) GetGid

func (x *TasksGroupResponse) GetGid() int64

func (*TasksGroupResponse) GetVisible

func (x *TasksGroupResponse) GetVisible() bool

func (*TasksGroupResponse) ProtoMessage

func (*TasksGroupResponse) ProtoMessage()

func (*TasksGroupResponse) ProtoReflect

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

func (*TasksGroupResponse) Reset

func (x *TasksGroupResponse) Reset()

func (*TasksGroupResponse) String

func (x *TasksGroupResponse) String() string

type TasksMessageResponse

type TasksMessageResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID группы
	Gid int64 `protobuf:"varint,1,opt,name=gid,proto3" json:"gid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] ID сообщения
	Mid int64 `protobuf:"varint,2,opt,name=mid,proto3" json:"mid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] ID бикона
	Bid uint32 `protobuf:"varint,3,opt,name=bid,proto3" json:"bid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] тип сообщения
	Type uint32 `protobuf:"varint,4,opt,name=type,proto3" json:"type,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] сообщение
	Message string `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] когда создано
	Created *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created,proto3" json:"created,omitempty"`
	// contains filtered or unexported fields
}

func (*TasksMessageResponse) Descriptor deprecated

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

Deprecated: Use TasksMessageResponse.ProtoReflect.Descriptor instead.

func (*TasksMessageResponse) GetBid

func (x *TasksMessageResponse) GetBid() uint32

func (*TasksMessageResponse) GetCreated

func (x *TasksMessageResponse) GetCreated() *timestamppb.Timestamp

func (*TasksMessageResponse) GetGid

func (x *TasksMessageResponse) GetGid() int64

func (*TasksMessageResponse) GetMessage

func (x *TasksMessageResponse) GetMessage() string

func (*TasksMessageResponse) GetMid

func (x *TasksMessageResponse) GetMid() int64

func (*TasksMessageResponse) GetType

func (x *TasksMessageResponse) GetType() uint32

func (*TasksMessageResponse) ProtoMessage

func (*TasksMessageResponse) ProtoMessage()

func (*TasksMessageResponse) ProtoReflect

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

func (*TasksMessageResponse) Reset

func (x *TasksMessageResponse) Reset()

func (*TasksMessageResponse) String

func (x *TasksMessageResponse) String() string

type TasksResponse

type TasksResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID группы
	Gid int64 `protobuf:"varint,1,opt,name=gid,proto3" json:"gid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] ID таска
	Tid int64 `protobuf:"varint,2,opt,name=tid,proto3" json:"tid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] ID бикона
	Bid uint32 `protobuf:"varint,3,opt,name=bid,proto3" json:"bid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] статус таска
	Status uint32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
	// результат таска
	Output *wrapperspb.BytesValue `protobuf:"bytes,5,opt,name=output,proto3" json:"output,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] размер результата таска
	OutputLen int64 `protobuf:"varint,6,opt,name=output_len,json=outputLen,proto3" json:"output_len,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] является ли результат слишком большим
	OutputBig bool `protobuf:"varint,7,opt,name=output_big,json=outputBig,proto3" json:"output_big,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] когда создан
	Created *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created,proto3" json:"created,omitempty"`
	// contains filtered or unexported fields
}

func (*TasksResponse) Descriptor deprecated

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

Deprecated: Use TasksResponse.ProtoReflect.Descriptor instead.

func (*TasksResponse) GetBid

func (x *TasksResponse) GetBid() uint32

func (*TasksResponse) GetCreated

func (x *TasksResponse) GetCreated() *timestamppb.Timestamp

func (*TasksResponse) GetGid

func (x *TasksResponse) GetGid() int64

func (*TasksResponse) GetOutput

func (x *TasksResponse) GetOutput() *wrapperspb.BytesValue

func (*TasksResponse) GetOutputBig

func (x *TasksResponse) GetOutputBig() bool

func (*TasksResponse) GetOutputLen

func (x *TasksResponse) GetOutputLen() int64

func (*TasksResponse) GetStatus

func (x *TasksResponse) GetStatus() uint32

func (*TasksResponse) GetTid

func (x *TasksResponse) GetTid() int64

func (*TasksResponse) ProtoMessage

func (*TasksResponse) ProtoMessage()

func (*TasksResponse) ProtoReflect

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

func (*TasksResponse) Reset

func (x *TasksResponse) Reset()

func (*TasksResponse) String

func (x *TasksResponse) String() string

type TasksStatusResponse

type TasksStatusResponse struct {

	// [ОБЯЗАТЕЛЬНОЕ] ID группы
	Gid int64 `protobuf:"varint,1,opt,name=gid,proto3" json:"gid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] ID таска
	Tid int64 `protobuf:"varint,2,opt,name=tid,proto3" json:"tid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] ID бикона
	Bid uint32 `protobuf:"varint,3,opt,name=bid,proto3" json:"bid,omitempty"`
	// [ОБЯЗАТЕЛЬНОЕ] статус таска
	Status uint32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*TasksStatusResponse) Descriptor deprecated

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

Deprecated: Use TasksStatusResponse.ProtoReflect.Descriptor instead.

func (*TasksStatusResponse) GetBid

func (x *TasksStatusResponse) GetBid() uint32

func (*TasksStatusResponse) GetGid

func (x *TasksStatusResponse) GetGid() int64

func (*TasksStatusResponse) GetStatus

func (x *TasksStatusResponse) GetStatus() uint32

func (*TasksStatusResponse) GetTid

func (x *TasksStatusResponse) GetTid() int64

func (*TasksStatusResponse) ProtoMessage

func (*TasksStatusResponse) ProtoMessage()

func (*TasksStatusResponse) ProtoReflect

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

func (*TasksStatusResponse) Reset

func (x *TasksStatusResponse) Reset()

func (*TasksStatusResponse) String

func (x *TasksStatusResponse) String() string

type UnimplementedOperatorServiceServer

type UnimplementedOperatorServiceServer struct{}

UnimplementedOperatorServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedOperatorServiceServer) CancelTasks

func (UnimplementedOperatorServiceServer) GetTaskOutput

func (UnimplementedOperatorServiceServer) Hello

func (UnimplementedOperatorServiceServer) NewChatMessage

func (UnimplementedOperatorServiceServer) NewCredential

func (UnimplementedOperatorServiceServer) NewGroup

func (UnimplementedOperatorServiceServer) SetBeaconColor

func (UnimplementedOperatorServiceServer) SetBeaconNote

func (UnimplementedOperatorServiceServer) SetBeaconsColor

func (UnimplementedOperatorServiceServer) SetBeaconsNote

func (UnimplementedOperatorServiceServer) SetCredentialColor

func (UnimplementedOperatorServiceServer) SetCredentialNote

func (UnimplementedOperatorServiceServer) SetCredentialsColor

func (UnimplementedOperatorServiceServer) SetCredentialsNote

func (UnimplementedOperatorServiceServer) SetListenerColor

func (UnimplementedOperatorServiceServer) SetListenerNote

func (UnimplementedOperatorServiceServer) SetListenersColor

func (UnimplementedOperatorServiceServer) SetListenersNote

func (UnimplementedOperatorServiceServer) SetOperatorColor

func (UnimplementedOperatorServiceServer) SetOperatorsColor

type UnsafeOperatorServiceServer

type UnsafeOperatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeOperatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OperatorServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

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