Versions in this module Expand all Collapse all v0 v0.1.0 Dec 14, 2023 v0.0.51 Dec 15, 2023 Changes in this version + var Engage_Mode_name = map[int32]string + var Engage_Mode_value = map[string]int32 + var File_proto_agents_communicate_proto protoreflect.FileDescriptor + var File_proto_agents_logs_proto protoreflect.FileDescriptor + var Log_Kind_name = map[int32]string + var Log_Kind_value = map[string]int32 + type Answer struct + Channel *Channel + Done bool + Error string + Round int32 + Value isAnswer_Value + func (*Answer) Descriptor() ([]byte, []int) + func (*Answer) ProtoMessage() + func (m *Answer) GetValue() isAnswer_Value + func (x *Answer) GetChannel() *Channel + func (x *Answer) GetChoice() *ChoiceAnswer + func (x *Answer) GetConfirm() *ConfirmAnswer + func (x *Answer) GetDone() bool + func (x *Answer) GetError() string + func (x *Answer) GetInput() *InputAnswer + func (x *Answer) GetRound() int32 + func (x *Answer) GetSelection() *SelectionAnswer + func (x *Answer) ProtoReflect() protoreflect.Message + func (x *Answer) Reset() + func (x *Answer) String() string + type Answer_Choice struct + Choice *ChoiceAnswer + type Answer_Confirm struct + Confirm *ConfirmAnswer + type Answer_Input struct + Input *InputAnswer + type Answer_Selection struct + Selection *SelectionAnswer + type Channel struct + Kind string + func (*Channel) Descriptor() ([]byte, []int) + func (*Channel) ProtoMessage() + func (x *Channel) GetKind() string + func (x *Channel) ProtoReflect() protoreflect.Message + func (x *Channel) Reset() + func (x *Channel) String() string + type Choice struct + Options []*Message + func (*Choice) Descriptor() ([]byte, []int) + func (*Choice) ProtoMessage() + func (x *Choice) GetOptions() []*Message + func (x *Choice) ProtoReflect() protoreflect.Message + func (x *Choice) Reset() + func (x *Choice) String() string + type ChoiceAnswer struct + Option string + func (*ChoiceAnswer) Descriptor() ([]byte, []int) + func (*ChoiceAnswer) ProtoMessage() + func (x *ChoiceAnswer) GetOption() string + func (x *ChoiceAnswer) ProtoReflect() protoreflect.Message + func (x *ChoiceAnswer) Reset() + func (x *ChoiceAnswer) String() string + type Confirm struct + Default bool + func (*Confirm) Descriptor() ([]byte, []int) + func (*Confirm) ProtoMessage() + func (x *Confirm) GetDefault() bool + func (x *Confirm) ProtoReflect() protoreflect.Message + func (x *Confirm) Reset() + func (x *Confirm) String() string + type ConfirmAnswer struct + Confirmed bool + func (*ConfirmAnswer) Descriptor() ([]byte, []int) + func (*ConfirmAnswer) ProtoMessage() + func (x *ConfirmAnswer) GetConfirmed() bool + func (x *ConfirmAnswer) ProtoReflect() protoreflect.Message + func (x *ConfirmAnswer) Reset() + func (x *ConfirmAnswer) String() string + type Display struct + Data map[string]string + func (*Display) Descriptor() ([]byte, []int) + func (*Display) ProtoMessage() + func (x *Display) GetData() map[string]string + func (x *Display) ProtoReflect() protoreflect.Message + func (x *Display) Reset() + func (x *Display) String() string + type Engage struct + Answer *Answer + Channel *Channel + Mode Engage_Mode + Stage string + func (*Engage) Descriptor() ([]byte, []int) + func (*Engage) ProtoMessage() + func (x *Engage) GetAnswer() *Answer + func (x *Engage) GetChannel() *Channel + func (x *Engage) GetMode() Engage_Mode + func (x *Engage) GetStage() string + func (x *Engage) ProtoReflect() protoreflect.Message + func (x *Engage) Reset() + func (x *Engage) String() string + type Engage_Mode int32 + const Engage_END + const Engage_START + const Engage_UNKNOWN + func (Engage_Mode) Descriptor() protoreflect.EnumDescriptor + func (Engage_Mode) EnumDescriptor() ([]byte, []int) + func (Engage_Mode) Type() protoreflect.EnumType + func (x Engage_Mode) Enum() *Engage_Mode + func (x Engage_Mode) Number() protoreflect.EnumNumber + func (x Engage_Mode) String() string + type InformationRequest struct + Done bool + Question *Question + func (*InformationRequest) Descriptor() ([]byte, []int) + func (*InformationRequest) ProtoMessage() + func (x *InformationRequest) GetDone() bool + func (x *InformationRequest) GetQuestion() *Question + func (x *InformationRequest) ProtoReflect() protoreflect.Message + func (x *InformationRequest) Reset() + func (x *InformationRequest) String() string + type Input struct + Default isInput_Default + func (*Input) Descriptor() ([]byte, []int) + func (*Input) ProtoMessage() + func (m *Input) GetDefault() isInput_Default + func (x *Input) GetIntDefault() int32 + func (x *Input) GetStringDefault() string + func (x *Input) ProtoReflect() protoreflect.Message + func (x *Input) Reset() + func (x *Input) String() string + type InputAnswer struct + Answer isInputAnswer_Answer + func (*InputAnswer) Descriptor() ([]byte, []int) + func (*InputAnswer) ProtoMessage() + func (m *InputAnswer) GetAnswer() isInputAnswer_Answer + func (x *InputAnswer) GetIntValue() int32 + func (x *InputAnswer) GetStringValue() string + func (x *InputAnswer) ProtoReflect() protoreflect.Message + func (x *InputAnswer) Reset() + func (x *InputAnswer) String() string + type InputAnswer_IntValue struct + IntValue int32 + type InputAnswer_StringValue struct + StringValue string + type Input_IntDefault struct + IntDefault int32 + type Input_StringDefault struct + StringDefault string + type Log struct + Application string + At *timestamppb.Timestamp + Kind Log_Kind + Message string + Service string + func (*Log) Descriptor() ([]byte, []int) + func (*Log) ProtoMessage() + func (x *Log) GetApplication() string + func (x *Log) GetAt() *timestamppb.Timestamp + func (x *Log) GetKind() Log_Kind + func (x *Log) GetMessage() string + func (x *Log) GetService() string + func (x *Log) ProtoReflect() protoreflect.Message + func (x *Log) Reset() + func (x *Log) String() string + type LogSessionGroup struct + Logs []*Log + Session *base.Session + func (*LogSessionGroup) Descriptor() ([]byte, []int) + func (*LogSessionGroup) ProtoMessage() + func (x *LogSessionGroup) GetLogs() []*Log + func (x *LogSessionGroup) GetSession() *base.Session + func (x *LogSessionGroup) ProtoReflect() protoreflect.Message + func (x *LogSessionGroup) Reset() + func (x *LogSessionGroup) String() string + type Log_Kind int32 + const Log_AGENT + const Log_SERVICE + const Log_UNKNOWN + func (Log_Kind) Descriptor() protoreflect.EnumDescriptor + func (Log_Kind) EnumDescriptor() ([]byte, []int) + func (Log_Kind) Type() protoreflect.EnumType + func (x Log_Kind) Enum() *Log_Kind + func (x Log_Kind) Number() protoreflect.EnumNumber + func (x Log_Kind) String() string + type Message struct + Description string + Message string + Name string + func (*Message) Descriptor() ([]byte, []int) + func (*Message) ProtoMessage() + func (x *Message) GetDescription() string + func (x *Message) GetMessage() string + func (x *Message) GetName() string + func (x *Message) ProtoReflect() protoreflect.Message + func (x *Message) Reset() + func (x *Message) String() string + type Question struct + Channel *Channel + Message *Message + Round int32 + Value isQuestion_Value + func (*Question) Descriptor() ([]byte, []int) + func (*Question) ProtoMessage() + func (m *Question) GetValue() isQuestion_Value + func (x *Question) GetChannel() *Channel + func (x *Question) GetChoice() *Choice + func (x *Question) GetConfirm() *Confirm + func (x *Question) GetDisplay() *Display + func (x *Question) GetInput() *Input + func (x *Question) GetMessage() *Message + func (x *Question) GetRound() int32 + func (x *Question) GetSelection() *Selection + func (x *Question) ProtoReflect() protoreflect.Message + func (x *Question) Reset() + func (x *Question) String() string + type Question_Choice struct + Choice *Choice + type Question_Confirm struct + Confirm *Confirm + type Question_Display struct + Display *Display + type Question_Input struct + Input *Input + type Question_Selection struct + Selection *Selection + type Selection struct + Options []*Message + func (*Selection) Descriptor() ([]byte, []int) + func (*Selection) ProtoMessage() + func (x *Selection) GetOptions() []*Message + func (x *Selection) ProtoReflect() protoreflect.Message + func (x *Selection) Reset() + func (x *Selection) String() string + type SelectionAnswer struct + Selected []string + func (*SelectionAnswer) Descriptor() ([]byte, []int) + func (*SelectionAnswer) ProtoMessage() + func (x *SelectionAnswer) GetSelected() []string + func (x *SelectionAnswer) ProtoReflect() protoreflect.Message + func (x *SelectionAnswer) Reset() + func (x *SelectionAnswer) String() string