Versions in this module Expand all Collapse all v0 v0.0.2 Jan 4, 2024 v0.0.1 Jan 2, 2024 Changes in this version + var File_internal_proto_message_proto protoreflect.FileDescriptor + var Message_Type_name = map[int32]string + var Message_Type_value = map[string]int32 + type EventHTTPRequest struct + Body []byte + Headers map[string]*structpb.ListValue + Method string + RawPath string + RawQuery string + func (*EventHTTPRequest) Descriptor() ([]byte, []int) + func (*EventHTTPRequest) ProtoMessage() + func (x *EventHTTPRequest) GetBody() []byte + func (x *EventHTTPRequest) GetHeaders() map[string]*structpb.ListValue + func (x *EventHTTPRequest) GetMethod() string + func (x *EventHTTPRequest) GetRawPath() string + func (x *EventHTTPRequest) GetRawQuery() string + func (x *EventHTTPRequest) ProtoReflect() protoreflect.Message + func (x *EventHTTPRequest) Reset() + func (x *EventHTTPRequest) String() string + type EventHTTPResponse struct + Body []byte + Headers map[string]*structpb.ListValue + StatusCode int32 + func (*EventHTTPResponse) Descriptor() ([]byte, []int) + func (*EventHTTPResponse) ProtoMessage() + func (x *EventHTTPResponse) GetBody() []byte + func (x *EventHTTPResponse) GetHeaders() map[string]*structpb.ListValue + func (x *EventHTTPResponse) GetStatusCode() int32 + func (x *EventHTTPResponse) ProtoReflect() protoreflect.Message + func (x *EventHTTPResponse) Reset() + func (x *EventHTTPResponse) String() string + type Message struct + Data []byte + Id string + Type Message_Type + func (*Message) Descriptor() ([]byte, []int) + func (*Message) ProtoMessage() + func (x *Message) GetData() []byte + func (x *Message) GetId() string + func (x *Message) GetType() Message_Type + func (x *Message) ProtoReflect() protoreflect.Message + func (x *Message) Reset() + func (x *Message) String() string + type Message_Type int32 + const Message_NOTIFY + const Message_REQUEST + const Message_RESPONSE + func (Message_Type) Descriptor() protoreflect.EnumDescriptor + func (Message_Type) EnumDescriptor() ([]byte, []int) + func (Message_Type) Type() protoreflect.EnumType + func (x Message_Type) Enum() *Message_Type + func (x Message_Type) Number() protoreflect.EnumNumber + func (x Message_Type) String() string