Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterAutocompleteProxyServer(s grpc.ServiceRegistrar, srv AutocompleteProxyServer)
- func RegisterCommandServer(s grpc.ServiceRegistrar, srv CommandServer)
- func RegisterComponentServer(s grpc.ServiceRegistrar, srv ComponentServer)
- func RegisterExecuteProxyServer(s grpc.ServiceRegistrar, srv ExecuteProxyServer)
- func RegisterHandleProxyServer(s grpc.ServiceRegistrar, srv HandleProxyServer)
- func RegisterInteractionProxyServer(s grpc.ServiceRegistrar, srv InteractionProxyServer)
- func RegisterModalServer(s grpc.ServiceRegistrar, srv ModalServer)
- func RegisterPluginServer(s grpc.ServiceRegistrar, srv PluginServer)
- func RegisterSubmitProxyServer(s grpc.ServiceRegistrar, srv SubmitProxyServer)
- type AutocompleteProxyClient
- type AutocompleteProxyFocusedOptionRequest
- func (*AutocompleteProxyFocusedOptionRequest) Descriptor() ([]byte, []int)deprecated
- func (*AutocompleteProxyFocusedOptionRequest) ProtoMessage()
- func (x *AutocompleteProxyFocusedOptionRequest) ProtoReflect() protoreflect.Message
- func (x *AutocompleteProxyFocusedOptionRequest) Reset()
- func (x *AutocompleteProxyFocusedOptionRequest) String() string
- type AutocompleteProxyFocusedOptionResponse
- func (*AutocompleteProxyFocusedOptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AutocompleteProxyFocusedOptionResponse) GetName() string
- func (x *AutocompleteProxyFocusedOptionResponse) GetValue() *structpb.Value
- func (*AutocompleteProxyFocusedOptionResponse) ProtoMessage()
- func (x *AutocompleteProxyFocusedOptionResponse) ProtoReflect() protoreflect.Message
- func (x *AutocompleteProxyFocusedOptionResponse) Reset()
- func (x *AutocompleteProxyFocusedOptionResponse) String() string
- type AutocompleteProxyRespondRequest
- func (*AutocompleteProxyRespondRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AutocompleteProxyRespondRequest) GetChoices() []*discordgopb.ApplicationCommandOptionChoice
- func (*AutocompleteProxyRespondRequest) ProtoMessage()
- func (x *AutocompleteProxyRespondRequest) ProtoReflect() protoreflect.Message
- func (x *AutocompleteProxyRespondRequest) Reset()
- func (x *AutocompleteProxyRespondRequest) String() string
- type AutocompleteProxyRespondResponse
- func (*AutocompleteProxyRespondResponse) Descriptor() ([]byte, []int)deprecated
- func (*AutocompleteProxyRespondResponse) ProtoMessage()
- func (x *AutocompleteProxyRespondResponse) ProtoReflect() protoreflect.Message
- func (x *AutocompleteProxyRespondResponse) Reset()
- func (x *AutocompleteProxyRespondResponse) String() string
- type AutocompleteProxyServer
- type CommandAutocompleteRequest
- func (*CommandAutocompleteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CommandAutocompleteRequest) GetAutocompleteProxyId() uint32
- func (*CommandAutocompleteRequest) ProtoMessage()
- func (x *CommandAutocompleteRequest) ProtoReflect() protoreflect.Message
- func (x *CommandAutocompleteRequest) Reset()
- func (x *CommandAutocompleteRequest) String() string
- type CommandAutocompleteResponse
- type CommandClient
- type CommandDataRequest
- type CommandDataResponse
- func (*CommandDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CommandDataResponse) GetData() *discordgopb.ApplicationCommand
- func (*CommandDataResponse) ProtoMessage()
- func (x *CommandDataResponse) ProtoReflect() protoreflect.Message
- func (x *CommandDataResponse) Reset()
- func (x *CommandDataResponse) String() string
- type CommandExecuteRequest
- func (*CommandExecuteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CommandExecuteRequest) GetExecuteProxyId() uint32
- func (*CommandExecuteRequest) ProtoMessage()
- func (x *CommandExecuteRequest) ProtoReflect() protoreflect.Message
- func (x *CommandExecuteRequest) Reset()
- func (x *CommandExecuteRequest) String() string
- type CommandExecuteResponse
- type CommandServer
- type ComponentClient
- type ComponentCustomIdRequest
- type ComponentCustomIdResponse
- func (*ComponentCustomIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ComponentCustomIdResponse) GetCustomId() string
- func (*ComponentCustomIdResponse) ProtoMessage()
- func (x *ComponentCustomIdResponse) ProtoReflect() protoreflect.Message
- func (x *ComponentCustomIdResponse) Reset()
- func (x *ComponentCustomIdResponse) String() string
- type ComponentHandleRequest
- func (*ComponentHandleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ComponentHandleRequest) GetHandleProxyId() uint32
- func (*ComponentHandleRequest) ProtoMessage()
- func (x *ComponentHandleRequest) ProtoReflect() protoreflect.Message
- func (x *ComponentHandleRequest) Reset()
- func (x *ComponentHandleRequest) String() string
- type ComponentHandleResponse
- type ComponentServer
- type ExecuteProxyAttachmentOptionRequest
- func (*ExecuteProxyAttachmentOptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyAttachmentOptionRequest) GetName() string
- func (*ExecuteProxyAttachmentOptionRequest) ProtoMessage()
- func (x *ExecuteProxyAttachmentOptionRequest) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyAttachmentOptionRequest) Reset()
- func (x *ExecuteProxyAttachmentOptionRequest) String() string
- type ExecuteProxyAttachmentOptionResponse
- func (*ExecuteProxyAttachmentOptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyAttachmentOptionResponse) GetValue() *discordgopb.MessageAttachment
- func (*ExecuteProxyAttachmentOptionResponse) ProtoMessage()
- func (x *ExecuteProxyAttachmentOptionResponse) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyAttachmentOptionResponse) Reset()
- func (x *ExecuteProxyAttachmentOptionResponse) String() string
- type ExecuteProxyBooleanOptionRequest
- func (*ExecuteProxyBooleanOptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyBooleanOptionRequest) GetName() string
- func (*ExecuteProxyBooleanOptionRequest) ProtoMessage()
- func (x *ExecuteProxyBooleanOptionRequest) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyBooleanOptionRequest) Reset()
- func (x *ExecuteProxyBooleanOptionRequest) String() string
- type ExecuteProxyBooleanOptionResponse
- func (*ExecuteProxyBooleanOptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyBooleanOptionResponse) GetValue() bool
- func (*ExecuteProxyBooleanOptionResponse) ProtoMessage()
- func (x *ExecuteProxyBooleanOptionResponse) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyBooleanOptionResponse) Reset()
- func (x *ExecuteProxyBooleanOptionResponse) String() string
- type ExecuteProxyChannelOptionRequest
- func (*ExecuteProxyChannelOptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyChannelOptionRequest) GetName() string
- func (*ExecuteProxyChannelOptionRequest) ProtoMessage()
- func (x *ExecuteProxyChannelOptionRequest) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyChannelOptionRequest) Reset()
- func (x *ExecuteProxyChannelOptionRequest) String() string
- type ExecuteProxyChannelOptionResponse
- func (*ExecuteProxyChannelOptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyChannelOptionResponse) GetValue() *discordgopb.Channel
- func (*ExecuteProxyChannelOptionResponse) ProtoMessage()
- func (x *ExecuteProxyChannelOptionResponse) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyChannelOptionResponse) Reset()
- func (x *ExecuteProxyChannelOptionResponse) String() string
- type ExecuteProxyClient
- type ExecuteProxyIntegerOptionRequest
- func (*ExecuteProxyIntegerOptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyIntegerOptionRequest) GetName() string
- func (*ExecuteProxyIntegerOptionRequest) ProtoMessage()
- func (x *ExecuteProxyIntegerOptionRequest) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyIntegerOptionRequest) Reset()
- func (x *ExecuteProxyIntegerOptionRequest) String() string
- type ExecuteProxyIntegerOptionResponse
- func (*ExecuteProxyIntegerOptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyIntegerOptionResponse) GetValue() int64
- func (*ExecuteProxyIntegerOptionResponse) ProtoMessage()
- func (x *ExecuteProxyIntegerOptionResponse) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyIntegerOptionResponse) Reset()
- func (x *ExecuteProxyIntegerOptionResponse) String() string
- type ExecuteProxyNumberOptionRequest
- func (*ExecuteProxyNumberOptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyNumberOptionRequest) GetName() string
- func (*ExecuteProxyNumberOptionRequest) ProtoMessage()
- func (x *ExecuteProxyNumberOptionRequest) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyNumberOptionRequest) Reset()
- func (x *ExecuteProxyNumberOptionRequest) String() string
- type ExecuteProxyNumberOptionResponse
- func (*ExecuteProxyNumberOptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyNumberOptionResponse) GetValue() float64
- func (*ExecuteProxyNumberOptionResponse) ProtoMessage()
- func (x *ExecuteProxyNumberOptionResponse) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyNumberOptionResponse) Reset()
- func (x *ExecuteProxyNumberOptionResponse) String() string
- type ExecuteProxyRoleOptionRequest
- func (*ExecuteProxyRoleOptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyRoleOptionRequest) GetName() string
- func (*ExecuteProxyRoleOptionRequest) ProtoMessage()
- func (x *ExecuteProxyRoleOptionRequest) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyRoleOptionRequest) Reset()
- func (x *ExecuteProxyRoleOptionRequest) String() string
- type ExecuteProxyRoleOptionResponse
- func (*ExecuteProxyRoleOptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyRoleOptionResponse) GetValue() *discordgopb.Role
- func (*ExecuteProxyRoleOptionResponse) ProtoMessage()
- func (x *ExecuteProxyRoleOptionResponse) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyRoleOptionResponse) Reset()
- func (x *ExecuteProxyRoleOptionResponse) String() string
- type ExecuteProxyServer
- type ExecuteProxyStringOptionRequest
- func (*ExecuteProxyStringOptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyStringOptionRequest) GetName() string
- func (*ExecuteProxyStringOptionRequest) ProtoMessage()
- func (x *ExecuteProxyStringOptionRequest) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyStringOptionRequest) Reset()
- func (x *ExecuteProxyStringOptionRequest) String() string
- type ExecuteProxyStringOptionResponse
- func (*ExecuteProxyStringOptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyStringOptionResponse) GetValue() string
- func (*ExecuteProxyStringOptionResponse) ProtoMessage()
- func (x *ExecuteProxyStringOptionResponse) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyStringOptionResponse) Reset()
- func (x *ExecuteProxyStringOptionResponse) String() string
- type ExecuteProxyUserOptionRequest
- func (*ExecuteProxyUserOptionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyUserOptionRequest) GetName() string
- func (*ExecuteProxyUserOptionRequest) ProtoMessage()
- func (x *ExecuteProxyUserOptionRequest) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyUserOptionRequest) Reset()
- func (x *ExecuteProxyUserOptionRequest) String() string
- type ExecuteProxyUserOptionResponse
- func (*ExecuteProxyUserOptionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteProxyUserOptionResponse) GetValue() *discordgopb.User
- func (*ExecuteProxyUserOptionResponse) ProtoMessage()
- func (x *ExecuteProxyUserOptionResponse) ProtoReflect() protoreflect.Message
- func (x *ExecuteProxyUserOptionResponse) Reset()
- func (x *ExecuteProxyUserOptionResponse) String() string
- type HandleProxyClient
- type HandleProxyComponentTypeRequest
- func (*HandleProxyComponentTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (*HandleProxyComponentTypeRequest) ProtoMessage()
- func (x *HandleProxyComponentTypeRequest) ProtoReflect() protoreflect.Message
- func (x *HandleProxyComponentTypeRequest) Reset()
- func (x *HandleProxyComponentTypeRequest) String() string
- type HandleProxyComponentTypeResponse
- func (*HandleProxyComponentTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HandleProxyComponentTypeResponse) GetType() uint32
- func (*HandleProxyComponentTypeResponse) ProtoMessage()
- func (x *HandleProxyComponentTypeResponse) ProtoReflect() protoreflect.Message
- func (x *HandleProxyComponentTypeResponse) Reset()
- func (x *HandleProxyComponentTypeResponse) String() string
- type HandleProxySelectedValuesRequest
- func (*HandleProxySelectedValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (*HandleProxySelectedValuesRequest) ProtoMessage()
- func (x *HandleProxySelectedValuesRequest) ProtoReflect() protoreflect.Message
- func (x *HandleProxySelectedValuesRequest) Reset()
- func (x *HandleProxySelectedValuesRequest) String() string
- type HandleProxySelectedValuesResponse
- func (*HandleProxySelectedValuesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HandleProxySelectedValuesResponse) GetValues() []string
- func (*HandleProxySelectedValuesResponse) ProtoMessage()
- func (x *HandleProxySelectedValuesResponse) ProtoReflect() protoreflect.Message
- func (x *HandleProxySelectedValuesResponse) Reset()
- func (x *HandleProxySelectedValuesResponse) String() string
- type HandleProxyServer
- type InteractionProxyChannelIdRequest
- func (*InteractionProxyChannelIdRequest) Descriptor() ([]byte, []int)deprecated
- func (*InteractionProxyChannelIdRequest) ProtoMessage()
- func (x *InteractionProxyChannelIdRequest) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyChannelIdRequest) Reset()
- func (x *InteractionProxyChannelIdRequest) String() string
- type InteractionProxyChannelIdResponse
- func (*InteractionProxyChannelIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyChannelIdResponse) GetId() string
- func (*InteractionProxyChannelIdResponse) ProtoMessage()
- func (x *InteractionProxyChannelIdResponse) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyChannelIdResponse) Reset()
- func (x *InteractionProxyChannelIdResponse) String() string
- type InteractionProxyClient
- type InteractionProxyDeferRequest
- func (*InteractionProxyDeferRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyDeferRequest) GetEphemeral() bool
- func (*InteractionProxyDeferRequest) ProtoMessage()
- func (x *InteractionProxyDeferRequest) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyDeferRequest) Reset()
- func (x *InteractionProxyDeferRequest) String() string
- type InteractionProxyDeferResponse
- func (*InteractionProxyDeferResponse) Descriptor() ([]byte, []int)deprecated
- func (*InteractionProxyDeferResponse) ProtoMessage()
- func (x *InteractionProxyDeferResponse) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyDeferResponse) Reset()
- func (x *InteractionProxyDeferResponse) String() string
- type InteractionProxyDeleteRequest
- func (*InteractionProxyDeleteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyDeleteRequest) GetId() string
- func (*InteractionProxyDeleteRequest) ProtoMessage()
- func (x *InteractionProxyDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyDeleteRequest) Reset()
- func (x *InteractionProxyDeleteRequest) String() string
- type InteractionProxyDeleteResponse
- func (*InteractionProxyDeleteResponse) Descriptor() ([]byte, []int)deprecated
- func (*InteractionProxyDeleteResponse) ProtoMessage()
- func (x *InteractionProxyDeleteResponse) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyDeleteResponse) Reset()
- func (x *InteractionProxyDeleteResponse) String() string
- type InteractionProxyEditRequest
- func (*InteractionProxyEditRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyEditRequest) GetId() string
- func (x *InteractionProxyEditRequest) GetMessage() *Response
- func (*InteractionProxyEditRequest) ProtoMessage()
- func (x *InteractionProxyEditRequest) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyEditRequest) Reset()
- func (x *InteractionProxyEditRequest) String() string
- type InteractionProxyEditResponse
- func (*InteractionProxyEditResponse) Descriptor() ([]byte, []int)deprecated
- func (*InteractionProxyEditResponse) ProtoMessage()
- func (x *InteractionProxyEditResponse) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyEditResponse) Reset()
- func (x *InteractionProxyEditResponse) String() string
- type InteractionProxyFollowupRequest
- func (*InteractionProxyFollowupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyFollowupRequest) GetEphemeral() bool
- func (x *InteractionProxyFollowupRequest) GetMessage() *Response
- func (*InteractionProxyFollowupRequest) ProtoMessage()
- func (x *InteractionProxyFollowupRequest) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyFollowupRequest) Reset()
- func (x *InteractionProxyFollowupRequest) String() string
- type InteractionProxyFollowupResponse
- func (*InteractionProxyFollowupResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyFollowupResponse) GetId() string
- func (*InteractionProxyFollowupResponse) ProtoMessage()
- func (x *InteractionProxyFollowupResponse) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyFollowupResponse) Reset()
- func (x *InteractionProxyFollowupResponse) String() string
- type InteractionProxyGuildIdRequest
- func (*InteractionProxyGuildIdRequest) Descriptor() ([]byte, []int)deprecated
- func (*InteractionProxyGuildIdRequest) ProtoMessage()
- func (x *InteractionProxyGuildIdRequest) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyGuildIdRequest) Reset()
- func (x *InteractionProxyGuildIdRequest) String() string
- type InteractionProxyGuildIdResponse
- func (*InteractionProxyGuildIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyGuildIdResponse) GetId() string
- func (*InteractionProxyGuildIdResponse) ProtoMessage()
- func (x *InteractionProxyGuildIdResponse) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyGuildIdResponse) Reset()
- func (x *InteractionProxyGuildIdResponse) String() string
- type InteractionProxyGuildLocaleRequest
- func (*InteractionProxyGuildLocaleRequest) Descriptor() ([]byte, []int)deprecated
- func (*InteractionProxyGuildLocaleRequest) ProtoMessage()
- func (x *InteractionProxyGuildLocaleRequest) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyGuildLocaleRequest) Reset()
- func (x *InteractionProxyGuildLocaleRequest) String() string
- type InteractionProxyGuildLocaleResponse
- func (*InteractionProxyGuildLocaleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyGuildLocaleResponse) GetLocale() string
- func (*InteractionProxyGuildLocaleResponse) ProtoMessage()
- func (x *InteractionProxyGuildLocaleResponse) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyGuildLocaleResponse) Reset()
- func (x *InteractionProxyGuildLocaleResponse) String() string
- type InteractionProxyMemberRequest
- func (*InteractionProxyMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (*InteractionProxyMemberRequest) ProtoMessage()
- func (x *InteractionProxyMemberRequest) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyMemberRequest) Reset()
- func (x *InteractionProxyMemberRequest) String() string
- type InteractionProxyMemberResponse
- func (*InteractionProxyMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyMemberResponse) GetMember() *discordgopb.Member
- func (*InteractionProxyMemberResponse) ProtoMessage()
- func (x *InteractionProxyMemberResponse) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyMemberResponse) Reset()
- func (x *InteractionProxyMemberResponse) String() string
- type InteractionProxyMessageRequest
- func (*InteractionProxyMessageRequest) Descriptor() ([]byte, []int)deprecated
- func (*InteractionProxyMessageRequest) ProtoMessage()
- func (x *InteractionProxyMessageRequest) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyMessageRequest) Reset()
- func (x *InteractionProxyMessageRequest) String() string
- type InteractionProxyMessageResponse
- func (*InteractionProxyMessageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyMessageResponse) GetMessage() *discordgopb.Message
- func (*InteractionProxyMessageResponse) ProtoMessage()
- func (x *InteractionProxyMessageResponse) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyMessageResponse) Reset()
- func (x *InteractionProxyMessageResponse) String() string
- type InteractionProxyModalRequest
- func (*InteractionProxyModalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyModalRequest) GetComponents() []*discordgopb.MessageComponent
- func (x *InteractionProxyModalRequest) GetCustomId() string
- func (x *InteractionProxyModalRequest) GetTitle() string
- func (*InteractionProxyModalRequest) ProtoMessage()
- func (x *InteractionProxyModalRequest) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyModalRequest) Reset()
- func (x *InteractionProxyModalRequest) String() string
- type InteractionProxyModalResponse
- func (*InteractionProxyModalResponse) Descriptor() ([]byte, []int)deprecated
- func (*InteractionProxyModalResponse) ProtoMessage()
- func (x *InteractionProxyModalResponse) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyModalResponse) Reset()
- func (x *InteractionProxyModalResponse) String() string
- type InteractionProxyPermissionsRequest
- func (*InteractionProxyPermissionsRequest) Descriptor() ([]byte, []int)deprecated
- func (*InteractionProxyPermissionsRequest) ProtoMessage()
- func (x *InteractionProxyPermissionsRequest) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyPermissionsRequest) Reset()
- func (x *InteractionProxyPermissionsRequest) String() string
- type InteractionProxyPermissionsResponse
- func (*InteractionProxyPermissionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyPermissionsResponse) GetPermissions() int64
- func (*InteractionProxyPermissionsResponse) ProtoMessage()
- func (x *InteractionProxyPermissionsResponse) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyPermissionsResponse) Reset()
- func (x *InteractionProxyPermissionsResponse) String() string
- type InteractionProxyRespondRequest
- func (*InteractionProxyRespondRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyRespondRequest) GetEphemeral() bool
- func (x *InteractionProxyRespondRequest) GetMessage() *Response
- func (*InteractionProxyRespondRequest) ProtoMessage()
- func (x *InteractionProxyRespondRequest) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyRespondRequest) Reset()
- func (x *InteractionProxyRespondRequest) String() string
- type InteractionProxyRespondResponse
- func (*InteractionProxyRespondResponse) Descriptor() ([]byte, []int)deprecated
- func (*InteractionProxyRespondResponse) ProtoMessage()
- func (x *InteractionProxyRespondResponse) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyRespondResponse) Reset()
- func (x *InteractionProxyRespondResponse) String() string
- type InteractionProxyServer
- type InteractionProxyUserLocaleRequest
- func (*InteractionProxyUserLocaleRequest) Descriptor() ([]byte, []int)deprecated
- func (*InteractionProxyUserLocaleRequest) ProtoMessage()
- func (x *InteractionProxyUserLocaleRequest) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyUserLocaleRequest) Reset()
- func (x *InteractionProxyUserLocaleRequest) String() string
- type InteractionProxyUserLocaleResponse
- func (*InteractionProxyUserLocaleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyUserLocaleResponse) GetLocale() string
- func (*InteractionProxyUserLocaleResponse) ProtoMessage()
- func (x *InteractionProxyUserLocaleResponse) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyUserLocaleResponse) Reset()
- func (x *InteractionProxyUserLocaleResponse) String() string
- type InteractionProxyUserRequest
- type InteractionProxyUserResponse
- func (*InteractionProxyUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InteractionProxyUserResponse) GetUser() *discordgopb.User
- func (*InteractionProxyUserResponse) ProtoMessage()
- func (x *InteractionProxyUserResponse) ProtoReflect() protoreflect.Message
- func (x *InteractionProxyUserResponse) Reset()
- func (x *InteractionProxyUserResponse) String() string
- type ModalClient
- type ModalCustomIdRequest
- type ModalCustomIdResponse
- func (*ModalCustomIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ModalCustomIdResponse) GetCustomId() string
- func (*ModalCustomIdResponse) ProtoMessage()
- func (x *ModalCustomIdResponse) ProtoReflect() protoreflect.Message
- func (x *ModalCustomIdResponse) Reset()
- func (x *ModalCustomIdResponse) String() string
- type ModalServer
- type ModalSubmitRequest
- func (*ModalSubmitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ModalSubmitRequest) GetSubmitProxyId() uint32
- func (*ModalSubmitRequest) ProtoMessage()
- func (x *ModalSubmitRequest) ProtoReflect() protoreflect.Message
- func (x *ModalSubmitRequest) Reset()
- func (x *ModalSubmitRequest) String() string
- type ModalSubmitResponse
- type PluginApplicationCommandsRequest
- func (*PluginApplicationCommandsRequest) Descriptor() ([]byte, []int)deprecated
- func (*PluginApplicationCommandsRequest) ProtoMessage()
- func (x *PluginApplicationCommandsRequest) ProtoReflect() protoreflect.Message
- func (x *PluginApplicationCommandsRequest) Reset()
- func (x *PluginApplicationCommandsRequest) String() string
- type PluginApplicationCommandsResponse
- func (*PluginApplicationCommandsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PluginApplicationCommandsResponse) GetCommandIds() []uint32
- func (*PluginApplicationCommandsResponse) ProtoMessage()
- func (x *PluginApplicationCommandsResponse) ProtoReflect() protoreflect.Message
- func (x *PluginApplicationCommandsResponse) Reset()
- func (x *PluginApplicationCommandsResponse) String() string
- type PluginClient
- type PluginIdRequest
- type PluginIdResponse
- type PluginMessageComponentsRequest
- func (*PluginMessageComponentsRequest) Descriptor() ([]byte, []int)deprecated
- func (*PluginMessageComponentsRequest) ProtoMessage()
- func (x *PluginMessageComponentsRequest) ProtoReflect() protoreflect.Message
- func (x *PluginMessageComponentsRequest) Reset()
- func (x *PluginMessageComponentsRequest) String() string
- type PluginMessageComponentsResponse
- func (*PluginMessageComponentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PluginMessageComponentsResponse) GetComponentIds() []uint32
- func (*PluginMessageComponentsResponse) ProtoMessage()
- func (x *PluginMessageComponentsResponse) ProtoReflect() protoreflect.Message
- func (x *PluginMessageComponentsResponse) Reset()
- func (x *PluginMessageComponentsResponse) String() string
- type PluginModalsRequest
- type PluginModalsResponse
- func (*PluginModalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PluginModalsResponse) GetModalIds() []uint32
- func (*PluginModalsResponse) ProtoMessage()
- func (x *PluginModalsResponse) ProtoReflect() protoreflect.Message
- func (x *PluginModalsResponse) Reset()
- func (x *PluginModalsResponse) String() string
- type PluginServer
- type Response
- func (*Response) Descriptor() ([]byte, []int)deprecated
- func (x *Response) GetAllowedMentions() *discordgopb.MessageAllowedMentions
- func (x *Response) GetComponents() []*discordgopb.MessageComponent
- func (x *Response) GetContent() string
- func (x *Response) GetEmbeds() []*discordgopb.MessageEmbed
- func (x *Response) GetFiles() []*discordgopb.File
- func (x *Response) GetSuppressEmbeds() bool
- func (x *Response) GetTts() bool
- func (*Response) ProtoMessage()
- func (x *Response) ProtoReflect() protoreflect.Message
- func (x *Response) Reset()
- func (x *Response) String() string
- type SubmitProxyClient
- type SubmitProxyInputValueRequest
- func (*SubmitProxyInputValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SubmitProxyInputValueRequest) GetCustomId() string
- func (*SubmitProxyInputValueRequest) ProtoMessage()
- func (x *SubmitProxyInputValueRequest) ProtoReflect() protoreflect.Message
- func (x *SubmitProxyInputValueRequest) Reset()
- func (x *SubmitProxyInputValueRequest) String() string
- type SubmitProxyInputValueResponse
- func (*SubmitProxyInputValueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SubmitProxyInputValueResponse) GetValue() string
- func (*SubmitProxyInputValueResponse) ProtoMessage()
- func (x *SubmitProxyInputValueResponse) ProtoReflect() protoreflect.Message
- func (x *SubmitProxyInputValueResponse) Reset()
- func (x *SubmitProxyInputValueResponse) String() string
- type SubmitProxyServer
- type UnimplementedAutocompleteProxyServer
- func (UnimplementedAutocompleteProxyServer) FocusedOption(context.Context, *AutocompleteProxyFocusedOptionRequest) (*AutocompleteProxyFocusedOptionResponse, error)
- func (UnimplementedAutocompleteProxyServer) Respond(context.Context, *AutocompleteProxyRespondRequest) (*AutocompleteProxyRespondResponse, error)
- type UnimplementedCommandServer
- func (UnimplementedCommandServer) Autocomplete(context.Context, *CommandAutocompleteRequest) (*CommandAutocompleteResponse, error)
- func (UnimplementedCommandServer) Data(context.Context, *CommandDataRequest) (*CommandDataResponse, error)
- func (UnimplementedCommandServer) Execute(context.Context, *CommandExecuteRequest) (*CommandExecuteResponse, error)
- type UnimplementedComponentServer
- type UnimplementedExecuteProxyServer
- func (UnimplementedExecuteProxyServer) AttachmentOption(context.Context, *ExecuteProxyAttachmentOptionRequest) (*ExecuteProxyAttachmentOptionResponse, error)
- func (UnimplementedExecuteProxyServer) BooleanOption(context.Context, *ExecuteProxyBooleanOptionRequest) (*ExecuteProxyBooleanOptionResponse, error)
- func (UnimplementedExecuteProxyServer) ChannelOption(context.Context, *ExecuteProxyChannelOptionRequest) (*ExecuteProxyChannelOptionResponse, error)
- func (UnimplementedExecuteProxyServer) IntegerOption(context.Context, *ExecuteProxyIntegerOptionRequest) (*ExecuteProxyIntegerOptionResponse, error)
- func (UnimplementedExecuteProxyServer) NumberOption(context.Context, *ExecuteProxyNumberOptionRequest) (*ExecuteProxyNumberOptionResponse, error)
- func (UnimplementedExecuteProxyServer) RoleOption(context.Context, *ExecuteProxyRoleOptionRequest) (*ExecuteProxyRoleOptionResponse, error)
- func (UnimplementedExecuteProxyServer) StringOption(context.Context, *ExecuteProxyStringOptionRequest) (*ExecuteProxyStringOptionResponse, error)
- func (UnimplementedExecuteProxyServer) UserOption(context.Context, *ExecuteProxyUserOptionRequest) (*ExecuteProxyUserOptionResponse, error)
- type UnimplementedHandleProxyServer
- type UnimplementedInteractionProxyServer
- func (UnimplementedInteractionProxyServer) ChannelId(context.Context, *InteractionProxyChannelIdRequest) (*InteractionProxyChannelIdResponse, error)
- func (UnimplementedInteractionProxyServer) Defer(context.Context, *InteractionProxyDeferRequest) (*InteractionProxyDeferResponse, error)
- func (UnimplementedInteractionProxyServer) Delete(context.Context, *InteractionProxyDeleteRequest) (*InteractionProxyDeleteResponse, error)
- func (UnimplementedInteractionProxyServer) Edit(context.Context, *InteractionProxyEditRequest) (*InteractionProxyEditResponse, error)
- func (UnimplementedInteractionProxyServer) Followup(context.Context, *InteractionProxyFollowupRequest) (*InteractionProxyFollowupResponse, error)
- func (UnimplementedInteractionProxyServer) GuildId(context.Context, *InteractionProxyGuildIdRequest) (*InteractionProxyGuildIdResponse, error)
- func (UnimplementedInteractionProxyServer) GuildLocale(context.Context, *InteractionProxyGuildLocaleRequest) (*InteractionProxyGuildLocaleResponse, error)
- func (UnimplementedInteractionProxyServer) Member(context.Context, *InteractionProxyMemberRequest) (*InteractionProxyMemberResponse, error)
- func (UnimplementedInteractionProxyServer) Message(context.Context, *InteractionProxyMessageRequest) (*InteractionProxyMessageResponse, error)
- func (UnimplementedInteractionProxyServer) Modal(context.Context, *InteractionProxyModalRequest) (*InteractionProxyModalResponse, error)
- func (UnimplementedInteractionProxyServer) Permissions(context.Context, *InteractionProxyPermissionsRequest) (*InteractionProxyPermissionsResponse, error)
- func (UnimplementedInteractionProxyServer) Respond(context.Context, *InteractionProxyRespondRequest) (*InteractionProxyRespondResponse, error)
- func (UnimplementedInteractionProxyServer) User(context.Context, *InteractionProxyUserRequest) (*InteractionProxyUserResponse, error)
- func (UnimplementedInteractionProxyServer) UserLocale(context.Context, *InteractionProxyUserLocaleRequest) (*InteractionProxyUserLocaleResponse, error)
- type UnimplementedModalServer
- type UnimplementedPluginServer
- func (UnimplementedPluginServer) ApplicationCommands(context.Context, *PluginApplicationCommandsRequest) (*PluginApplicationCommandsResponse, error)
- func (UnimplementedPluginServer) Id(context.Context, *PluginIdRequest) (*PluginIdResponse, error)
- func (UnimplementedPluginServer) MessageComponents(context.Context, *PluginMessageComponentsRequest) (*PluginMessageComponentsResponse, error)
- func (UnimplementedPluginServer) Modals(context.Context, *PluginModalsRequest) (*PluginModalsResponse, error)
- type UnimplementedSubmitProxyServer
- type UnsafeAutocompleteProxyServer
- type UnsafeCommandServer
- type UnsafeComponentServer
- type UnsafeExecuteProxyServer
- type UnsafeHandleProxyServer
- type UnsafeInteractionProxyServer
- type UnsafeModalServer
- type UnsafePluginServer
- type UnsafeSubmitProxyServer
Constants ¶
const ( Command_Data_FullMethodName = "/bacotell.Command/Data" Command_Execute_FullMethodName = "/bacotell.Command/Execute" Command_Autocomplete_FullMethodName = "/bacotell.Command/Autocomplete" )
const ( ExecuteProxy_StringOption_FullMethodName = "/bacotell.ExecuteProxy/StringOption" ExecuteProxy_IntegerOption_FullMethodName = "/bacotell.ExecuteProxy/IntegerOption" ExecuteProxy_NumberOption_FullMethodName = "/bacotell.ExecuteProxy/NumberOption" ExecuteProxy_BooleanOption_FullMethodName = "/bacotell.ExecuteProxy/BooleanOption" ExecuteProxy_UserOption_FullMethodName = "/bacotell.ExecuteProxy/UserOption" ExecuteProxy_RoleOption_FullMethodName = "/bacotell.ExecuteProxy/RoleOption" ExecuteProxy_ChannelOption_FullMethodName = "/bacotell.ExecuteProxy/ChannelOption" ExecuteProxy_AttachmentOption_FullMethodName = "/bacotell.ExecuteProxy/AttachmentOption" )
const ( AutocompleteProxy_Respond_FullMethodName = "/bacotell.AutocompleteProxy/Respond" AutocompleteProxy_FocusedOption_FullMethodName = "/bacotell.AutocompleteProxy/FocusedOption" )
const ( Component_CustomId_FullMethodName = "/bacotell.Component/CustomId" Component_Handle_FullMethodName = "/bacotell.Component/Handle" )
const ( HandleProxy_ComponentType_FullMethodName = "/bacotell.HandleProxy/ComponentType" HandleProxy_SelectedValues_FullMethodName = "/bacotell.HandleProxy/SelectedValues" )
const ( InteractionProxy_Defer_FullMethodName = "/bacotell.InteractionProxy/Defer" InteractionProxy_Respond_FullMethodName = "/bacotell.InteractionProxy/Respond" InteractionProxy_Modal_FullMethodName = "/bacotell.InteractionProxy/Modal" InteractionProxy_Followup_FullMethodName = "/bacotell.InteractionProxy/Followup" InteractionProxy_Edit_FullMethodName = "/bacotell.InteractionProxy/Edit" InteractionProxy_Delete_FullMethodName = "/bacotell.InteractionProxy/Delete" InteractionProxy_GuildId_FullMethodName = "/bacotell.InteractionProxy/GuildId" InteractionProxy_ChannelId_FullMethodName = "/bacotell.InteractionProxy/ChannelId" InteractionProxy_UserLocale_FullMethodName = "/bacotell.InteractionProxy/UserLocale" InteractionProxy_GuildLocale_FullMethodName = "/bacotell.InteractionProxy/GuildLocale" InteractionProxy_User_FullMethodName = "/bacotell.InteractionProxy/User" InteractionProxy_Member_FullMethodName = "/bacotell.InteractionProxy/Member" InteractionProxy_Message_FullMethodName = "/bacotell.InteractionProxy/Message" InteractionProxy_Permissions_FullMethodName = "/bacotell.InteractionProxy/Permissions" )
const ( Modal_CustomId_FullMethodName = "/bacotell.Modal/CustomId" Modal_Submit_FullMethodName = "/bacotell.Modal/Submit" )
const ( Plugin_Id_FullMethodName = "/bacotell.Plugin/Id" Plugin_ApplicationCommands_FullMethodName = "/bacotell.Plugin/ApplicationCommands" Plugin_MessageComponents_FullMethodName = "/bacotell.Plugin/MessageComponents" Plugin_Modals_FullMethodName = "/bacotell.Plugin/Modals" )
const (
SubmitProxy_InputValue_FullMethodName = "/bacotell.SubmitProxy/InputValue"
)
Variables ¶
var AutocompleteProxy_ServiceDesc = grpc.ServiceDesc{ ServiceName: "bacotell.AutocompleteProxy", HandlerType: (*AutocompleteProxyServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Respond", Handler: _AutocompleteProxy_Respond_Handler, }, { MethodName: "FocusedOption", Handler: _AutocompleteProxy_FocusedOption_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/bacotell_command.proto", }
AutocompleteProxy_ServiceDesc is the grpc.ServiceDesc for AutocompleteProxy service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Command_ServiceDesc = grpc.ServiceDesc{ ServiceName: "bacotell.Command", HandlerType: (*CommandServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Data", Handler: _Command_Data_Handler, }, { MethodName: "Execute", Handler: _Command_Execute_Handler, }, { MethodName: "Autocomplete", Handler: _Command_Autocomplete_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/bacotell_command.proto", }
Command_ServiceDesc is the grpc.ServiceDesc for Command service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Component_ServiceDesc = grpc.ServiceDesc{ ServiceName: "bacotell.Component", HandlerType: (*ComponentServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CustomId", Handler: _Component_CustomId_Handler, }, { MethodName: "Handle", Handler: _Component_Handle_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/bacotell_component.proto", }
Component_ServiceDesc is the grpc.ServiceDesc for Component service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ExecuteProxy_ServiceDesc = grpc.ServiceDesc{ ServiceName: "bacotell.ExecuteProxy", HandlerType: (*ExecuteProxyServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "StringOption", Handler: _ExecuteProxy_StringOption_Handler, }, { MethodName: "IntegerOption", Handler: _ExecuteProxy_IntegerOption_Handler, }, { MethodName: "NumberOption", Handler: _ExecuteProxy_NumberOption_Handler, }, { MethodName: "BooleanOption", Handler: _ExecuteProxy_BooleanOption_Handler, }, { MethodName: "UserOption", Handler: _ExecuteProxy_UserOption_Handler, }, { MethodName: "RoleOption", Handler: _ExecuteProxy_RoleOption_Handler, }, { MethodName: "ChannelOption", Handler: _ExecuteProxy_ChannelOption_Handler, }, { MethodName: "AttachmentOption", Handler: _ExecuteProxy_AttachmentOption_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/bacotell_command.proto", }
ExecuteProxy_ServiceDesc is the grpc.ServiceDesc for ExecuteProxy service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_proto_bacotell_command_proto protoreflect.FileDescriptor
var File_proto_bacotell_component_proto protoreflect.FileDescriptor
var File_proto_bacotell_interaction_proto protoreflect.FileDescriptor
var File_proto_bacotell_modal_proto protoreflect.FileDescriptor
var File_proto_bacotell_plugin_proto protoreflect.FileDescriptor
var HandleProxy_ServiceDesc = grpc.ServiceDesc{ ServiceName: "bacotell.HandleProxy", HandlerType: (*HandleProxyServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ComponentType", Handler: _HandleProxy_ComponentType_Handler, }, { MethodName: "SelectedValues", Handler: _HandleProxy_SelectedValues_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/bacotell_component.proto", }
HandleProxy_ServiceDesc is the grpc.ServiceDesc for HandleProxy service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var InteractionProxy_ServiceDesc = grpc.ServiceDesc{ ServiceName: "bacotell.InteractionProxy", HandlerType: (*InteractionProxyServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Defer", Handler: _InteractionProxy_Defer_Handler, }, { MethodName: "Respond", Handler: _InteractionProxy_Respond_Handler, }, { MethodName: "Modal", Handler: _InteractionProxy_Modal_Handler, }, { MethodName: "Followup", Handler: _InteractionProxy_Followup_Handler, }, { MethodName: "Edit", Handler: _InteractionProxy_Edit_Handler, }, { MethodName: "Delete", Handler: _InteractionProxy_Delete_Handler, }, { MethodName: "GuildId", Handler: _InteractionProxy_GuildId_Handler, }, { MethodName: "ChannelId", Handler: _InteractionProxy_ChannelId_Handler, }, { MethodName: "UserLocale", Handler: _InteractionProxy_UserLocale_Handler, }, { MethodName: "GuildLocale", Handler: _InteractionProxy_GuildLocale_Handler, }, { MethodName: "User", Handler: _InteractionProxy_User_Handler, }, { MethodName: "Member", Handler: _InteractionProxy_Member_Handler, }, { MethodName: "Message", Handler: _InteractionProxy_Message_Handler, }, { MethodName: "Permissions", Handler: _InteractionProxy_Permissions_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/bacotell_interaction.proto", }
InteractionProxy_ServiceDesc is the grpc.ServiceDesc for InteractionProxy service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Modal_ServiceDesc = grpc.ServiceDesc{ ServiceName: "bacotell.Modal", HandlerType: (*ModalServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CustomId", Handler: _Modal_CustomId_Handler, }, { MethodName: "Submit", Handler: _Modal_Submit_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/bacotell_modal.proto", }
Modal_ServiceDesc is the grpc.ServiceDesc for Modal service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Plugin_ServiceDesc = grpc.ServiceDesc{ ServiceName: "bacotell.Plugin", HandlerType: (*PluginServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Id", Handler: _Plugin_Id_Handler, }, { MethodName: "ApplicationCommands", Handler: _Plugin_ApplicationCommands_Handler, }, { MethodName: "MessageComponents", Handler: _Plugin_MessageComponents_Handler, }, { MethodName: "Modals", Handler: _Plugin_Modals_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/bacotell_plugin.proto", }
Plugin_ServiceDesc is the grpc.ServiceDesc for Plugin service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SubmitProxy_ServiceDesc = grpc.ServiceDesc{ ServiceName: "bacotell.SubmitProxy", HandlerType: (*SubmitProxyServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "InputValue", Handler: _SubmitProxy_InputValue_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "proto/bacotell_modal.proto", }
SubmitProxy_ServiceDesc is the grpc.ServiceDesc for SubmitProxy service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterAutocompleteProxyServer ¶
func RegisterAutocompleteProxyServer(s grpc.ServiceRegistrar, srv AutocompleteProxyServer)
func RegisterCommandServer ¶
func RegisterCommandServer(s grpc.ServiceRegistrar, srv CommandServer)
func RegisterComponentServer ¶
func RegisterComponentServer(s grpc.ServiceRegistrar, srv ComponentServer)
func RegisterExecuteProxyServer ¶
func RegisterExecuteProxyServer(s grpc.ServiceRegistrar, srv ExecuteProxyServer)
func RegisterHandleProxyServer ¶
func RegisterHandleProxyServer(s grpc.ServiceRegistrar, srv HandleProxyServer)
func RegisterInteractionProxyServer ¶
func RegisterInteractionProxyServer(s grpc.ServiceRegistrar, srv InteractionProxyServer)
func RegisterModalServer ¶
func RegisterModalServer(s grpc.ServiceRegistrar, srv ModalServer)
func RegisterPluginServer ¶
func RegisterPluginServer(s grpc.ServiceRegistrar, srv PluginServer)
func RegisterSubmitProxyServer ¶
func RegisterSubmitProxyServer(s grpc.ServiceRegistrar, srv SubmitProxyServer)
Types ¶
type AutocompleteProxyClient ¶
type AutocompleteProxyClient interface { Respond(ctx context.Context, in *AutocompleteProxyRespondRequest, opts ...grpc.CallOption) (*AutocompleteProxyRespondResponse, error) FocusedOption(ctx context.Context, in *AutocompleteProxyFocusedOptionRequest, opts ...grpc.CallOption) (*AutocompleteProxyFocusedOptionResponse, error) }
AutocompleteProxyClient is the client API for AutocompleteProxy 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.
func NewAutocompleteProxyClient ¶
func NewAutocompleteProxyClient(cc grpc.ClientConnInterface) AutocompleteProxyClient
type AutocompleteProxyFocusedOptionRequest ¶
type AutocompleteProxyFocusedOptionRequest struct {
// contains filtered or unexported fields
}
func (*AutocompleteProxyFocusedOptionRequest) Descriptor
deprecated
func (*AutocompleteProxyFocusedOptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use AutocompleteProxyFocusedOptionRequest.ProtoReflect.Descriptor instead.
func (*AutocompleteProxyFocusedOptionRequest) ProtoMessage ¶
func (*AutocompleteProxyFocusedOptionRequest) ProtoMessage()
func (*AutocompleteProxyFocusedOptionRequest) ProtoReflect ¶
func (x *AutocompleteProxyFocusedOptionRequest) ProtoReflect() protoreflect.Message
func (*AutocompleteProxyFocusedOptionRequest) Reset ¶
func (x *AutocompleteProxyFocusedOptionRequest) Reset()
func (*AutocompleteProxyFocusedOptionRequest) String ¶
func (x *AutocompleteProxyFocusedOptionRequest) String() string
type AutocompleteProxyFocusedOptionResponse ¶
type AutocompleteProxyFocusedOptionResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Value *structpb.Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*AutocompleteProxyFocusedOptionResponse) Descriptor
deprecated
func (*AutocompleteProxyFocusedOptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use AutocompleteProxyFocusedOptionResponse.ProtoReflect.Descriptor instead.
func (*AutocompleteProxyFocusedOptionResponse) GetName ¶
func (x *AutocompleteProxyFocusedOptionResponse) GetName() string
func (*AutocompleteProxyFocusedOptionResponse) GetValue ¶
func (x *AutocompleteProxyFocusedOptionResponse) GetValue() *structpb.Value
func (*AutocompleteProxyFocusedOptionResponse) ProtoMessage ¶
func (*AutocompleteProxyFocusedOptionResponse) ProtoMessage()
func (*AutocompleteProxyFocusedOptionResponse) ProtoReflect ¶
func (x *AutocompleteProxyFocusedOptionResponse) ProtoReflect() protoreflect.Message
func (*AutocompleteProxyFocusedOptionResponse) Reset ¶
func (x *AutocompleteProxyFocusedOptionResponse) Reset()
func (*AutocompleteProxyFocusedOptionResponse) String ¶
func (x *AutocompleteProxyFocusedOptionResponse) String() string
type AutocompleteProxyRespondRequest ¶
type AutocompleteProxyRespondRequest struct { Choices []*discordgopb.ApplicationCommandOptionChoice `protobuf:"bytes,1,rep,name=choices,proto3" json:"choices,omitempty"` // contains filtered or unexported fields }
func (*AutocompleteProxyRespondRequest) Descriptor
deprecated
func (*AutocompleteProxyRespondRequest) Descriptor() ([]byte, []int)
Deprecated: Use AutocompleteProxyRespondRequest.ProtoReflect.Descriptor instead.
func (*AutocompleteProxyRespondRequest) GetChoices ¶
func (x *AutocompleteProxyRespondRequest) GetChoices() []*discordgopb.ApplicationCommandOptionChoice
func (*AutocompleteProxyRespondRequest) ProtoMessage ¶
func (*AutocompleteProxyRespondRequest) ProtoMessage()
func (*AutocompleteProxyRespondRequest) ProtoReflect ¶
func (x *AutocompleteProxyRespondRequest) ProtoReflect() protoreflect.Message
func (*AutocompleteProxyRespondRequest) Reset ¶
func (x *AutocompleteProxyRespondRequest) Reset()
func (*AutocompleteProxyRespondRequest) String ¶
func (x *AutocompleteProxyRespondRequest) String() string
type AutocompleteProxyRespondResponse ¶
type AutocompleteProxyRespondResponse struct {
// contains filtered or unexported fields
}
func (*AutocompleteProxyRespondResponse) Descriptor
deprecated
func (*AutocompleteProxyRespondResponse) Descriptor() ([]byte, []int)
Deprecated: Use AutocompleteProxyRespondResponse.ProtoReflect.Descriptor instead.
func (*AutocompleteProxyRespondResponse) ProtoMessage ¶
func (*AutocompleteProxyRespondResponse) ProtoMessage()
func (*AutocompleteProxyRespondResponse) ProtoReflect ¶
func (x *AutocompleteProxyRespondResponse) ProtoReflect() protoreflect.Message
func (*AutocompleteProxyRespondResponse) Reset ¶
func (x *AutocompleteProxyRespondResponse) Reset()
func (*AutocompleteProxyRespondResponse) String ¶
func (x *AutocompleteProxyRespondResponse) String() string
type AutocompleteProxyServer ¶
type AutocompleteProxyServer interface { Respond(context.Context, *AutocompleteProxyRespondRequest) (*AutocompleteProxyRespondResponse, error) FocusedOption(context.Context, *AutocompleteProxyFocusedOptionRequest) (*AutocompleteProxyFocusedOptionResponse, error) // contains filtered or unexported methods }
AutocompleteProxyServer is the server API for AutocompleteProxy service. All implementations must embed UnimplementedAutocompleteProxyServer for forward compatibility
type CommandAutocompleteRequest ¶
type CommandAutocompleteRequest struct { AutocompleteProxyId uint32 `protobuf:"varint,1,opt,name=autocomplete_proxy_id,json=autocompleteProxyId,proto3" json:"autocomplete_proxy_id,omitempty"` // contains filtered or unexported fields }
func (*CommandAutocompleteRequest) Descriptor
deprecated
func (*CommandAutocompleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use CommandAutocompleteRequest.ProtoReflect.Descriptor instead.
func (*CommandAutocompleteRequest) GetAutocompleteProxyId ¶
func (x *CommandAutocompleteRequest) GetAutocompleteProxyId() uint32
func (*CommandAutocompleteRequest) ProtoMessage ¶
func (*CommandAutocompleteRequest) ProtoMessage()
func (*CommandAutocompleteRequest) ProtoReflect ¶
func (x *CommandAutocompleteRequest) ProtoReflect() protoreflect.Message
func (*CommandAutocompleteRequest) Reset ¶
func (x *CommandAutocompleteRequest) Reset()
func (*CommandAutocompleteRequest) String ¶
func (x *CommandAutocompleteRequest) String() string
type CommandAutocompleteResponse ¶
type CommandAutocompleteResponse struct {
// contains filtered or unexported fields
}
func (*CommandAutocompleteResponse) Descriptor
deprecated
func (*CommandAutocompleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use CommandAutocompleteResponse.ProtoReflect.Descriptor instead.
func (*CommandAutocompleteResponse) ProtoMessage ¶
func (*CommandAutocompleteResponse) ProtoMessage()
func (*CommandAutocompleteResponse) ProtoReflect ¶
func (x *CommandAutocompleteResponse) ProtoReflect() protoreflect.Message
func (*CommandAutocompleteResponse) Reset ¶
func (x *CommandAutocompleteResponse) Reset()
func (*CommandAutocompleteResponse) String ¶
func (x *CommandAutocompleteResponse) String() string
type CommandClient ¶
type CommandClient interface { Data(ctx context.Context, in *CommandDataRequest, opts ...grpc.CallOption) (*CommandDataResponse, error) Execute(ctx context.Context, in *CommandExecuteRequest, opts ...grpc.CallOption) (*CommandExecuteResponse, error) Autocomplete(ctx context.Context, in *CommandAutocompleteRequest, opts ...grpc.CallOption) (*CommandAutocompleteResponse, error) }
CommandClient is the client API for Command 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.
func NewCommandClient ¶
func NewCommandClient(cc grpc.ClientConnInterface) CommandClient
type CommandDataRequest ¶
type CommandDataRequest struct {
// contains filtered or unexported fields
}
func (*CommandDataRequest) Descriptor
deprecated
func (*CommandDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use CommandDataRequest.ProtoReflect.Descriptor instead.
func (*CommandDataRequest) ProtoMessage ¶
func (*CommandDataRequest) ProtoMessage()
func (*CommandDataRequest) ProtoReflect ¶
func (x *CommandDataRequest) ProtoReflect() protoreflect.Message
func (*CommandDataRequest) Reset ¶
func (x *CommandDataRequest) Reset()
func (*CommandDataRequest) String ¶
func (x *CommandDataRequest) String() string
type CommandDataResponse ¶
type CommandDataResponse struct { Data *discordgopb.ApplicationCommand `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*CommandDataResponse) Descriptor
deprecated
func (*CommandDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use CommandDataResponse.ProtoReflect.Descriptor instead.
func (*CommandDataResponse) GetData ¶
func (x *CommandDataResponse) GetData() *discordgopb.ApplicationCommand
func (*CommandDataResponse) ProtoMessage ¶
func (*CommandDataResponse) ProtoMessage()
func (*CommandDataResponse) ProtoReflect ¶
func (x *CommandDataResponse) ProtoReflect() protoreflect.Message
func (*CommandDataResponse) Reset ¶
func (x *CommandDataResponse) Reset()
func (*CommandDataResponse) String ¶
func (x *CommandDataResponse) String() string
type CommandExecuteRequest ¶
type CommandExecuteRequest struct { ExecuteProxyId uint32 `protobuf:"varint,1,opt,name=execute_proxy_id,json=executeProxyId,proto3" json:"execute_proxy_id,omitempty"` // contains filtered or unexported fields }
func (*CommandExecuteRequest) Descriptor
deprecated
func (*CommandExecuteRequest) Descriptor() ([]byte, []int)
Deprecated: Use CommandExecuteRequest.ProtoReflect.Descriptor instead.
func (*CommandExecuteRequest) GetExecuteProxyId ¶
func (x *CommandExecuteRequest) GetExecuteProxyId() uint32
func (*CommandExecuteRequest) ProtoMessage ¶
func (*CommandExecuteRequest) ProtoMessage()
func (*CommandExecuteRequest) ProtoReflect ¶
func (x *CommandExecuteRequest) ProtoReflect() protoreflect.Message
func (*CommandExecuteRequest) Reset ¶
func (x *CommandExecuteRequest) Reset()
func (*CommandExecuteRequest) String ¶
func (x *CommandExecuteRequest) String() string
type CommandExecuteResponse ¶
type CommandExecuteResponse struct {
// contains filtered or unexported fields
}
func (*CommandExecuteResponse) Descriptor
deprecated
func (*CommandExecuteResponse) Descriptor() ([]byte, []int)
Deprecated: Use CommandExecuteResponse.ProtoReflect.Descriptor instead.
func (*CommandExecuteResponse) ProtoMessage ¶
func (*CommandExecuteResponse) ProtoMessage()
func (*CommandExecuteResponse) ProtoReflect ¶
func (x *CommandExecuteResponse) ProtoReflect() protoreflect.Message
func (*CommandExecuteResponse) Reset ¶
func (x *CommandExecuteResponse) Reset()
func (*CommandExecuteResponse) String ¶
func (x *CommandExecuteResponse) String() string
type CommandServer ¶
type CommandServer interface { Data(context.Context, *CommandDataRequest) (*CommandDataResponse, error) Execute(context.Context, *CommandExecuteRequest) (*CommandExecuteResponse, error) Autocomplete(context.Context, *CommandAutocompleteRequest) (*CommandAutocompleteResponse, error) // contains filtered or unexported methods }
CommandServer is the server API for Command service. All implementations must embed UnimplementedCommandServer for forward compatibility
type ComponentClient ¶
type ComponentClient interface { CustomId(ctx context.Context, in *ComponentCustomIdRequest, opts ...grpc.CallOption) (*ComponentCustomIdResponse, error) Handle(ctx context.Context, in *ComponentHandleRequest, opts ...grpc.CallOption) (*ComponentHandleResponse, error) }
ComponentClient is the client API for Component 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.
func NewComponentClient ¶
func NewComponentClient(cc grpc.ClientConnInterface) ComponentClient
type ComponentCustomIdRequest ¶
type ComponentCustomIdRequest struct {
// contains filtered or unexported fields
}
func (*ComponentCustomIdRequest) Descriptor
deprecated
func (*ComponentCustomIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use ComponentCustomIdRequest.ProtoReflect.Descriptor instead.
func (*ComponentCustomIdRequest) ProtoMessage ¶
func (*ComponentCustomIdRequest) ProtoMessage()
func (*ComponentCustomIdRequest) ProtoReflect ¶
func (x *ComponentCustomIdRequest) ProtoReflect() protoreflect.Message
func (*ComponentCustomIdRequest) Reset ¶
func (x *ComponentCustomIdRequest) Reset()
func (*ComponentCustomIdRequest) String ¶
func (x *ComponentCustomIdRequest) String() string
type ComponentCustomIdResponse ¶
type ComponentCustomIdResponse struct { CustomId string `protobuf:"bytes,1,opt,name=custom_id,json=customId,proto3" json:"custom_id,omitempty"` // contains filtered or unexported fields }
func (*ComponentCustomIdResponse) Descriptor
deprecated
func (*ComponentCustomIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use ComponentCustomIdResponse.ProtoReflect.Descriptor instead.
func (*ComponentCustomIdResponse) GetCustomId ¶
func (x *ComponentCustomIdResponse) GetCustomId() string
func (*ComponentCustomIdResponse) ProtoMessage ¶
func (*ComponentCustomIdResponse) ProtoMessage()
func (*ComponentCustomIdResponse) ProtoReflect ¶
func (x *ComponentCustomIdResponse) ProtoReflect() protoreflect.Message
func (*ComponentCustomIdResponse) Reset ¶
func (x *ComponentCustomIdResponse) Reset()
func (*ComponentCustomIdResponse) String ¶
func (x *ComponentCustomIdResponse) String() string
type ComponentHandleRequest ¶
type ComponentHandleRequest struct { HandleProxyId uint32 `protobuf:"varint,1,opt,name=handle_proxy_id,json=handleProxyId,proto3" json:"handle_proxy_id,omitempty"` // contains filtered or unexported fields }
func (*ComponentHandleRequest) Descriptor
deprecated
func (*ComponentHandleRequest) Descriptor() ([]byte, []int)
Deprecated: Use ComponentHandleRequest.ProtoReflect.Descriptor instead.
func (*ComponentHandleRequest) GetHandleProxyId ¶
func (x *ComponentHandleRequest) GetHandleProxyId() uint32
func (*ComponentHandleRequest) ProtoMessage ¶
func (*ComponentHandleRequest) ProtoMessage()
func (*ComponentHandleRequest) ProtoReflect ¶
func (x *ComponentHandleRequest) ProtoReflect() protoreflect.Message
func (*ComponentHandleRequest) Reset ¶
func (x *ComponentHandleRequest) Reset()
func (*ComponentHandleRequest) String ¶
func (x *ComponentHandleRequest) String() string
type ComponentHandleResponse ¶
type ComponentHandleResponse struct {
// contains filtered or unexported fields
}
func (*ComponentHandleResponse) Descriptor
deprecated
func (*ComponentHandleResponse) Descriptor() ([]byte, []int)
Deprecated: Use ComponentHandleResponse.ProtoReflect.Descriptor instead.
func (*ComponentHandleResponse) ProtoMessage ¶
func (*ComponentHandleResponse) ProtoMessage()
func (*ComponentHandleResponse) ProtoReflect ¶
func (x *ComponentHandleResponse) ProtoReflect() protoreflect.Message
func (*ComponentHandleResponse) Reset ¶
func (x *ComponentHandleResponse) Reset()
func (*ComponentHandleResponse) String ¶
func (x *ComponentHandleResponse) String() string
type ComponentServer ¶
type ComponentServer interface { CustomId(context.Context, *ComponentCustomIdRequest) (*ComponentCustomIdResponse, error) Handle(context.Context, *ComponentHandleRequest) (*ComponentHandleResponse, error) // contains filtered or unexported methods }
ComponentServer is the server API for Component service. All implementations must embed UnimplementedComponentServer for forward compatibility
type ExecuteProxyAttachmentOptionRequest ¶
type ExecuteProxyAttachmentOptionRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyAttachmentOptionRequest) Descriptor
deprecated
func (*ExecuteProxyAttachmentOptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyAttachmentOptionRequest.ProtoReflect.Descriptor instead.
func (*ExecuteProxyAttachmentOptionRequest) GetName ¶
func (x *ExecuteProxyAttachmentOptionRequest) GetName() string
func (*ExecuteProxyAttachmentOptionRequest) ProtoMessage ¶
func (*ExecuteProxyAttachmentOptionRequest) ProtoMessage()
func (*ExecuteProxyAttachmentOptionRequest) ProtoReflect ¶
func (x *ExecuteProxyAttachmentOptionRequest) ProtoReflect() protoreflect.Message
func (*ExecuteProxyAttachmentOptionRequest) Reset ¶
func (x *ExecuteProxyAttachmentOptionRequest) Reset()
func (*ExecuteProxyAttachmentOptionRequest) String ¶
func (x *ExecuteProxyAttachmentOptionRequest) String() string
type ExecuteProxyAttachmentOptionResponse ¶
type ExecuteProxyAttachmentOptionResponse struct { Value *discordgopb.MessageAttachment `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyAttachmentOptionResponse) Descriptor
deprecated
func (*ExecuteProxyAttachmentOptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyAttachmentOptionResponse.ProtoReflect.Descriptor instead.
func (*ExecuteProxyAttachmentOptionResponse) GetValue ¶
func (x *ExecuteProxyAttachmentOptionResponse) GetValue() *discordgopb.MessageAttachment
func (*ExecuteProxyAttachmentOptionResponse) ProtoMessage ¶
func (*ExecuteProxyAttachmentOptionResponse) ProtoMessage()
func (*ExecuteProxyAttachmentOptionResponse) ProtoReflect ¶
func (x *ExecuteProxyAttachmentOptionResponse) ProtoReflect() protoreflect.Message
func (*ExecuteProxyAttachmentOptionResponse) Reset ¶
func (x *ExecuteProxyAttachmentOptionResponse) Reset()
func (*ExecuteProxyAttachmentOptionResponse) String ¶
func (x *ExecuteProxyAttachmentOptionResponse) String() string
type ExecuteProxyBooleanOptionRequest ¶
type ExecuteProxyBooleanOptionRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyBooleanOptionRequest) Descriptor
deprecated
func (*ExecuteProxyBooleanOptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyBooleanOptionRequest.ProtoReflect.Descriptor instead.
func (*ExecuteProxyBooleanOptionRequest) GetName ¶
func (x *ExecuteProxyBooleanOptionRequest) GetName() string
func (*ExecuteProxyBooleanOptionRequest) ProtoMessage ¶
func (*ExecuteProxyBooleanOptionRequest) ProtoMessage()
func (*ExecuteProxyBooleanOptionRequest) ProtoReflect ¶
func (x *ExecuteProxyBooleanOptionRequest) ProtoReflect() protoreflect.Message
func (*ExecuteProxyBooleanOptionRequest) Reset ¶
func (x *ExecuteProxyBooleanOptionRequest) Reset()
func (*ExecuteProxyBooleanOptionRequest) String ¶
func (x *ExecuteProxyBooleanOptionRequest) String() string
type ExecuteProxyBooleanOptionResponse ¶
type ExecuteProxyBooleanOptionResponse struct { Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyBooleanOptionResponse) Descriptor
deprecated
func (*ExecuteProxyBooleanOptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyBooleanOptionResponse.ProtoReflect.Descriptor instead.
func (*ExecuteProxyBooleanOptionResponse) GetValue ¶
func (x *ExecuteProxyBooleanOptionResponse) GetValue() bool
func (*ExecuteProxyBooleanOptionResponse) ProtoMessage ¶
func (*ExecuteProxyBooleanOptionResponse) ProtoMessage()
func (*ExecuteProxyBooleanOptionResponse) ProtoReflect ¶
func (x *ExecuteProxyBooleanOptionResponse) ProtoReflect() protoreflect.Message
func (*ExecuteProxyBooleanOptionResponse) Reset ¶
func (x *ExecuteProxyBooleanOptionResponse) Reset()
func (*ExecuteProxyBooleanOptionResponse) String ¶
func (x *ExecuteProxyBooleanOptionResponse) String() string
type ExecuteProxyChannelOptionRequest ¶
type ExecuteProxyChannelOptionRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyChannelOptionRequest) Descriptor
deprecated
func (*ExecuteProxyChannelOptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyChannelOptionRequest.ProtoReflect.Descriptor instead.
func (*ExecuteProxyChannelOptionRequest) GetName ¶
func (x *ExecuteProxyChannelOptionRequest) GetName() string
func (*ExecuteProxyChannelOptionRequest) ProtoMessage ¶
func (*ExecuteProxyChannelOptionRequest) ProtoMessage()
func (*ExecuteProxyChannelOptionRequest) ProtoReflect ¶
func (x *ExecuteProxyChannelOptionRequest) ProtoReflect() protoreflect.Message
func (*ExecuteProxyChannelOptionRequest) Reset ¶
func (x *ExecuteProxyChannelOptionRequest) Reset()
func (*ExecuteProxyChannelOptionRequest) String ¶
func (x *ExecuteProxyChannelOptionRequest) String() string
type ExecuteProxyChannelOptionResponse ¶
type ExecuteProxyChannelOptionResponse struct { Value *discordgopb.Channel `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyChannelOptionResponse) Descriptor
deprecated
func (*ExecuteProxyChannelOptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyChannelOptionResponse.ProtoReflect.Descriptor instead.
func (*ExecuteProxyChannelOptionResponse) GetValue ¶
func (x *ExecuteProxyChannelOptionResponse) GetValue() *discordgopb.Channel
func (*ExecuteProxyChannelOptionResponse) ProtoMessage ¶
func (*ExecuteProxyChannelOptionResponse) ProtoMessage()
func (*ExecuteProxyChannelOptionResponse) ProtoReflect ¶
func (x *ExecuteProxyChannelOptionResponse) ProtoReflect() protoreflect.Message
func (*ExecuteProxyChannelOptionResponse) Reset ¶
func (x *ExecuteProxyChannelOptionResponse) Reset()
func (*ExecuteProxyChannelOptionResponse) String ¶
func (x *ExecuteProxyChannelOptionResponse) String() string
type ExecuteProxyClient ¶
type ExecuteProxyClient interface { StringOption(ctx context.Context, in *ExecuteProxyStringOptionRequest, opts ...grpc.CallOption) (*ExecuteProxyStringOptionResponse, error) IntegerOption(ctx context.Context, in *ExecuteProxyIntegerOptionRequest, opts ...grpc.CallOption) (*ExecuteProxyIntegerOptionResponse, error) NumberOption(ctx context.Context, in *ExecuteProxyNumberOptionRequest, opts ...grpc.CallOption) (*ExecuteProxyNumberOptionResponse, error) BooleanOption(ctx context.Context, in *ExecuteProxyBooleanOptionRequest, opts ...grpc.CallOption) (*ExecuteProxyBooleanOptionResponse, error) UserOption(ctx context.Context, in *ExecuteProxyUserOptionRequest, opts ...grpc.CallOption) (*ExecuteProxyUserOptionResponse, error) RoleOption(ctx context.Context, in *ExecuteProxyRoleOptionRequest, opts ...grpc.CallOption) (*ExecuteProxyRoleOptionResponse, error) ChannelOption(ctx context.Context, in *ExecuteProxyChannelOptionRequest, opts ...grpc.CallOption) (*ExecuteProxyChannelOptionResponse, error) AttachmentOption(ctx context.Context, in *ExecuteProxyAttachmentOptionRequest, opts ...grpc.CallOption) (*ExecuteProxyAttachmentOptionResponse, error) }
ExecuteProxyClient is the client API for ExecuteProxy 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.
func NewExecuteProxyClient ¶
func NewExecuteProxyClient(cc grpc.ClientConnInterface) ExecuteProxyClient
type ExecuteProxyIntegerOptionRequest ¶
type ExecuteProxyIntegerOptionRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyIntegerOptionRequest) Descriptor
deprecated
func (*ExecuteProxyIntegerOptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyIntegerOptionRequest.ProtoReflect.Descriptor instead.
func (*ExecuteProxyIntegerOptionRequest) GetName ¶
func (x *ExecuteProxyIntegerOptionRequest) GetName() string
func (*ExecuteProxyIntegerOptionRequest) ProtoMessage ¶
func (*ExecuteProxyIntegerOptionRequest) ProtoMessage()
func (*ExecuteProxyIntegerOptionRequest) ProtoReflect ¶
func (x *ExecuteProxyIntegerOptionRequest) ProtoReflect() protoreflect.Message
func (*ExecuteProxyIntegerOptionRequest) Reset ¶
func (x *ExecuteProxyIntegerOptionRequest) Reset()
func (*ExecuteProxyIntegerOptionRequest) String ¶
func (x *ExecuteProxyIntegerOptionRequest) String() string
type ExecuteProxyIntegerOptionResponse ¶
type ExecuteProxyIntegerOptionResponse struct { Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyIntegerOptionResponse) Descriptor
deprecated
func (*ExecuteProxyIntegerOptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyIntegerOptionResponse.ProtoReflect.Descriptor instead.
func (*ExecuteProxyIntegerOptionResponse) GetValue ¶
func (x *ExecuteProxyIntegerOptionResponse) GetValue() int64
func (*ExecuteProxyIntegerOptionResponse) ProtoMessage ¶
func (*ExecuteProxyIntegerOptionResponse) ProtoMessage()
func (*ExecuteProxyIntegerOptionResponse) ProtoReflect ¶
func (x *ExecuteProxyIntegerOptionResponse) ProtoReflect() protoreflect.Message
func (*ExecuteProxyIntegerOptionResponse) Reset ¶
func (x *ExecuteProxyIntegerOptionResponse) Reset()
func (*ExecuteProxyIntegerOptionResponse) String ¶
func (x *ExecuteProxyIntegerOptionResponse) String() string
type ExecuteProxyNumberOptionRequest ¶
type ExecuteProxyNumberOptionRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyNumberOptionRequest) Descriptor
deprecated
func (*ExecuteProxyNumberOptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyNumberOptionRequest.ProtoReflect.Descriptor instead.
func (*ExecuteProxyNumberOptionRequest) GetName ¶
func (x *ExecuteProxyNumberOptionRequest) GetName() string
func (*ExecuteProxyNumberOptionRequest) ProtoMessage ¶
func (*ExecuteProxyNumberOptionRequest) ProtoMessage()
func (*ExecuteProxyNumberOptionRequest) ProtoReflect ¶
func (x *ExecuteProxyNumberOptionRequest) ProtoReflect() protoreflect.Message
func (*ExecuteProxyNumberOptionRequest) Reset ¶
func (x *ExecuteProxyNumberOptionRequest) Reset()
func (*ExecuteProxyNumberOptionRequest) String ¶
func (x *ExecuteProxyNumberOptionRequest) String() string
type ExecuteProxyNumberOptionResponse ¶
type ExecuteProxyNumberOptionResponse struct { Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyNumberOptionResponse) Descriptor
deprecated
func (*ExecuteProxyNumberOptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyNumberOptionResponse.ProtoReflect.Descriptor instead.
func (*ExecuteProxyNumberOptionResponse) GetValue ¶
func (x *ExecuteProxyNumberOptionResponse) GetValue() float64
func (*ExecuteProxyNumberOptionResponse) ProtoMessage ¶
func (*ExecuteProxyNumberOptionResponse) ProtoMessage()
func (*ExecuteProxyNumberOptionResponse) ProtoReflect ¶
func (x *ExecuteProxyNumberOptionResponse) ProtoReflect() protoreflect.Message
func (*ExecuteProxyNumberOptionResponse) Reset ¶
func (x *ExecuteProxyNumberOptionResponse) Reset()
func (*ExecuteProxyNumberOptionResponse) String ¶
func (x *ExecuteProxyNumberOptionResponse) String() string
type ExecuteProxyRoleOptionRequest ¶
type ExecuteProxyRoleOptionRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyRoleOptionRequest) Descriptor
deprecated
func (*ExecuteProxyRoleOptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyRoleOptionRequest.ProtoReflect.Descriptor instead.
func (*ExecuteProxyRoleOptionRequest) GetName ¶
func (x *ExecuteProxyRoleOptionRequest) GetName() string
func (*ExecuteProxyRoleOptionRequest) ProtoMessage ¶
func (*ExecuteProxyRoleOptionRequest) ProtoMessage()
func (*ExecuteProxyRoleOptionRequest) ProtoReflect ¶
func (x *ExecuteProxyRoleOptionRequest) ProtoReflect() protoreflect.Message
func (*ExecuteProxyRoleOptionRequest) Reset ¶
func (x *ExecuteProxyRoleOptionRequest) Reset()
func (*ExecuteProxyRoleOptionRequest) String ¶
func (x *ExecuteProxyRoleOptionRequest) String() string
type ExecuteProxyRoleOptionResponse ¶
type ExecuteProxyRoleOptionResponse struct { Value *discordgopb.Role `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyRoleOptionResponse) Descriptor
deprecated
func (*ExecuteProxyRoleOptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyRoleOptionResponse.ProtoReflect.Descriptor instead.
func (*ExecuteProxyRoleOptionResponse) GetValue ¶
func (x *ExecuteProxyRoleOptionResponse) GetValue() *discordgopb.Role
func (*ExecuteProxyRoleOptionResponse) ProtoMessage ¶
func (*ExecuteProxyRoleOptionResponse) ProtoMessage()
func (*ExecuteProxyRoleOptionResponse) ProtoReflect ¶
func (x *ExecuteProxyRoleOptionResponse) ProtoReflect() protoreflect.Message
func (*ExecuteProxyRoleOptionResponse) Reset ¶
func (x *ExecuteProxyRoleOptionResponse) Reset()
func (*ExecuteProxyRoleOptionResponse) String ¶
func (x *ExecuteProxyRoleOptionResponse) String() string
type ExecuteProxyServer ¶
type ExecuteProxyServer interface { StringOption(context.Context, *ExecuteProxyStringOptionRequest) (*ExecuteProxyStringOptionResponse, error) IntegerOption(context.Context, *ExecuteProxyIntegerOptionRequest) (*ExecuteProxyIntegerOptionResponse, error) NumberOption(context.Context, *ExecuteProxyNumberOptionRequest) (*ExecuteProxyNumberOptionResponse, error) BooleanOption(context.Context, *ExecuteProxyBooleanOptionRequest) (*ExecuteProxyBooleanOptionResponse, error) UserOption(context.Context, *ExecuteProxyUserOptionRequest) (*ExecuteProxyUserOptionResponse, error) RoleOption(context.Context, *ExecuteProxyRoleOptionRequest) (*ExecuteProxyRoleOptionResponse, error) ChannelOption(context.Context, *ExecuteProxyChannelOptionRequest) (*ExecuteProxyChannelOptionResponse, error) AttachmentOption(context.Context, *ExecuteProxyAttachmentOptionRequest) (*ExecuteProxyAttachmentOptionResponse, error) // contains filtered or unexported methods }
ExecuteProxyServer is the server API for ExecuteProxy service. All implementations must embed UnimplementedExecuteProxyServer for forward compatibility
type ExecuteProxyStringOptionRequest ¶
type ExecuteProxyStringOptionRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyStringOptionRequest) Descriptor
deprecated
func (*ExecuteProxyStringOptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyStringOptionRequest.ProtoReflect.Descriptor instead.
func (*ExecuteProxyStringOptionRequest) GetName ¶
func (x *ExecuteProxyStringOptionRequest) GetName() string
func (*ExecuteProxyStringOptionRequest) ProtoMessage ¶
func (*ExecuteProxyStringOptionRequest) ProtoMessage()
func (*ExecuteProxyStringOptionRequest) ProtoReflect ¶
func (x *ExecuteProxyStringOptionRequest) ProtoReflect() protoreflect.Message
func (*ExecuteProxyStringOptionRequest) Reset ¶
func (x *ExecuteProxyStringOptionRequest) Reset()
func (*ExecuteProxyStringOptionRequest) String ¶
func (x *ExecuteProxyStringOptionRequest) String() string
type ExecuteProxyStringOptionResponse ¶
type ExecuteProxyStringOptionResponse struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyStringOptionResponse) Descriptor
deprecated
func (*ExecuteProxyStringOptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyStringOptionResponse.ProtoReflect.Descriptor instead.
func (*ExecuteProxyStringOptionResponse) GetValue ¶
func (x *ExecuteProxyStringOptionResponse) GetValue() string
func (*ExecuteProxyStringOptionResponse) ProtoMessage ¶
func (*ExecuteProxyStringOptionResponse) ProtoMessage()
func (*ExecuteProxyStringOptionResponse) ProtoReflect ¶
func (x *ExecuteProxyStringOptionResponse) ProtoReflect() protoreflect.Message
func (*ExecuteProxyStringOptionResponse) Reset ¶
func (x *ExecuteProxyStringOptionResponse) Reset()
func (*ExecuteProxyStringOptionResponse) String ¶
func (x *ExecuteProxyStringOptionResponse) String() string
type ExecuteProxyUserOptionRequest ¶
type ExecuteProxyUserOptionRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyUserOptionRequest) Descriptor
deprecated
func (*ExecuteProxyUserOptionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyUserOptionRequest.ProtoReflect.Descriptor instead.
func (*ExecuteProxyUserOptionRequest) GetName ¶
func (x *ExecuteProxyUserOptionRequest) GetName() string
func (*ExecuteProxyUserOptionRequest) ProtoMessage ¶
func (*ExecuteProxyUserOptionRequest) ProtoMessage()
func (*ExecuteProxyUserOptionRequest) ProtoReflect ¶
func (x *ExecuteProxyUserOptionRequest) ProtoReflect() protoreflect.Message
func (*ExecuteProxyUserOptionRequest) Reset ¶
func (x *ExecuteProxyUserOptionRequest) Reset()
func (*ExecuteProxyUserOptionRequest) String ¶
func (x *ExecuteProxyUserOptionRequest) String() string
type ExecuteProxyUserOptionResponse ¶
type ExecuteProxyUserOptionResponse struct { Value *discordgopb.User `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ExecuteProxyUserOptionResponse) Descriptor
deprecated
func (*ExecuteProxyUserOptionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteProxyUserOptionResponse.ProtoReflect.Descriptor instead.
func (*ExecuteProxyUserOptionResponse) GetValue ¶
func (x *ExecuteProxyUserOptionResponse) GetValue() *discordgopb.User
func (*ExecuteProxyUserOptionResponse) ProtoMessage ¶
func (*ExecuteProxyUserOptionResponse) ProtoMessage()
func (*ExecuteProxyUserOptionResponse) ProtoReflect ¶
func (x *ExecuteProxyUserOptionResponse) ProtoReflect() protoreflect.Message
func (*ExecuteProxyUserOptionResponse) Reset ¶
func (x *ExecuteProxyUserOptionResponse) Reset()
func (*ExecuteProxyUserOptionResponse) String ¶
func (x *ExecuteProxyUserOptionResponse) String() string
type HandleProxyClient ¶
type HandleProxyClient interface { ComponentType(ctx context.Context, in *HandleProxyComponentTypeRequest, opts ...grpc.CallOption) (*HandleProxyComponentTypeResponse, error) SelectedValues(ctx context.Context, in *HandleProxySelectedValuesRequest, opts ...grpc.CallOption) (*HandleProxySelectedValuesResponse, error) }
HandleProxyClient is the client API for HandleProxy 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.
func NewHandleProxyClient ¶
func NewHandleProxyClient(cc grpc.ClientConnInterface) HandleProxyClient
type HandleProxyComponentTypeRequest ¶
type HandleProxyComponentTypeRequest struct {
// contains filtered or unexported fields
}
func (*HandleProxyComponentTypeRequest) Descriptor
deprecated
func (*HandleProxyComponentTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use HandleProxyComponentTypeRequest.ProtoReflect.Descriptor instead.
func (*HandleProxyComponentTypeRequest) ProtoMessage ¶
func (*HandleProxyComponentTypeRequest) ProtoMessage()
func (*HandleProxyComponentTypeRequest) ProtoReflect ¶
func (x *HandleProxyComponentTypeRequest) ProtoReflect() protoreflect.Message
func (*HandleProxyComponentTypeRequest) Reset ¶
func (x *HandleProxyComponentTypeRequest) Reset()
func (*HandleProxyComponentTypeRequest) String ¶
func (x *HandleProxyComponentTypeRequest) String() string
type HandleProxyComponentTypeResponse ¶
type HandleProxyComponentTypeResponse struct { Type uint32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*HandleProxyComponentTypeResponse) Descriptor
deprecated
func (*HandleProxyComponentTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use HandleProxyComponentTypeResponse.ProtoReflect.Descriptor instead.
func (*HandleProxyComponentTypeResponse) GetType ¶
func (x *HandleProxyComponentTypeResponse) GetType() uint32
func (*HandleProxyComponentTypeResponse) ProtoMessage ¶
func (*HandleProxyComponentTypeResponse) ProtoMessage()
func (*HandleProxyComponentTypeResponse) ProtoReflect ¶
func (x *HandleProxyComponentTypeResponse) ProtoReflect() protoreflect.Message
func (*HandleProxyComponentTypeResponse) Reset ¶
func (x *HandleProxyComponentTypeResponse) Reset()
func (*HandleProxyComponentTypeResponse) String ¶
func (x *HandleProxyComponentTypeResponse) String() string
type HandleProxySelectedValuesRequest ¶
type HandleProxySelectedValuesRequest struct {
// contains filtered or unexported fields
}
func (*HandleProxySelectedValuesRequest) Descriptor
deprecated
func (*HandleProxySelectedValuesRequest) Descriptor() ([]byte, []int)
Deprecated: Use HandleProxySelectedValuesRequest.ProtoReflect.Descriptor instead.
func (*HandleProxySelectedValuesRequest) ProtoMessage ¶
func (*HandleProxySelectedValuesRequest) ProtoMessage()
func (*HandleProxySelectedValuesRequest) ProtoReflect ¶
func (x *HandleProxySelectedValuesRequest) ProtoReflect() protoreflect.Message
func (*HandleProxySelectedValuesRequest) Reset ¶
func (x *HandleProxySelectedValuesRequest) Reset()
func (*HandleProxySelectedValuesRequest) String ¶
func (x *HandleProxySelectedValuesRequest) String() string
type HandleProxySelectedValuesResponse ¶
type HandleProxySelectedValuesResponse struct { Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*HandleProxySelectedValuesResponse) Descriptor
deprecated
func (*HandleProxySelectedValuesResponse) Descriptor() ([]byte, []int)
Deprecated: Use HandleProxySelectedValuesResponse.ProtoReflect.Descriptor instead.
func (*HandleProxySelectedValuesResponse) GetValues ¶
func (x *HandleProxySelectedValuesResponse) GetValues() []string
func (*HandleProxySelectedValuesResponse) ProtoMessage ¶
func (*HandleProxySelectedValuesResponse) ProtoMessage()
func (*HandleProxySelectedValuesResponse) ProtoReflect ¶
func (x *HandleProxySelectedValuesResponse) ProtoReflect() protoreflect.Message
func (*HandleProxySelectedValuesResponse) Reset ¶
func (x *HandleProxySelectedValuesResponse) Reset()
func (*HandleProxySelectedValuesResponse) String ¶
func (x *HandleProxySelectedValuesResponse) String() string
type HandleProxyServer ¶
type HandleProxyServer interface { ComponentType(context.Context, *HandleProxyComponentTypeRequest) (*HandleProxyComponentTypeResponse, error) SelectedValues(context.Context, *HandleProxySelectedValuesRequest) (*HandleProxySelectedValuesResponse, error) // contains filtered or unexported methods }
HandleProxyServer is the server API for HandleProxy service. All implementations must embed UnimplementedHandleProxyServer for forward compatibility
type InteractionProxyChannelIdRequest ¶
type InteractionProxyChannelIdRequest struct {
// contains filtered or unexported fields
}
func (*InteractionProxyChannelIdRequest) Descriptor
deprecated
func (*InteractionProxyChannelIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyChannelIdRequest.ProtoReflect.Descriptor instead.
func (*InteractionProxyChannelIdRequest) ProtoMessage ¶
func (*InteractionProxyChannelIdRequest) ProtoMessage()
func (*InteractionProxyChannelIdRequest) ProtoReflect ¶
func (x *InteractionProxyChannelIdRequest) ProtoReflect() protoreflect.Message
func (*InteractionProxyChannelIdRequest) Reset ¶
func (x *InteractionProxyChannelIdRequest) Reset()
func (*InteractionProxyChannelIdRequest) String ¶
func (x *InteractionProxyChannelIdRequest) String() string
type InteractionProxyChannelIdResponse ¶
type InteractionProxyChannelIdResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyChannelIdResponse) Descriptor
deprecated
func (*InteractionProxyChannelIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyChannelIdResponse.ProtoReflect.Descriptor instead.
func (*InteractionProxyChannelIdResponse) GetId ¶
func (x *InteractionProxyChannelIdResponse) GetId() string
func (*InteractionProxyChannelIdResponse) ProtoMessage ¶
func (*InteractionProxyChannelIdResponse) ProtoMessage()
func (*InteractionProxyChannelIdResponse) ProtoReflect ¶
func (x *InteractionProxyChannelIdResponse) ProtoReflect() protoreflect.Message
func (*InteractionProxyChannelIdResponse) Reset ¶
func (x *InteractionProxyChannelIdResponse) Reset()
func (*InteractionProxyChannelIdResponse) String ¶
func (x *InteractionProxyChannelIdResponse) String() string
type InteractionProxyClient ¶
type InteractionProxyClient interface { Defer(ctx context.Context, in *InteractionProxyDeferRequest, opts ...grpc.CallOption) (*InteractionProxyDeferResponse, error) Respond(ctx context.Context, in *InteractionProxyRespondRequest, opts ...grpc.CallOption) (*InteractionProxyRespondResponse, error) Modal(ctx context.Context, in *InteractionProxyModalRequest, opts ...grpc.CallOption) (*InteractionProxyModalResponse, error) Followup(ctx context.Context, in *InteractionProxyFollowupRequest, opts ...grpc.CallOption) (*InteractionProxyFollowupResponse, error) Edit(ctx context.Context, in *InteractionProxyEditRequest, opts ...grpc.CallOption) (*InteractionProxyEditResponse, error) Delete(ctx context.Context, in *InteractionProxyDeleteRequest, opts ...grpc.CallOption) (*InteractionProxyDeleteResponse, error) GuildId(ctx context.Context, in *InteractionProxyGuildIdRequest, opts ...grpc.CallOption) (*InteractionProxyGuildIdResponse, error) ChannelId(ctx context.Context, in *InteractionProxyChannelIdRequest, opts ...grpc.CallOption) (*InteractionProxyChannelIdResponse, error) UserLocale(ctx context.Context, in *InteractionProxyUserLocaleRequest, opts ...grpc.CallOption) (*InteractionProxyUserLocaleResponse, error) GuildLocale(ctx context.Context, in *InteractionProxyGuildLocaleRequest, opts ...grpc.CallOption) (*InteractionProxyGuildLocaleResponse, error) User(ctx context.Context, in *InteractionProxyUserRequest, opts ...grpc.CallOption) (*InteractionProxyUserResponse, error) Member(ctx context.Context, in *InteractionProxyMemberRequest, opts ...grpc.CallOption) (*InteractionProxyMemberResponse, error) Message(ctx context.Context, in *InteractionProxyMessageRequest, opts ...grpc.CallOption) (*InteractionProxyMessageResponse, error) Permissions(ctx context.Context, in *InteractionProxyPermissionsRequest, opts ...grpc.CallOption) (*InteractionProxyPermissionsResponse, error) }
InteractionProxyClient is the client API for InteractionProxy 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.
func NewInteractionProxyClient ¶
func NewInteractionProxyClient(cc grpc.ClientConnInterface) InteractionProxyClient
type InteractionProxyDeferRequest ¶
type InteractionProxyDeferRequest struct { Ephemeral bool `protobuf:"varint,1,opt,name=ephemeral,proto3" json:"ephemeral,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyDeferRequest) Descriptor
deprecated
func (*InteractionProxyDeferRequest) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyDeferRequest.ProtoReflect.Descriptor instead.
func (*InteractionProxyDeferRequest) GetEphemeral ¶
func (x *InteractionProxyDeferRequest) GetEphemeral() bool
func (*InteractionProxyDeferRequest) ProtoMessage ¶
func (*InteractionProxyDeferRequest) ProtoMessage()
func (*InteractionProxyDeferRequest) ProtoReflect ¶
func (x *InteractionProxyDeferRequest) ProtoReflect() protoreflect.Message
func (*InteractionProxyDeferRequest) Reset ¶
func (x *InteractionProxyDeferRequest) Reset()
func (*InteractionProxyDeferRequest) String ¶
func (x *InteractionProxyDeferRequest) String() string
type InteractionProxyDeferResponse ¶
type InteractionProxyDeferResponse struct {
// contains filtered or unexported fields
}
func (*InteractionProxyDeferResponse) Descriptor
deprecated
func (*InteractionProxyDeferResponse) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyDeferResponse.ProtoReflect.Descriptor instead.
func (*InteractionProxyDeferResponse) ProtoMessage ¶
func (*InteractionProxyDeferResponse) ProtoMessage()
func (*InteractionProxyDeferResponse) ProtoReflect ¶
func (x *InteractionProxyDeferResponse) ProtoReflect() protoreflect.Message
func (*InteractionProxyDeferResponse) Reset ¶
func (x *InteractionProxyDeferResponse) Reset()
func (*InteractionProxyDeferResponse) String ¶
func (x *InteractionProxyDeferResponse) String() string
type InteractionProxyDeleteRequest ¶
type InteractionProxyDeleteRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyDeleteRequest) Descriptor
deprecated
func (*InteractionProxyDeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyDeleteRequest.ProtoReflect.Descriptor instead.
func (*InteractionProxyDeleteRequest) GetId ¶
func (x *InteractionProxyDeleteRequest) GetId() string
func (*InteractionProxyDeleteRequest) ProtoMessage ¶
func (*InteractionProxyDeleteRequest) ProtoMessage()
func (*InteractionProxyDeleteRequest) ProtoReflect ¶
func (x *InteractionProxyDeleteRequest) ProtoReflect() protoreflect.Message
func (*InteractionProxyDeleteRequest) Reset ¶
func (x *InteractionProxyDeleteRequest) Reset()
func (*InteractionProxyDeleteRequest) String ¶
func (x *InteractionProxyDeleteRequest) String() string
type InteractionProxyDeleteResponse ¶
type InteractionProxyDeleteResponse struct {
// contains filtered or unexported fields
}
func (*InteractionProxyDeleteResponse) Descriptor
deprecated
func (*InteractionProxyDeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyDeleteResponse.ProtoReflect.Descriptor instead.
func (*InteractionProxyDeleteResponse) ProtoMessage ¶
func (*InteractionProxyDeleteResponse) ProtoMessage()
func (*InteractionProxyDeleteResponse) ProtoReflect ¶
func (x *InteractionProxyDeleteResponse) ProtoReflect() protoreflect.Message
func (*InteractionProxyDeleteResponse) Reset ¶
func (x *InteractionProxyDeleteResponse) Reset()
func (*InteractionProxyDeleteResponse) String ¶
func (x *InteractionProxyDeleteResponse) String() string
type InteractionProxyEditRequest ¶
type InteractionProxyEditRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Message *Response `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyEditRequest) Descriptor
deprecated
func (*InteractionProxyEditRequest) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyEditRequest.ProtoReflect.Descriptor instead.
func (*InteractionProxyEditRequest) GetId ¶
func (x *InteractionProxyEditRequest) GetId() string
func (*InteractionProxyEditRequest) GetMessage ¶
func (x *InteractionProxyEditRequest) GetMessage() *Response
func (*InteractionProxyEditRequest) ProtoMessage ¶
func (*InteractionProxyEditRequest) ProtoMessage()
func (*InteractionProxyEditRequest) ProtoReflect ¶
func (x *InteractionProxyEditRequest) ProtoReflect() protoreflect.Message
func (*InteractionProxyEditRequest) Reset ¶
func (x *InteractionProxyEditRequest) Reset()
func (*InteractionProxyEditRequest) String ¶
func (x *InteractionProxyEditRequest) String() string
type InteractionProxyEditResponse ¶
type InteractionProxyEditResponse struct {
// contains filtered or unexported fields
}
func (*InteractionProxyEditResponse) Descriptor
deprecated
func (*InteractionProxyEditResponse) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyEditResponse.ProtoReflect.Descriptor instead.
func (*InteractionProxyEditResponse) ProtoMessage ¶
func (*InteractionProxyEditResponse) ProtoMessage()
func (*InteractionProxyEditResponse) ProtoReflect ¶
func (x *InteractionProxyEditResponse) ProtoReflect() protoreflect.Message
func (*InteractionProxyEditResponse) Reset ¶
func (x *InteractionProxyEditResponse) Reset()
func (*InteractionProxyEditResponse) String ¶
func (x *InteractionProxyEditResponse) String() string
type InteractionProxyFollowupRequest ¶
type InteractionProxyFollowupRequest struct { Message *Response `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Ephemeral bool `protobuf:"varint,2,opt,name=ephemeral,proto3" json:"ephemeral,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyFollowupRequest) Descriptor
deprecated
func (*InteractionProxyFollowupRequest) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyFollowupRequest.ProtoReflect.Descriptor instead.
func (*InteractionProxyFollowupRequest) GetEphemeral ¶
func (x *InteractionProxyFollowupRequest) GetEphemeral() bool
func (*InteractionProxyFollowupRequest) GetMessage ¶
func (x *InteractionProxyFollowupRequest) GetMessage() *Response
func (*InteractionProxyFollowupRequest) ProtoMessage ¶
func (*InteractionProxyFollowupRequest) ProtoMessage()
func (*InteractionProxyFollowupRequest) ProtoReflect ¶
func (x *InteractionProxyFollowupRequest) ProtoReflect() protoreflect.Message
func (*InteractionProxyFollowupRequest) Reset ¶
func (x *InteractionProxyFollowupRequest) Reset()
func (*InteractionProxyFollowupRequest) String ¶
func (x *InteractionProxyFollowupRequest) String() string
type InteractionProxyFollowupResponse ¶
type InteractionProxyFollowupResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyFollowupResponse) Descriptor
deprecated
func (*InteractionProxyFollowupResponse) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyFollowupResponse.ProtoReflect.Descriptor instead.
func (*InteractionProxyFollowupResponse) GetId ¶
func (x *InteractionProxyFollowupResponse) GetId() string
func (*InteractionProxyFollowupResponse) ProtoMessage ¶
func (*InteractionProxyFollowupResponse) ProtoMessage()
func (*InteractionProxyFollowupResponse) ProtoReflect ¶
func (x *InteractionProxyFollowupResponse) ProtoReflect() protoreflect.Message
func (*InteractionProxyFollowupResponse) Reset ¶
func (x *InteractionProxyFollowupResponse) Reset()
func (*InteractionProxyFollowupResponse) String ¶
func (x *InteractionProxyFollowupResponse) String() string
type InteractionProxyGuildIdRequest ¶
type InteractionProxyGuildIdRequest struct {
// contains filtered or unexported fields
}
func (*InteractionProxyGuildIdRequest) Descriptor
deprecated
func (*InteractionProxyGuildIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyGuildIdRequest.ProtoReflect.Descriptor instead.
func (*InteractionProxyGuildIdRequest) ProtoMessage ¶
func (*InteractionProxyGuildIdRequest) ProtoMessage()
func (*InteractionProxyGuildIdRequest) ProtoReflect ¶
func (x *InteractionProxyGuildIdRequest) ProtoReflect() protoreflect.Message
func (*InteractionProxyGuildIdRequest) Reset ¶
func (x *InteractionProxyGuildIdRequest) Reset()
func (*InteractionProxyGuildIdRequest) String ¶
func (x *InteractionProxyGuildIdRequest) String() string
type InteractionProxyGuildIdResponse ¶
type InteractionProxyGuildIdResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyGuildIdResponse) Descriptor
deprecated
func (*InteractionProxyGuildIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyGuildIdResponse.ProtoReflect.Descriptor instead.
func (*InteractionProxyGuildIdResponse) GetId ¶
func (x *InteractionProxyGuildIdResponse) GetId() string
func (*InteractionProxyGuildIdResponse) ProtoMessage ¶
func (*InteractionProxyGuildIdResponse) ProtoMessage()
func (*InteractionProxyGuildIdResponse) ProtoReflect ¶
func (x *InteractionProxyGuildIdResponse) ProtoReflect() protoreflect.Message
func (*InteractionProxyGuildIdResponse) Reset ¶
func (x *InteractionProxyGuildIdResponse) Reset()
func (*InteractionProxyGuildIdResponse) String ¶
func (x *InteractionProxyGuildIdResponse) String() string
type InteractionProxyGuildLocaleRequest ¶
type InteractionProxyGuildLocaleRequest struct {
// contains filtered or unexported fields
}
func (*InteractionProxyGuildLocaleRequest) Descriptor
deprecated
func (*InteractionProxyGuildLocaleRequest) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyGuildLocaleRequest.ProtoReflect.Descriptor instead.
func (*InteractionProxyGuildLocaleRequest) ProtoMessage ¶
func (*InteractionProxyGuildLocaleRequest) ProtoMessage()
func (*InteractionProxyGuildLocaleRequest) ProtoReflect ¶
func (x *InteractionProxyGuildLocaleRequest) ProtoReflect() protoreflect.Message
func (*InteractionProxyGuildLocaleRequest) Reset ¶
func (x *InteractionProxyGuildLocaleRequest) Reset()
func (*InteractionProxyGuildLocaleRequest) String ¶
func (x *InteractionProxyGuildLocaleRequest) String() string
type InteractionProxyGuildLocaleResponse ¶
type InteractionProxyGuildLocaleResponse struct { Locale string `protobuf:"bytes,1,opt,name=locale,proto3" json:"locale,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyGuildLocaleResponse) Descriptor
deprecated
func (*InteractionProxyGuildLocaleResponse) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyGuildLocaleResponse.ProtoReflect.Descriptor instead.
func (*InteractionProxyGuildLocaleResponse) GetLocale ¶
func (x *InteractionProxyGuildLocaleResponse) GetLocale() string
func (*InteractionProxyGuildLocaleResponse) ProtoMessage ¶
func (*InteractionProxyGuildLocaleResponse) ProtoMessage()
func (*InteractionProxyGuildLocaleResponse) ProtoReflect ¶
func (x *InteractionProxyGuildLocaleResponse) ProtoReflect() protoreflect.Message
func (*InteractionProxyGuildLocaleResponse) Reset ¶
func (x *InteractionProxyGuildLocaleResponse) Reset()
func (*InteractionProxyGuildLocaleResponse) String ¶
func (x *InteractionProxyGuildLocaleResponse) String() string
type InteractionProxyMemberRequest ¶
type InteractionProxyMemberRequest struct {
// contains filtered or unexported fields
}
func (*InteractionProxyMemberRequest) Descriptor
deprecated
func (*InteractionProxyMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyMemberRequest.ProtoReflect.Descriptor instead.
func (*InteractionProxyMemberRequest) ProtoMessage ¶
func (*InteractionProxyMemberRequest) ProtoMessage()
func (*InteractionProxyMemberRequest) ProtoReflect ¶
func (x *InteractionProxyMemberRequest) ProtoReflect() protoreflect.Message
func (*InteractionProxyMemberRequest) Reset ¶
func (x *InteractionProxyMemberRequest) Reset()
func (*InteractionProxyMemberRequest) String ¶
func (x *InteractionProxyMemberRequest) String() string
type InteractionProxyMemberResponse ¶
type InteractionProxyMemberResponse struct { Member *discordgopb.Member `protobuf:"bytes,1,opt,name=member,proto3" json:"member,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyMemberResponse) Descriptor
deprecated
func (*InteractionProxyMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyMemberResponse.ProtoReflect.Descriptor instead.
func (*InteractionProxyMemberResponse) GetMember ¶
func (x *InteractionProxyMemberResponse) GetMember() *discordgopb.Member
func (*InteractionProxyMemberResponse) ProtoMessage ¶
func (*InteractionProxyMemberResponse) ProtoMessage()
func (*InteractionProxyMemberResponse) ProtoReflect ¶
func (x *InteractionProxyMemberResponse) ProtoReflect() protoreflect.Message
func (*InteractionProxyMemberResponse) Reset ¶
func (x *InteractionProxyMemberResponse) Reset()
func (*InteractionProxyMemberResponse) String ¶
func (x *InteractionProxyMemberResponse) String() string
type InteractionProxyMessageRequest ¶
type InteractionProxyMessageRequest struct {
// contains filtered or unexported fields
}
func (*InteractionProxyMessageRequest) Descriptor
deprecated
func (*InteractionProxyMessageRequest) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyMessageRequest.ProtoReflect.Descriptor instead.
func (*InteractionProxyMessageRequest) ProtoMessage ¶
func (*InteractionProxyMessageRequest) ProtoMessage()
func (*InteractionProxyMessageRequest) ProtoReflect ¶
func (x *InteractionProxyMessageRequest) ProtoReflect() protoreflect.Message
func (*InteractionProxyMessageRequest) Reset ¶
func (x *InteractionProxyMessageRequest) Reset()
func (*InteractionProxyMessageRequest) String ¶
func (x *InteractionProxyMessageRequest) String() string
type InteractionProxyMessageResponse ¶
type InteractionProxyMessageResponse struct { Message *discordgopb.Message `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyMessageResponse) Descriptor
deprecated
func (*InteractionProxyMessageResponse) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyMessageResponse.ProtoReflect.Descriptor instead.
func (*InteractionProxyMessageResponse) GetMessage ¶
func (x *InteractionProxyMessageResponse) GetMessage() *discordgopb.Message
func (*InteractionProxyMessageResponse) ProtoMessage ¶
func (*InteractionProxyMessageResponse) ProtoMessage()
func (*InteractionProxyMessageResponse) ProtoReflect ¶
func (x *InteractionProxyMessageResponse) ProtoReflect() protoreflect.Message
func (*InteractionProxyMessageResponse) Reset ¶
func (x *InteractionProxyMessageResponse) Reset()
func (*InteractionProxyMessageResponse) String ¶
func (x *InteractionProxyMessageResponse) String() string
type InteractionProxyModalRequest ¶
type InteractionProxyModalRequest struct { CustomId string `protobuf:"bytes,1,opt,name=custom_id,json=customId,proto3" json:"custom_id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` Components []*discordgopb.MessageComponent `protobuf:"bytes,3,rep,name=components,proto3" json:"components,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyModalRequest) Descriptor
deprecated
func (*InteractionProxyModalRequest) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyModalRequest.ProtoReflect.Descriptor instead.
func (*InteractionProxyModalRequest) GetComponents ¶
func (x *InteractionProxyModalRequest) GetComponents() []*discordgopb.MessageComponent
func (*InteractionProxyModalRequest) GetCustomId ¶
func (x *InteractionProxyModalRequest) GetCustomId() string
func (*InteractionProxyModalRequest) GetTitle ¶
func (x *InteractionProxyModalRequest) GetTitle() string
func (*InteractionProxyModalRequest) ProtoMessage ¶
func (*InteractionProxyModalRequest) ProtoMessage()
func (*InteractionProxyModalRequest) ProtoReflect ¶
func (x *InteractionProxyModalRequest) ProtoReflect() protoreflect.Message
func (*InteractionProxyModalRequest) Reset ¶
func (x *InteractionProxyModalRequest) Reset()
func (*InteractionProxyModalRequest) String ¶
func (x *InteractionProxyModalRequest) String() string
type InteractionProxyModalResponse ¶
type InteractionProxyModalResponse struct {
// contains filtered or unexported fields
}
func (*InteractionProxyModalResponse) Descriptor
deprecated
func (*InteractionProxyModalResponse) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyModalResponse.ProtoReflect.Descriptor instead.
func (*InteractionProxyModalResponse) ProtoMessage ¶
func (*InteractionProxyModalResponse) ProtoMessage()
func (*InteractionProxyModalResponse) ProtoReflect ¶
func (x *InteractionProxyModalResponse) ProtoReflect() protoreflect.Message
func (*InteractionProxyModalResponse) Reset ¶
func (x *InteractionProxyModalResponse) Reset()
func (*InteractionProxyModalResponse) String ¶
func (x *InteractionProxyModalResponse) String() string
type InteractionProxyPermissionsRequest ¶
type InteractionProxyPermissionsRequest struct {
// contains filtered or unexported fields
}
func (*InteractionProxyPermissionsRequest) Descriptor
deprecated
func (*InteractionProxyPermissionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyPermissionsRequest.ProtoReflect.Descriptor instead.
func (*InteractionProxyPermissionsRequest) ProtoMessage ¶
func (*InteractionProxyPermissionsRequest) ProtoMessage()
func (*InteractionProxyPermissionsRequest) ProtoReflect ¶
func (x *InteractionProxyPermissionsRequest) ProtoReflect() protoreflect.Message
func (*InteractionProxyPermissionsRequest) Reset ¶
func (x *InteractionProxyPermissionsRequest) Reset()
func (*InteractionProxyPermissionsRequest) String ¶
func (x *InteractionProxyPermissionsRequest) String() string
type InteractionProxyPermissionsResponse ¶
type InteractionProxyPermissionsResponse struct { Permissions int64 `protobuf:"varint,1,opt,name=permissions,proto3" json:"permissions,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyPermissionsResponse) Descriptor
deprecated
func (*InteractionProxyPermissionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyPermissionsResponse.ProtoReflect.Descriptor instead.
func (*InteractionProxyPermissionsResponse) GetPermissions ¶
func (x *InteractionProxyPermissionsResponse) GetPermissions() int64
func (*InteractionProxyPermissionsResponse) ProtoMessage ¶
func (*InteractionProxyPermissionsResponse) ProtoMessage()
func (*InteractionProxyPermissionsResponse) ProtoReflect ¶
func (x *InteractionProxyPermissionsResponse) ProtoReflect() protoreflect.Message
func (*InteractionProxyPermissionsResponse) Reset ¶
func (x *InteractionProxyPermissionsResponse) Reset()
func (*InteractionProxyPermissionsResponse) String ¶
func (x *InteractionProxyPermissionsResponse) String() string
type InteractionProxyRespondRequest ¶
type InteractionProxyRespondRequest struct { Message *Response `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Ephemeral bool `protobuf:"varint,2,opt,name=ephemeral,proto3" json:"ephemeral,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyRespondRequest) Descriptor
deprecated
func (*InteractionProxyRespondRequest) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyRespondRequest.ProtoReflect.Descriptor instead.
func (*InteractionProxyRespondRequest) GetEphemeral ¶
func (x *InteractionProxyRespondRequest) GetEphemeral() bool
func (*InteractionProxyRespondRequest) GetMessage ¶
func (x *InteractionProxyRespondRequest) GetMessage() *Response
func (*InteractionProxyRespondRequest) ProtoMessage ¶
func (*InteractionProxyRespondRequest) ProtoMessage()
func (*InteractionProxyRespondRequest) ProtoReflect ¶
func (x *InteractionProxyRespondRequest) ProtoReflect() protoreflect.Message
func (*InteractionProxyRespondRequest) Reset ¶
func (x *InteractionProxyRespondRequest) Reset()
func (*InteractionProxyRespondRequest) String ¶
func (x *InteractionProxyRespondRequest) String() string
type InteractionProxyRespondResponse ¶
type InteractionProxyRespondResponse struct {
// contains filtered or unexported fields
}
func (*InteractionProxyRespondResponse) Descriptor
deprecated
func (*InteractionProxyRespondResponse) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyRespondResponse.ProtoReflect.Descriptor instead.
func (*InteractionProxyRespondResponse) ProtoMessage ¶
func (*InteractionProxyRespondResponse) ProtoMessage()
func (*InteractionProxyRespondResponse) ProtoReflect ¶
func (x *InteractionProxyRespondResponse) ProtoReflect() protoreflect.Message
func (*InteractionProxyRespondResponse) Reset ¶
func (x *InteractionProxyRespondResponse) Reset()
func (*InteractionProxyRespondResponse) String ¶
func (x *InteractionProxyRespondResponse) String() string
type InteractionProxyServer ¶
type InteractionProxyServer interface { Defer(context.Context, *InteractionProxyDeferRequest) (*InteractionProxyDeferResponse, error) Respond(context.Context, *InteractionProxyRespondRequest) (*InteractionProxyRespondResponse, error) Modal(context.Context, *InteractionProxyModalRequest) (*InteractionProxyModalResponse, error) Followup(context.Context, *InteractionProxyFollowupRequest) (*InteractionProxyFollowupResponse, error) Edit(context.Context, *InteractionProxyEditRequest) (*InteractionProxyEditResponse, error) Delete(context.Context, *InteractionProxyDeleteRequest) (*InteractionProxyDeleteResponse, error) GuildId(context.Context, *InteractionProxyGuildIdRequest) (*InteractionProxyGuildIdResponse, error) ChannelId(context.Context, *InteractionProxyChannelIdRequest) (*InteractionProxyChannelIdResponse, error) UserLocale(context.Context, *InteractionProxyUserLocaleRequest) (*InteractionProxyUserLocaleResponse, error) GuildLocale(context.Context, *InteractionProxyGuildLocaleRequest) (*InteractionProxyGuildLocaleResponse, error) User(context.Context, *InteractionProxyUserRequest) (*InteractionProxyUserResponse, error) Member(context.Context, *InteractionProxyMemberRequest) (*InteractionProxyMemberResponse, error) Message(context.Context, *InteractionProxyMessageRequest) (*InteractionProxyMessageResponse, error) Permissions(context.Context, *InteractionProxyPermissionsRequest) (*InteractionProxyPermissionsResponse, error) // contains filtered or unexported methods }
InteractionProxyServer is the server API for InteractionProxy service. All implementations must embed UnimplementedInteractionProxyServer for forward compatibility
type InteractionProxyUserLocaleRequest ¶
type InteractionProxyUserLocaleRequest struct {
// contains filtered or unexported fields
}
func (*InteractionProxyUserLocaleRequest) Descriptor
deprecated
func (*InteractionProxyUserLocaleRequest) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyUserLocaleRequest.ProtoReflect.Descriptor instead.
func (*InteractionProxyUserLocaleRequest) ProtoMessage ¶
func (*InteractionProxyUserLocaleRequest) ProtoMessage()
func (*InteractionProxyUserLocaleRequest) ProtoReflect ¶
func (x *InteractionProxyUserLocaleRequest) ProtoReflect() protoreflect.Message
func (*InteractionProxyUserLocaleRequest) Reset ¶
func (x *InteractionProxyUserLocaleRequest) Reset()
func (*InteractionProxyUserLocaleRequest) String ¶
func (x *InteractionProxyUserLocaleRequest) String() string
type InteractionProxyUserLocaleResponse ¶
type InteractionProxyUserLocaleResponse struct { Locale string `protobuf:"bytes,1,opt,name=locale,proto3" json:"locale,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyUserLocaleResponse) Descriptor
deprecated
func (*InteractionProxyUserLocaleResponse) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyUserLocaleResponse.ProtoReflect.Descriptor instead.
func (*InteractionProxyUserLocaleResponse) GetLocale ¶
func (x *InteractionProxyUserLocaleResponse) GetLocale() string
func (*InteractionProxyUserLocaleResponse) ProtoMessage ¶
func (*InteractionProxyUserLocaleResponse) ProtoMessage()
func (*InteractionProxyUserLocaleResponse) ProtoReflect ¶
func (x *InteractionProxyUserLocaleResponse) ProtoReflect() protoreflect.Message
func (*InteractionProxyUserLocaleResponse) Reset ¶
func (x *InteractionProxyUserLocaleResponse) Reset()
func (*InteractionProxyUserLocaleResponse) String ¶
func (x *InteractionProxyUserLocaleResponse) String() string
type InteractionProxyUserRequest ¶
type InteractionProxyUserRequest struct {
// contains filtered or unexported fields
}
func (*InteractionProxyUserRequest) Descriptor
deprecated
func (*InteractionProxyUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyUserRequest.ProtoReflect.Descriptor instead.
func (*InteractionProxyUserRequest) ProtoMessage ¶
func (*InteractionProxyUserRequest) ProtoMessage()
func (*InteractionProxyUserRequest) ProtoReflect ¶
func (x *InteractionProxyUserRequest) ProtoReflect() protoreflect.Message
func (*InteractionProxyUserRequest) Reset ¶
func (x *InteractionProxyUserRequest) Reset()
func (*InteractionProxyUserRequest) String ¶
func (x *InteractionProxyUserRequest) String() string
type InteractionProxyUserResponse ¶
type InteractionProxyUserResponse struct { User *discordgopb.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*InteractionProxyUserResponse) Descriptor
deprecated
func (*InteractionProxyUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use InteractionProxyUserResponse.ProtoReflect.Descriptor instead.
func (*InteractionProxyUserResponse) GetUser ¶
func (x *InteractionProxyUserResponse) GetUser() *discordgopb.User
func (*InteractionProxyUserResponse) ProtoMessage ¶
func (*InteractionProxyUserResponse) ProtoMessage()
func (*InteractionProxyUserResponse) ProtoReflect ¶
func (x *InteractionProxyUserResponse) ProtoReflect() protoreflect.Message
func (*InteractionProxyUserResponse) Reset ¶
func (x *InteractionProxyUserResponse) Reset()
func (*InteractionProxyUserResponse) String ¶
func (x *InteractionProxyUserResponse) String() string
type ModalClient ¶
type ModalClient interface { CustomId(ctx context.Context, in *ModalCustomIdRequest, opts ...grpc.CallOption) (*ModalCustomIdResponse, error) Submit(ctx context.Context, in *ModalSubmitRequest, opts ...grpc.CallOption) (*ModalSubmitResponse, error) }
ModalClient is the client API for Modal 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.
func NewModalClient ¶
func NewModalClient(cc grpc.ClientConnInterface) ModalClient
type ModalCustomIdRequest ¶
type ModalCustomIdRequest struct {
// contains filtered or unexported fields
}
func (*ModalCustomIdRequest) Descriptor
deprecated
func (*ModalCustomIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use ModalCustomIdRequest.ProtoReflect.Descriptor instead.
func (*ModalCustomIdRequest) ProtoMessage ¶
func (*ModalCustomIdRequest) ProtoMessage()
func (*ModalCustomIdRequest) ProtoReflect ¶
func (x *ModalCustomIdRequest) ProtoReflect() protoreflect.Message
func (*ModalCustomIdRequest) Reset ¶
func (x *ModalCustomIdRequest) Reset()
func (*ModalCustomIdRequest) String ¶
func (x *ModalCustomIdRequest) String() string
type ModalCustomIdResponse ¶
type ModalCustomIdResponse struct { CustomId string `protobuf:"bytes,1,opt,name=custom_id,json=customId,proto3" json:"custom_id,omitempty"` // contains filtered or unexported fields }
func (*ModalCustomIdResponse) Descriptor
deprecated
func (*ModalCustomIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use ModalCustomIdResponse.ProtoReflect.Descriptor instead.
func (*ModalCustomIdResponse) GetCustomId ¶
func (x *ModalCustomIdResponse) GetCustomId() string
func (*ModalCustomIdResponse) ProtoMessage ¶
func (*ModalCustomIdResponse) ProtoMessage()
func (*ModalCustomIdResponse) ProtoReflect ¶
func (x *ModalCustomIdResponse) ProtoReflect() protoreflect.Message
func (*ModalCustomIdResponse) Reset ¶
func (x *ModalCustomIdResponse) Reset()
func (*ModalCustomIdResponse) String ¶
func (x *ModalCustomIdResponse) String() string
type ModalServer ¶
type ModalServer interface { CustomId(context.Context, *ModalCustomIdRequest) (*ModalCustomIdResponse, error) Submit(context.Context, *ModalSubmitRequest) (*ModalSubmitResponse, error) // contains filtered or unexported methods }
ModalServer is the server API for Modal service. All implementations must embed UnimplementedModalServer for forward compatibility
type ModalSubmitRequest ¶
type ModalSubmitRequest struct { SubmitProxyId uint32 `protobuf:"varint,1,opt,name=submit_proxy_id,json=submitProxyId,proto3" json:"submit_proxy_id,omitempty"` // contains filtered or unexported fields }
func (*ModalSubmitRequest) Descriptor
deprecated
func (*ModalSubmitRequest) Descriptor() ([]byte, []int)
Deprecated: Use ModalSubmitRequest.ProtoReflect.Descriptor instead.
func (*ModalSubmitRequest) GetSubmitProxyId ¶
func (x *ModalSubmitRequest) GetSubmitProxyId() uint32
func (*ModalSubmitRequest) ProtoMessage ¶
func (*ModalSubmitRequest) ProtoMessage()
func (*ModalSubmitRequest) ProtoReflect ¶
func (x *ModalSubmitRequest) ProtoReflect() protoreflect.Message
func (*ModalSubmitRequest) Reset ¶
func (x *ModalSubmitRequest) Reset()
func (*ModalSubmitRequest) String ¶
func (x *ModalSubmitRequest) String() string
type ModalSubmitResponse ¶
type ModalSubmitResponse struct {
// contains filtered or unexported fields
}
func (*ModalSubmitResponse) Descriptor
deprecated
func (*ModalSubmitResponse) Descriptor() ([]byte, []int)
Deprecated: Use ModalSubmitResponse.ProtoReflect.Descriptor instead.
func (*ModalSubmitResponse) ProtoMessage ¶
func (*ModalSubmitResponse) ProtoMessage()
func (*ModalSubmitResponse) ProtoReflect ¶
func (x *ModalSubmitResponse) ProtoReflect() protoreflect.Message
func (*ModalSubmitResponse) Reset ¶
func (x *ModalSubmitResponse) Reset()
func (*ModalSubmitResponse) String ¶
func (x *ModalSubmitResponse) String() string
type PluginApplicationCommandsRequest ¶
type PluginApplicationCommandsRequest struct {
// contains filtered or unexported fields
}
func (*PluginApplicationCommandsRequest) Descriptor
deprecated
func (*PluginApplicationCommandsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PluginApplicationCommandsRequest.ProtoReflect.Descriptor instead.
func (*PluginApplicationCommandsRequest) ProtoMessage ¶
func (*PluginApplicationCommandsRequest) ProtoMessage()
func (*PluginApplicationCommandsRequest) ProtoReflect ¶
func (x *PluginApplicationCommandsRequest) ProtoReflect() protoreflect.Message
func (*PluginApplicationCommandsRequest) Reset ¶
func (x *PluginApplicationCommandsRequest) Reset()
func (*PluginApplicationCommandsRequest) String ¶
func (x *PluginApplicationCommandsRequest) String() string
type PluginApplicationCommandsResponse ¶
type PluginApplicationCommandsResponse struct { CommandIds []uint32 `protobuf:"varint,1,rep,packed,name=command_ids,json=commandIds,proto3" json:"command_ids,omitempty"` // contains filtered or unexported fields }
func (*PluginApplicationCommandsResponse) Descriptor
deprecated
func (*PluginApplicationCommandsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PluginApplicationCommandsResponse.ProtoReflect.Descriptor instead.
func (*PluginApplicationCommandsResponse) GetCommandIds ¶
func (x *PluginApplicationCommandsResponse) GetCommandIds() []uint32
func (*PluginApplicationCommandsResponse) ProtoMessage ¶
func (*PluginApplicationCommandsResponse) ProtoMessage()
func (*PluginApplicationCommandsResponse) ProtoReflect ¶
func (x *PluginApplicationCommandsResponse) ProtoReflect() protoreflect.Message
func (*PluginApplicationCommandsResponse) Reset ¶
func (x *PluginApplicationCommandsResponse) Reset()
func (*PluginApplicationCommandsResponse) String ¶
func (x *PluginApplicationCommandsResponse) String() string
type PluginClient ¶
type PluginClient interface { Id(ctx context.Context, in *PluginIdRequest, opts ...grpc.CallOption) (*PluginIdResponse, error) ApplicationCommands(ctx context.Context, in *PluginApplicationCommandsRequest, opts ...grpc.CallOption) (*PluginApplicationCommandsResponse, error) MessageComponents(ctx context.Context, in *PluginMessageComponentsRequest, opts ...grpc.CallOption) (*PluginMessageComponentsResponse, error) Modals(ctx context.Context, in *PluginModalsRequest, opts ...grpc.CallOption) (*PluginModalsResponse, error) }
PluginClient is the client API for Plugin 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.
func NewPluginClient ¶
func NewPluginClient(cc grpc.ClientConnInterface) PluginClient
type PluginIdRequest ¶
type PluginIdRequest struct {
// contains filtered or unexported fields
}
func (*PluginIdRequest) Descriptor
deprecated
func (*PluginIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use PluginIdRequest.ProtoReflect.Descriptor instead.
func (*PluginIdRequest) ProtoMessage ¶
func (*PluginIdRequest) ProtoMessage()
func (*PluginIdRequest) ProtoReflect ¶
func (x *PluginIdRequest) ProtoReflect() protoreflect.Message
func (*PluginIdRequest) Reset ¶
func (x *PluginIdRequest) Reset()
func (*PluginIdRequest) String ¶
func (x *PluginIdRequest) String() string
type PluginIdResponse ¶
type PluginIdResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*PluginIdResponse) Descriptor
deprecated
func (*PluginIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use PluginIdResponse.ProtoReflect.Descriptor instead.
func (*PluginIdResponse) GetId ¶
func (x *PluginIdResponse) GetId() string
func (*PluginIdResponse) ProtoMessage ¶
func (*PluginIdResponse) ProtoMessage()
func (*PluginIdResponse) ProtoReflect ¶
func (x *PluginIdResponse) ProtoReflect() protoreflect.Message
func (*PluginIdResponse) Reset ¶
func (x *PluginIdResponse) Reset()
func (*PluginIdResponse) String ¶
func (x *PluginIdResponse) String() string
type PluginMessageComponentsRequest ¶
type PluginMessageComponentsRequest struct {
// contains filtered or unexported fields
}
func (*PluginMessageComponentsRequest) Descriptor
deprecated
func (*PluginMessageComponentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PluginMessageComponentsRequest.ProtoReflect.Descriptor instead.
func (*PluginMessageComponentsRequest) ProtoMessage ¶
func (*PluginMessageComponentsRequest) ProtoMessage()
func (*PluginMessageComponentsRequest) ProtoReflect ¶
func (x *PluginMessageComponentsRequest) ProtoReflect() protoreflect.Message
func (*PluginMessageComponentsRequest) Reset ¶
func (x *PluginMessageComponentsRequest) Reset()
func (*PluginMessageComponentsRequest) String ¶
func (x *PluginMessageComponentsRequest) String() string
type PluginMessageComponentsResponse ¶
type PluginMessageComponentsResponse struct { ComponentIds []uint32 `protobuf:"varint,1,rep,packed,name=component_ids,json=componentIds,proto3" json:"component_ids,omitempty"` // contains filtered or unexported fields }
func (*PluginMessageComponentsResponse) Descriptor
deprecated
func (*PluginMessageComponentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PluginMessageComponentsResponse.ProtoReflect.Descriptor instead.
func (*PluginMessageComponentsResponse) GetComponentIds ¶
func (x *PluginMessageComponentsResponse) GetComponentIds() []uint32
func (*PluginMessageComponentsResponse) ProtoMessage ¶
func (*PluginMessageComponentsResponse) ProtoMessage()
func (*PluginMessageComponentsResponse) ProtoReflect ¶
func (x *PluginMessageComponentsResponse) ProtoReflect() protoreflect.Message
func (*PluginMessageComponentsResponse) Reset ¶
func (x *PluginMessageComponentsResponse) Reset()
func (*PluginMessageComponentsResponse) String ¶
func (x *PluginMessageComponentsResponse) String() string
type PluginModalsRequest ¶
type PluginModalsRequest struct {
// contains filtered or unexported fields
}
func (*PluginModalsRequest) Descriptor
deprecated
func (*PluginModalsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PluginModalsRequest.ProtoReflect.Descriptor instead.
func (*PluginModalsRequest) ProtoMessage ¶
func (*PluginModalsRequest) ProtoMessage()
func (*PluginModalsRequest) ProtoReflect ¶
func (x *PluginModalsRequest) ProtoReflect() protoreflect.Message
func (*PluginModalsRequest) Reset ¶
func (x *PluginModalsRequest) Reset()
func (*PluginModalsRequest) String ¶
func (x *PluginModalsRequest) String() string
type PluginModalsResponse ¶
type PluginModalsResponse struct { ModalIds []uint32 `protobuf:"varint,1,rep,packed,name=modal_ids,json=modalIds,proto3" json:"modal_ids,omitempty"` // contains filtered or unexported fields }
func (*PluginModalsResponse) Descriptor
deprecated
func (*PluginModalsResponse) Descriptor() ([]byte, []int)
Deprecated: Use PluginModalsResponse.ProtoReflect.Descriptor instead.
func (*PluginModalsResponse) GetModalIds ¶
func (x *PluginModalsResponse) GetModalIds() []uint32
func (*PluginModalsResponse) ProtoMessage ¶
func (*PluginModalsResponse) ProtoMessage()
func (*PluginModalsResponse) ProtoReflect ¶
func (x *PluginModalsResponse) ProtoReflect() protoreflect.Message
func (*PluginModalsResponse) Reset ¶
func (x *PluginModalsResponse) Reset()
func (*PluginModalsResponse) String ¶
func (x *PluginModalsResponse) String() string
type PluginServer ¶
type PluginServer interface { Id(context.Context, *PluginIdRequest) (*PluginIdResponse, error) ApplicationCommands(context.Context, *PluginApplicationCommandsRequest) (*PluginApplicationCommandsResponse, error) MessageComponents(context.Context, *PluginMessageComponentsRequest) (*PluginMessageComponentsResponse, error) Modals(context.Context, *PluginModalsRequest) (*PluginModalsResponse, error) // contains filtered or unexported methods }
PluginServer is the server API for Plugin service. All implementations must embed UnimplementedPluginServer for forward compatibility
type Response ¶
type Response struct { Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` SuppressEmbeds bool `protobuf:"varint,2,opt,name=suppress_embeds,json=suppressEmbeds,proto3" json:"suppress_embeds,omitempty"` Tts bool `protobuf:"varint,3,opt,name=tts,proto3" json:"tts,omitempty"` AllowedMentions *discordgopb.MessageAllowedMentions `protobuf:"bytes,4,opt,name=allowed_mentions,json=allowedMentions,proto3" json:"allowed_mentions,omitempty"` Components []*discordgopb.MessageComponent `protobuf:"bytes,5,rep,name=components,proto3" json:"components,omitempty"` Embeds []*discordgopb.MessageEmbed `protobuf:"bytes,6,rep,name=embeds,proto3" json:"embeds,omitempty"` Files []*discordgopb.File `protobuf:"bytes,7,rep,name=files,proto3" json:"files,omitempty"` // contains filtered or unexported fields }
func (*Response) Descriptor
deprecated
func (*Response) GetAllowedMentions ¶
func (x *Response) GetAllowedMentions() *discordgopb.MessageAllowedMentions
func (*Response) GetComponents ¶
func (x *Response) GetComponents() []*discordgopb.MessageComponent
func (*Response) GetContent ¶
func (*Response) GetEmbeds ¶
func (x *Response) GetEmbeds() []*discordgopb.MessageEmbed
func (*Response) GetFiles ¶
func (x *Response) GetFiles() []*discordgopb.File
func (*Response) GetSuppressEmbeds ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) ProtoReflect ¶
func (x *Response) ProtoReflect() protoreflect.Message
type SubmitProxyClient ¶
type SubmitProxyClient interface {
InputValue(ctx context.Context, in *SubmitProxyInputValueRequest, opts ...grpc.CallOption) (*SubmitProxyInputValueResponse, error)
}
SubmitProxyClient is the client API for SubmitProxy 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.
func NewSubmitProxyClient ¶
func NewSubmitProxyClient(cc grpc.ClientConnInterface) SubmitProxyClient
type SubmitProxyInputValueRequest ¶ added in v1.0.0
type SubmitProxyInputValueRequest struct { CustomId string `protobuf:"bytes,1,opt,name=custom_id,json=customId,proto3" json:"custom_id,omitempty"` // contains filtered or unexported fields }
func (*SubmitProxyInputValueRequest) Descriptor
deprecated
added in
v1.0.0
func (*SubmitProxyInputValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use SubmitProxyInputValueRequest.ProtoReflect.Descriptor instead.
func (*SubmitProxyInputValueRequest) GetCustomId ¶ added in v1.0.0
func (x *SubmitProxyInputValueRequest) GetCustomId() string
func (*SubmitProxyInputValueRequest) ProtoMessage ¶ added in v1.0.0
func (*SubmitProxyInputValueRequest) ProtoMessage()
func (*SubmitProxyInputValueRequest) ProtoReflect ¶ added in v1.0.0
func (x *SubmitProxyInputValueRequest) ProtoReflect() protoreflect.Message
func (*SubmitProxyInputValueRequest) Reset ¶ added in v1.0.0
func (x *SubmitProxyInputValueRequest) Reset()
func (*SubmitProxyInputValueRequest) String ¶ added in v1.0.0
func (x *SubmitProxyInputValueRequest) String() string
type SubmitProxyInputValueResponse ¶ added in v1.0.0
type SubmitProxyInputValueResponse struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*SubmitProxyInputValueResponse) Descriptor
deprecated
added in
v1.0.0
func (*SubmitProxyInputValueResponse) Descriptor() ([]byte, []int)
Deprecated: Use SubmitProxyInputValueResponse.ProtoReflect.Descriptor instead.
func (*SubmitProxyInputValueResponse) GetValue ¶ added in v1.0.0
func (x *SubmitProxyInputValueResponse) GetValue() string
func (*SubmitProxyInputValueResponse) ProtoMessage ¶ added in v1.0.0
func (*SubmitProxyInputValueResponse) ProtoMessage()
func (*SubmitProxyInputValueResponse) ProtoReflect ¶ added in v1.0.0
func (x *SubmitProxyInputValueResponse) ProtoReflect() protoreflect.Message
func (*SubmitProxyInputValueResponse) Reset ¶ added in v1.0.0
func (x *SubmitProxyInputValueResponse) Reset()
func (*SubmitProxyInputValueResponse) String ¶ added in v1.0.0
func (x *SubmitProxyInputValueResponse) String() string
type SubmitProxyServer ¶
type SubmitProxyServer interface { InputValue(context.Context, *SubmitProxyInputValueRequest) (*SubmitProxyInputValueResponse, error) // contains filtered or unexported methods }
SubmitProxyServer is the server API for SubmitProxy service. All implementations must embed UnimplementedSubmitProxyServer for forward compatibility
type UnimplementedAutocompleteProxyServer ¶
type UnimplementedAutocompleteProxyServer struct { }
UnimplementedAutocompleteProxyServer must be embedded to have forward compatible implementations.
func (UnimplementedAutocompleteProxyServer) FocusedOption ¶
func (UnimplementedAutocompleteProxyServer) FocusedOption(context.Context, *AutocompleteProxyFocusedOptionRequest) (*AutocompleteProxyFocusedOptionResponse, error)
type UnimplementedCommandServer ¶
type UnimplementedCommandServer struct { }
UnimplementedCommandServer must be embedded to have forward compatible implementations.
func (UnimplementedCommandServer) Autocomplete ¶
func (UnimplementedCommandServer) Autocomplete(context.Context, *CommandAutocompleteRequest) (*CommandAutocompleteResponse, error)
func (UnimplementedCommandServer) Data ¶
func (UnimplementedCommandServer) Data(context.Context, *CommandDataRequest) (*CommandDataResponse, error)
func (UnimplementedCommandServer) Execute ¶
func (UnimplementedCommandServer) Execute(context.Context, *CommandExecuteRequest) (*CommandExecuteResponse, error)
type UnimplementedComponentServer ¶
type UnimplementedComponentServer struct { }
UnimplementedComponentServer must be embedded to have forward compatible implementations.
func (UnimplementedComponentServer) CustomId ¶
func (UnimplementedComponentServer) CustomId(context.Context, *ComponentCustomIdRequest) (*ComponentCustomIdResponse, error)
func (UnimplementedComponentServer) Handle ¶
func (UnimplementedComponentServer) Handle(context.Context, *ComponentHandleRequest) (*ComponentHandleResponse, error)
type UnimplementedExecuteProxyServer ¶
type UnimplementedExecuteProxyServer struct { }
UnimplementedExecuteProxyServer must be embedded to have forward compatible implementations.
func (UnimplementedExecuteProxyServer) AttachmentOption ¶
func (UnimplementedExecuteProxyServer) AttachmentOption(context.Context, *ExecuteProxyAttachmentOptionRequest) (*ExecuteProxyAttachmentOptionResponse, error)
func (UnimplementedExecuteProxyServer) BooleanOption ¶
func (UnimplementedExecuteProxyServer) BooleanOption(context.Context, *ExecuteProxyBooleanOptionRequest) (*ExecuteProxyBooleanOptionResponse, error)
func (UnimplementedExecuteProxyServer) ChannelOption ¶
func (UnimplementedExecuteProxyServer) ChannelOption(context.Context, *ExecuteProxyChannelOptionRequest) (*ExecuteProxyChannelOptionResponse, error)
func (UnimplementedExecuteProxyServer) IntegerOption ¶
func (UnimplementedExecuteProxyServer) IntegerOption(context.Context, *ExecuteProxyIntegerOptionRequest) (*ExecuteProxyIntegerOptionResponse, error)
func (UnimplementedExecuteProxyServer) NumberOption ¶
func (UnimplementedExecuteProxyServer) NumberOption(context.Context, *ExecuteProxyNumberOptionRequest) (*ExecuteProxyNumberOptionResponse, error)
func (UnimplementedExecuteProxyServer) RoleOption ¶
func (UnimplementedExecuteProxyServer) RoleOption(context.Context, *ExecuteProxyRoleOptionRequest) (*ExecuteProxyRoleOptionResponse, error)
func (UnimplementedExecuteProxyServer) StringOption ¶
func (UnimplementedExecuteProxyServer) StringOption(context.Context, *ExecuteProxyStringOptionRequest) (*ExecuteProxyStringOptionResponse, error)
func (UnimplementedExecuteProxyServer) UserOption ¶
func (UnimplementedExecuteProxyServer) UserOption(context.Context, *ExecuteProxyUserOptionRequest) (*ExecuteProxyUserOptionResponse, error)
type UnimplementedHandleProxyServer ¶
type UnimplementedHandleProxyServer struct { }
UnimplementedHandleProxyServer must be embedded to have forward compatible implementations.
func (UnimplementedHandleProxyServer) ComponentType ¶
func (UnimplementedHandleProxyServer) ComponentType(context.Context, *HandleProxyComponentTypeRequest) (*HandleProxyComponentTypeResponse, error)
func (UnimplementedHandleProxyServer) SelectedValues ¶
func (UnimplementedHandleProxyServer) SelectedValues(context.Context, *HandleProxySelectedValuesRequest) (*HandleProxySelectedValuesResponse, error)
type UnimplementedInteractionProxyServer ¶
type UnimplementedInteractionProxyServer struct { }
UnimplementedInteractionProxyServer must be embedded to have forward compatible implementations.
func (UnimplementedInteractionProxyServer) GuildLocale ¶
func (UnimplementedInteractionProxyServer) GuildLocale(context.Context, *InteractionProxyGuildLocaleRequest) (*InteractionProxyGuildLocaleResponse, error)
func (UnimplementedInteractionProxyServer) Permissions ¶
func (UnimplementedInteractionProxyServer) Permissions(context.Context, *InteractionProxyPermissionsRequest) (*InteractionProxyPermissionsResponse, error)
func (UnimplementedInteractionProxyServer) UserLocale ¶
type UnimplementedModalServer ¶
type UnimplementedModalServer struct { }
UnimplementedModalServer must be embedded to have forward compatible implementations.
func (UnimplementedModalServer) CustomId ¶
func (UnimplementedModalServer) CustomId(context.Context, *ModalCustomIdRequest) (*ModalCustomIdResponse, error)
func (UnimplementedModalServer) Submit ¶
func (UnimplementedModalServer) Submit(context.Context, *ModalSubmitRequest) (*ModalSubmitResponse, error)
type UnimplementedPluginServer ¶
type UnimplementedPluginServer struct { }
UnimplementedPluginServer must be embedded to have forward compatible implementations.
func (UnimplementedPluginServer) ApplicationCommands ¶
func (UnimplementedPluginServer) ApplicationCommands(context.Context, *PluginApplicationCommandsRequest) (*PluginApplicationCommandsResponse, error)
func (UnimplementedPluginServer) Id ¶
func (UnimplementedPluginServer) Id(context.Context, *PluginIdRequest) (*PluginIdResponse, error)
func (UnimplementedPluginServer) MessageComponents ¶
func (UnimplementedPluginServer) MessageComponents(context.Context, *PluginMessageComponentsRequest) (*PluginMessageComponentsResponse, error)
func (UnimplementedPluginServer) Modals ¶
func (UnimplementedPluginServer) Modals(context.Context, *PluginModalsRequest) (*PluginModalsResponse, error)
type UnimplementedSubmitProxyServer ¶
type UnimplementedSubmitProxyServer struct { }
UnimplementedSubmitProxyServer must be embedded to have forward compatible implementations.
func (UnimplementedSubmitProxyServer) InputValue ¶ added in v1.0.0
func (UnimplementedSubmitProxyServer) InputValue(context.Context, *SubmitProxyInputValueRequest) (*SubmitProxyInputValueResponse, error)
type UnsafeAutocompleteProxyServer ¶
type UnsafeAutocompleteProxyServer interface {
// contains filtered or unexported methods
}
UnsafeAutocompleteProxyServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AutocompleteProxyServer will result in compilation errors.
type UnsafeCommandServer ¶
type UnsafeCommandServer interface {
// contains filtered or unexported methods
}
UnsafeCommandServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CommandServer will result in compilation errors.
type UnsafeComponentServer ¶
type UnsafeComponentServer interface {
// contains filtered or unexported methods
}
UnsafeComponentServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ComponentServer will result in compilation errors.
type UnsafeExecuteProxyServer ¶
type UnsafeExecuteProxyServer interface {
// contains filtered or unexported methods
}
UnsafeExecuteProxyServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ExecuteProxyServer will result in compilation errors.
type UnsafeHandleProxyServer ¶
type UnsafeHandleProxyServer interface {
// contains filtered or unexported methods
}
UnsafeHandleProxyServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to HandleProxyServer will result in compilation errors.
type UnsafeInteractionProxyServer ¶
type UnsafeInteractionProxyServer interface {
// contains filtered or unexported methods
}
UnsafeInteractionProxyServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InteractionProxyServer will result in compilation errors.
type UnsafeModalServer ¶
type UnsafeModalServer interface {
// contains filtered or unexported methods
}
UnsafeModalServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ModalServer will result in compilation errors.
type UnsafePluginServer ¶
type UnsafePluginServer interface {
// contains filtered or unexported methods
}
UnsafePluginServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PluginServer will result in compilation errors.
type UnsafeSubmitProxyServer ¶
type UnsafeSubmitProxyServer interface {
// contains filtered or unexported methods
}
UnsafeSubmitProxyServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SubmitProxyServer will result in compilation errors.