qbw1grpcgen

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_message_idl_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AllocateServiceIdentsRequest

type AllocateServiceIdentsRequest struct {
	ServiceIdents []*ServiceIdent `protobuf:"bytes,1,rep,name=service_idents,json=serviceIdents,proto3" json:"service_idents,omitempty"`
	// contains filtered or unexported fields
}

func (*AllocateServiceIdentsRequest) Descriptor deprecated

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

Deprecated: Use AllocateServiceIdentsRequest.ProtoReflect.Descriptor instead.

func (*AllocateServiceIdentsRequest) GetServiceIdents

func (x *AllocateServiceIdentsRequest) GetServiceIdents() []*ServiceIdent

func (*AllocateServiceIdentsRequest) ProtoMessage

func (*AllocateServiceIdentsRequest) ProtoMessage()

func (*AllocateServiceIdentsRequest) ProtoReflect

func (*AllocateServiceIdentsRequest) Reset

func (x *AllocateServiceIdentsRequest) Reset()

func (*AllocateServiceIdentsRequest) String

type HTTPContentLinkClosed added in v0.0.8

type HTTPContentLinkClosed struct {
	RequestIdent  int32 `protobuf:"varint,1,opt,name=request_ident,json=requestIdent,proto3" json:"request_ident,omitempty"`
	ResponseIdent int32 `protobuf:"varint,2,opt,name=response_ident,json=responseIdent,proto3" json:"response_ident,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTPContentLinkClosed) Descriptor deprecated added in v0.0.8

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

Deprecated: Use HTTPContentLinkClosed.ProtoReflect.Descriptor instead.

func (*HTTPContentLinkClosed) GetRequestIdent added in v0.0.8

func (x *HTTPContentLinkClosed) GetRequestIdent() int32

func (*HTTPContentLinkClosed) GetResponseIdent added in v0.0.8

func (x *HTTPContentLinkClosed) GetResponseIdent() int32

func (*HTTPContentLinkClosed) ProtoMessage added in v0.0.8

func (*HTTPContentLinkClosed) ProtoMessage()

func (*HTTPContentLinkClosed) ProtoReflect added in v0.0.8

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

func (*HTTPContentLinkClosed) Reset added in v0.0.8

func (x *HTTPContentLinkClosed) Reset()

func (*HTTPContentLinkClosed) String added in v0.0.8

func (x *HTTPContentLinkClosed) String() string

type HTTPContentRequest

type HTTPContentRequest struct {
	RequestIdent  int32        `protobuf:"varint,1,opt,name=request_ident,json=requestIdent,proto3" json:"request_ident,omitempty"`
	ResponseIdent int32        `protobuf:"varint,2,opt,name=response_ident,json=responseIdent,proto3" json:"response_ident,omitempty"`
	UrlPath       string       `protobuf:"bytes,3,opt,name=url_path,json=urlPath,proto3" json:"url_path,omitempty"`
	UrlQuery      string       `protobuf:"bytes,4,opt,name=url_query,json=urlQuery,proto3" json:"url_query,omitempty"`
	RequestMethod string       `protobuf:"bytes,5,opt,name=request_method,json=requestMethod,proto3" json:"request_method,omitempty"`
	RequestHost   string       `protobuf:"bytes,6,opt,name=request_host,json=requestHost,proto3" json:"request_host,omitempty"`
	Headers       []*KeyValues `protobuf:"bytes,7,rep,name=headers,proto3" json:"headers,omitempty"`
	ContentBody   []byte       `protobuf:"bytes,8,opt,name=content_body,json=contentBody,proto3" json:"content_body,omitempty"`
	IsComplete    bool         `protobuf:"varint,9,opt,name=is_complete,json=isComplete,proto3" json:"is_complete,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTPContentRequest) Descriptor deprecated

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

Deprecated: Use HTTPContentRequest.ProtoReflect.Descriptor instead.

func (*HTTPContentRequest) GetContentBody

func (x *HTTPContentRequest) GetContentBody() []byte

func (*HTTPContentRequest) GetHeaders

func (x *HTTPContentRequest) GetHeaders() []*KeyValues

func (*HTTPContentRequest) GetHeadersHTTPHeader

func (x *HTTPContentRequest) GetHeadersHTTPHeader() (h http.Header)

func (*HTTPContentRequest) GetIsComplete

func (x *HTTPContentRequest) GetIsComplete() bool

func (*HTTPContentRequest) GetRequestHost

func (x *HTTPContentRequest) GetRequestHost() string

func (*HTTPContentRequest) GetRequestIdent

func (x *HTTPContentRequest) GetRequestIdent() int32

func (*HTTPContentRequest) GetRequestMethod

func (x *HTTPContentRequest) GetRequestMethod() string

func (*HTTPContentRequest) GetResponseIdent

func (x *HTTPContentRequest) GetResponseIdent() int32

func (*HTTPContentRequest) GetUrlPath

func (x *HTTPContentRequest) GetUrlPath() string

func (*HTTPContentRequest) GetUrlQuery

func (x *HTTPContentRequest) GetUrlQuery() string

func (*HTTPContentRequest) ProtoMessage

func (*HTTPContentRequest) ProtoMessage()

func (*HTTPContentRequest) ProtoReflect

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

func (*HTTPContentRequest) Reset

func (x *HTTPContentRequest) Reset()

func (*HTTPContentRequest) String

func (x *HTTPContentRequest) String() string

type HTTPContentResponse

type HTTPContentResponse struct {
	ResponseIdent   int32        `protobuf:"varint,1,opt,name=response_ident,json=responseIdent,proto3" json:"response_ident,omitempty"`
	RequestIdent    int32        `protobuf:"varint,2,opt,name=request_ident,json=requestIdent,proto3" json:"request_ident,omitempty"`
	ResultStateCode int32        `protobuf:"varint,3,opt,name=result_state_code,json=resultStateCode,proto3" json:"result_state_code,omitempty"`
	Headers         []*KeyValues `protobuf:"bytes,4,rep,name=headers,proto3" json:"headers,omitempty"`
	ContentBody     []byte       `protobuf:"bytes,5,opt,name=content_body,json=contentBody,proto3" json:"content_body,omitempty"`
	IsComplete      bool         `protobuf:"varint,6,opt,name=is_complete,json=isComplete,proto3" json:"is_complete,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTPContentResponse) Descriptor deprecated

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

Deprecated: Use HTTPContentResponse.ProtoReflect.Descriptor instead.

func (*HTTPContentResponse) GetContentBody

func (x *HTTPContentResponse) GetContentBody() []byte

func (*HTTPContentResponse) GetHeaders

func (x *HTTPContentResponse) GetHeaders() []*KeyValues

func (*HTTPContentResponse) GetHeadersHTTPHeader

func (x *HTTPContentResponse) GetHeadersHTTPHeader() (h http.Header)

func (*HTTPContentResponse) GetIsComplete

func (x *HTTPContentResponse) GetIsComplete() bool

func (*HTTPContentResponse) GetRequestIdent

func (x *HTTPContentResponse) GetRequestIdent() int32

func (*HTTPContentResponse) GetResponseIdent

func (x *HTTPContentResponse) GetResponseIdent() int32

func (*HTTPContentResponse) GetResultStateCode

func (x *HTTPContentResponse) GetResultStateCode() int32

func (*HTTPContentResponse) ProtoMessage

func (*HTTPContentResponse) ProtoMessage()

func (*HTTPContentResponse) ProtoReflect

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

func (*HTTPContentResponse) Reset

func (x *HTTPContentResponse) Reset()

func (*HTTPContentResponse) String

func (x *HTTPContentResponse) String() string

type HeartbeatPingPong

type HeartbeatPingPong struct {
	CreateTimestamp  int64 `protobuf:"varint,1,opt,name=create_timestamp,json=createTimestamp,proto3" json:"create_timestamp,omitempty"`
	ReceiveTimestamp int64 `protobuf:"varint,2,opt,name=receive_timestamp,json=receiveTimestamp,proto3" json:"receive_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*HeartbeatPingPong) Descriptor deprecated

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

Deprecated: Use HeartbeatPingPong.ProtoReflect.Descriptor instead.

func (*HeartbeatPingPong) GetCreateTimestamp

func (x *HeartbeatPingPong) GetCreateTimestamp() int64

func (*HeartbeatPingPong) GetReceiveTimestamp

func (x *HeartbeatPingPong) GetReceiveTimestamp() int64

func (*HeartbeatPingPong) ProtoMessage

func (*HeartbeatPingPong) ProtoMessage()

func (*HeartbeatPingPong) ProtoReflect

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

func (*HeartbeatPingPong) Reset

func (x *HeartbeatPingPong) Reset()

func (*HeartbeatPingPong) String

func (x *HeartbeatPingPong) String() string

type HostCertificateAssignment

type HostCertificateAssignment struct {
	HostDNSName  string `protobuf:"bytes,1,opt,name=hostDNSName,proto3" json:"hostDNSName,omitempty"`
	CertDer      []byte `protobuf:"bytes,2,opt,name=cert_der,json=certDer,proto3" json:"cert_der,omitempty"`
	PrivateKey   []byte `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	RequestIdent int32  `protobuf:"varint,4,opt,name=request_ident,json=requestIdent,proto3" json:"request_ident,omitempty"`
	// contains filtered or unexported fields
}

func (*HostCertificateAssignment) Descriptor deprecated

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

Deprecated: Use HostCertificateAssignment.ProtoReflect.Descriptor instead.

func (*HostCertificateAssignment) GetCertDer

func (x *HostCertificateAssignment) GetCertDer() []byte

func (*HostCertificateAssignment) GetHostDNSName added in v0.0.3

func (x *HostCertificateAssignment) GetHostDNSName() string

func (*HostCertificateAssignment) GetPrivateKey

func (x *HostCertificateAssignment) GetPrivateKey() []byte

func (*HostCertificateAssignment) GetRequestIdent

func (x *HostCertificateAssignment) GetRequestIdent() int32

func (*HostCertificateAssignment) ProtoMessage

func (*HostCertificateAssignment) ProtoMessage()

func (*HostCertificateAssignment) ProtoReflect

func (*HostCertificateAssignment) Reset

func (x *HostCertificateAssignment) Reset()

func (*HostCertificateAssignment) String

func (x *HostCertificateAssignment) String() string

type HostCertificateRequest

type HostCertificateRequest struct {
	HostDNSName  string `protobuf:"bytes,1,opt,name=hostDNSName,proto3" json:"hostDNSName,omitempty"`
	RequestIdent int32  `protobuf:"varint,2,opt,name=request_ident,json=requestIdent,proto3" json:"request_ident,omitempty"`
	// contains filtered or unexported fields
}

func (*HostCertificateRequest) Descriptor deprecated

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

Deprecated: Use HostCertificateRequest.ProtoReflect.Descriptor instead.

func (*HostCertificateRequest) GetHostDNSName

func (x *HostCertificateRequest) GetHostDNSName() string

func (*HostCertificateRequest) GetRequestIdent

func (x *HostCertificateRequest) GetRequestIdent() int32

func (*HostCertificateRequest) ProtoMessage

func (*HostCertificateRequest) ProtoMessage()

func (*HostCertificateRequest) ProtoReflect

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

func (*HostCertificateRequest) Reset

func (x *HostCertificateRequest) Reset()

func (*HostCertificateRequest) String

func (x *HostCertificateRequest) String() string

type KeyValues

type KeyValues struct {
	Key    string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func NewKeyValuesFromHTTPHeader

func NewKeyValuesFromHTTPHeader(h http.Header) (x []*KeyValues)

func (*KeyValues) Descriptor deprecated

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

Deprecated: Use KeyValues.ProtoReflect.Descriptor instead.

func (*KeyValues) GetKey

func (x *KeyValues) GetKey() string

func (*KeyValues) GetValues

func (x *KeyValues) GetValues() []string

func (*KeyValues) ProtoMessage

func (*KeyValues) ProtoMessage()

func (*KeyValues) ProtoReflect

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

func (*KeyValues) Reset

func (x *KeyValues) Reset()

func (*KeyValues) String

func (x *KeyValues) String() string

type KnownServiceIdents

type KnownServiceIdents struct {
	PrimarySerialIdent     int32           `protobuf:"varint,1,opt,name=primary_serial_ident,json=primarySerialIdent,proto3" json:"primary_serial_ident,omitempty"`
	LocalSwitchSerialIdent int32           `` /* 132-byte string literal not displayed */
	MaxSerialIdent         int32           `protobuf:"varint,2,opt,name=max_serial_ident,json=maxSerialIdent,proto3" json:"max_serial_ident,omitempty"`
	ServiceIdents          []*ServiceIdent `protobuf:"bytes,3,rep,name=service_idents,json=serviceIdents,proto3" json:"service_idents,omitempty"`
	GenerationTimestamp    int64           `protobuf:"varint,4,opt,name=generation_timestamp,json=generationTimestamp,proto3" json:"generation_timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*KnownServiceIdents) Descriptor deprecated

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

Deprecated: Use KnownServiceIdents.ProtoReflect.Descriptor instead.

func (*KnownServiceIdents) GetGenerationTimestamp added in v0.0.3

func (x *KnownServiceIdents) GetGenerationTimestamp() int64

func (*KnownServiceIdents) GetLocalSwitchSerialIdent added in v0.0.6

func (x *KnownServiceIdents) GetLocalSwitchSerialIdent() int32

func (*KnownServiceIdents) GetMaxSerialIdent

func (x *KnownServiceIdents) GetMaxSerialIdent() int32

func (*KnownServiceIdents) GetPrimarySerialIdent

func (x *KnownServiceIdents) GetPrimarySerialIdent() int32

func (*KnownServiceIdents) GetServiceIdents

func (x *KnownServiceIdents) GetServiceIdents() []*ServiceIdent

func (*KnownServiceIdents) ProtoMessage

func (*KnownServiceIdents) ProtoMessage()

func (*KnownServiceIdents) ProtoReflect

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

func (*KnownServiceIdents) Reset

func (x *KnownServiceIdents) Reset()

func (*KnownServiceIdents) String

func (x *KnownServiceIdents) String() string

type RootCertificateAssignment

type RootCertificateAssignment struct {
	Timestamp int64  `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	CertDer   []byte `protobuf:"bytes,2,opt,name=cert_der,json=certDer,proto3" json:"cert_der,omitempty"`
	// contains filtered or unexported fields
}

func (*RootCertificateAssignment) Descriptor deprecated

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

Deprecated: Use RootCertificateAssignment.ProtoReflect.Descriptor instead.

func (*RootCertificateAssignment) GetCertDer

func (x *RootCertificateAssignment) GetCertDer() []byte

func (*RootCertificateAssignment) GetTimestamp

func (x *RootCertificateAssignment) GetTimestamp() int64

func (*RootCertificateAssignment) ProtoMessage

func (*RootCertificateAssignment) ProtoMessage()

func (*RootCertificateAssignment) ProtoReflect

func (*RootCertificateAssignment) Reset

func (x *RootCertificateAssignment) Reset()

func (*RootCertificateAssignment) String

func (x *RootCertificateAssignment) String() string

type RootCertificateRequest

type RootCertificateRequest struct {
	Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*RootCertificateRequest) Descriptor deprecated

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

Deprecated: Use RootCertificateRequest.ProtoReflect.Descriptor instead.

func (*RootCertificateRequest) GetTimestamp

func (x *RootCertificateRequest) GetTimestamp() int64

func (*RootCertificateRequest) ProtoMessage

func (*RootCertificateRequest) ProtoMessage()

func (*RootCertificateRequest) ProtoReflect

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

func (*RootCertificateRequest) Reset

func (x *RootCertificateRequest) Reset()

func (*RootCertificateRequest) String

func (x *RootCertificateRequest) String() string

type ServiceIdent

type ServiceIdent struct {
	UniqueIdent              string `protobuf:"bytes,1,opt,name=unique_ident,json=uniqueIdent,proto3" json:"unique_ident,omitempty"`
	SerialIdent              int32  `protobuf:"varint,2,opt,name=serial_ident,json=serialIdent,proto3" json:"serial_ident,omitempty"`
	TextIdent                string `protobuf:"bytes,3,opt,name=text_ident,json=textIdent,proto3" json:"text_ident,omitempty"`
	PublicKey                []byte `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	LinkHopCount             int32  `protobuf:"varint,5,opt,name=link_hop_count,json=linkHopCount,proto3" json:"link_hop_count,omitempty"`
	LinkHopSwitchSerialIdent int32  `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ServiceIdent) Descriptor deprecated

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

Deprecated: Use ServiceIdent.ProtoReflect.Descriptor instead.

func (*ServiceIdent) GetLinkHopCount

func (x *ServiceIdent) GetLinkHopCount() int32

func (*ServiceIdent) GetLinkHopSwitchSerialIdent added in v0.0.6

func (x *ServiceIdent) GetLinkHopSwitchSerialIdent() int32

func (*ServiceIdent) GetPublicKey

func (x *ServiceIdent) GetPublicKey() []byte

func (*ServiceIdent) GetSerialIdent

func (x *ServiceIdent) GetSerialIdent() int32

func (*ServiceIdent) GetTextIdent

func (x *ServiceIdent) GetTextIdent() string

func (*ServiceIdent) GetUniqueIdent

func (x *ServiceIdent) GetUniqueIdent() string

func (*ServiceIdent) ProtoMessage

func (*ServiceIdent) ProtoMessage()

func (*ServiceIdent) ProtoReflect

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

func (*ServiceIdent) Reset

func (x *ServiceIdent) Reset()

func (*ServiceIdent) String

func (x *ServiceIdent) String() string

Jump to

Keyboard shortcuts

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