Documentation ¶
Index ¶
- Variables
- type HTTPRequest
- func (*HTTPRequest) Descriptor() ([]byte, []int)deprecated
- func (x *HTTPRequest) GetActiveDeployID() string
- func (x *HTTPRequest) GetBody() []byte
- func (x *HTTPRequest) GetEndpointID() string
- func (x *HTTPRequest) GetEnv() map[string]string
- func (x *HTTPRequest) GetHeader() map[string]*HeaderFields
- func (x *HTTPRequest) GetID() string
- func (x *HTTPRequest) GetMethod() string
- func (x *HTTPRequest) GetRuntime() string
- func (x *HTTPRequest) GetURL() string
- func (*HTTPRequest) ProtoMessage()
- func (x *HTTPRequest) ProtoReflect() protoreflect.Message
- func (x *HTTPRequest) Reset()
- func (x *HTTPRequest) String() string
- type HTTPResponse
- func (*HTTPResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HTTPResponse) GetRequestID() string
- func (x *HTTPResponse) GetResponse() []byte
- func (x *HTTPResponse) GetStatusCode() int32
- func (*HTTPResponse) ProtoMessage()
- func (x *HTTPResponse) ProtoReflect() protoreflect.Message
- func (x *HTTPResponse) Reset()
- func (x *HTTPResponse) String() string
- type HeaderFields
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type HTTPRequest ¶
type HTTPRequest struct { Body []byte `protobuf:"bytes,1,opt,name=Body,proto3" json:"Body,omitempty"` Method string `protobuf:"bytes,2,opt,name=Method,proto3" json:"Method,omitempty"` URL string `protobuf:"bytes,3,opt,name=URL,proto3" json:"URL,omitempty"` EndpointID string `protobuf:"bytes,4,opt,name=EndpointID,proto3" json:"EndpointID,omitempty"` ID string `protobuf:"bytes,5,opt,name=ID,proto3" json:"ID,omitempty"` Header map[string]*HeaderFields `` /* 153-byte string literal not displayed */ Runtime string `protobuf:"bytes,7,opt,name=runtime,proto3" json:"runtime,omitempty"` ActiveDeployID string `protobuf:"bytes,8,opt,name=activeDeployID,proto3" json:"activeDeployID,omitempty"` Env map[string]string `` /* 147-byte string literal not displayed */ // contains filtered or unexported fields }
func (*HTTPRequest) Descriptor
deprecated
func (*HTTPRequest) Descriptor() ([]byte, []int)
Deprecated: Use HTTPRequest.ProtoReflect.Descriptor instead.
func (*HTTPRequest) GetActiveDeployID ¶
func (x *HTTPRequest) GetActiveDeployID() string
func (*HTTPRequest) GetBody ¶
func (x *HTTPRequest) GetBody() []byte
func (*HTTPRequest) GetEndpointID ¶
func (x *HTTPRequest) GetEndpointID() string
func (*HTTPRequest) GetEnv ¶
func (x *HTTPRequest) GetEnv() map[string]string
func (*HTTPRequest) GetHeader ¶
func (x *HTTPRequest) GetHeader() map[string]*HeaderFields
func (*HTTPRequest) GetID ¶
func (x *HTTPRequest) GetID() string
func (*HTTPRequest) GetMethod ¶
func (x *HTTPRequest) GetMethod() string
func (*HTTPRequest) GetRuntime ¶
func (x *HTTPRequest) GetRuntime() string
func (*HTTPRequest) GetURL ¶
func (x *HTTPRequest) GetURL() string
func (*HTTPRequest) ProtoMessage ¶
func (*HTTPRequest) ProtoMessage()
func (*HTTPRequest) ProtoReflect ¶
func (x *HTTPRequest) ProtoReflect() protoreflect.Message
func (*HTTPRequest) Reset ¶
func (x *HTTPRequest) Reset()
func (*HTTPRequest) String ¶
func (x *HTTPRequest) String() string
type HTTPResponse ¶
type HTTPResponse struct { Response []byte `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` StatusCode int32 `protobuf:"varint,2,opt,name=statusCode,proto3" json:"statusCode,omitempty"` RequestID string `protobuf:"bytes,3,opt,name=RequestID,proto3" json:"RequestID,omitempty"` // contains filtered or unexported fields }
func (*HTTPResponse) Descriptor
deprecated
func (*HTTPResponse) Descriptor() ([]byte, []int)
Deprecated: Use HTTPResponse.ProtoReflect.Descriptor instead.
func (*HTTPResponse) GetRequestID ¶
func (x *HTTPResponse) GetRequestID() string
func (*HTTPResponse) GetResponse ¶
func (x *HTTPResponse) GetResponse() []byte
func (*HTTPResponse) GetStatusCode ¶
func (x *HTTPResponse) GetStatusCode() int32
func (*HTTPResponse) ProtoMessage ¶
func (*HTTPResponse) ProtoMessage()
func (*HTTPResponse) ProtoReflect ¶
func (x *HTTPResponse) ProtoReflect() protoreflect.Message
func (*HTTPResponse) Reset ¶
func (x *HTTPResponse) Reset()
func (*HTTPResponse) String ¶
func (x *HTTPResponse) String() string
type HeaderFields ¶
type HeaderFields struct { Fields []string `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty"` // contains filtered or unexported fields }
func (*HeaderFields) Descriptor
deprecated
func (*HeaderFields) Descriptor() ([]byte, []int)
Deprecated: Use HeaderFields.ProtoReflect.Descriptor instead.
func (*HeaderFields) GetFields ¶
func (x *HeaderFields) GetFields() []string
func (*HeaderFields) ProtoMessage ¶
func (*HeaderFields) ProtoMessage()
func (*HeaderFields) ProtoReflect ¶
func (x *HeaderFields) ProtoReflect() protoreflect.Message
func (*HeaderFields) Reset ¶
func (x *HeaderFields) Reset()
func (*HeaderFields) String ¶
func (x *HeaderFields) String() string
Click to show internal directories.
Click to hide internal directories.