proto

package
v0.0.0-...-8396750 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

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"`
	DeploymentID string                   `protobuf:"bytes,8,opt,name=DeploymentID,proto3" json:"DeploymentID,omitempty"`
	Env          map[string]string        `` /* 147-byte string literal not displayed */
	Preview      bool                     `protobuf:"varint,10,opt,name=preview,proto3" json:"preview,omitempty"`
	ManagerPID   *actor.PID               `protobuf:"bytes,11,opt,name=managerPID,proto3" json:"managerPID,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTPRequest) Descriptor deprecated

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

Deprecated: Use HTTPRequest.ProtoReflect.Descriptor instead.

func (*HTTPRequest) GetBody

func (x *HTTPRequest) GetBody() []byte

func (*HTTPRequest) GetDeploymentID

func (x *HTTPRequest) GetDeploymentID() string

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) GetManagerPID

func (x *HTTPRequest) GetManagerPID() *actor.PID

func (*HTTPRequest) GetMethod

func (x *HTTPRequest) GetMethod() string

func (*HTTPRequest) GetPreview

func (x *HTTPRequest) GetPreview() bool

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

type RemoveRuntime

type RemoveRuntime struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveRuntime) Descriptor deprecated

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

Deprecated: Use RemoveRuntime.ProtoReflect.Descriptor instead.

func (*RemoveRuntime) GetKey

func (x *RemoveRuntime) GetKey() string

func (*RemoveRuntime) ProtoMessage

func (*RemoveRuntime) ProtoMessage()

func (*RemoveRuntime) ProtoReflect

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

func (*RemoveRuntime) Reset

func (x *RemoveRuntime) Reset()

func (*RemoveRuntime) String

func (x *RemoveRuntime) String() string

Jump to

Keyboard shortcuts

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