reconditematterv1

package
v0.0.0-...-46a60bc Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_reconditematter_v1_reconditematter_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type FibonacciCellRequest

type FibonacciCellRequest struct {
	Count  uint32    `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Origin *GeoPoint `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*FibonacciCellRequest) Descriptor deprecated

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

Deprecated: Use FibonacciCellRequest.ProtoReflect.Descriptor instead.

func (*FibonacciCellRequest) GetCount

func (x *FibonacciCellRequest) GetCount() uint32

func (*FibonacciCellRequest) GetOrigin

func (x *FibonacciCellRequest) GetOrigin() *GeoPoint

func (*FibonacciCellRequest) ProtoMessage

func (*FibonacciCellRequest) ProtoMessage()

func (*FibonacciCellRequest) ProtoReflect

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

func (*FibonacciCellRequest) Reset

func (x *FibonacciCellRequest) Reset()

func (*FibonacciCellRequest) String

func (x *FibonacciCellRequest) String() string

type FibonacciCellResponse

type FibonacciCellResponse struct {
	Count  uint32      `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Origin *GeoPoint   `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty"`
	Points []*GeoPoint `protobuf:"bytes,3,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

func (*FibonacciCellResponse) Descriptor deprecated

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

Deprecated: Use FibonacciCellResponse.ProtoReflect.Descriptor instead.

func (*FibonacciCellResponse) GetCount

func (x *FibonacciCellResponse) GetCount() uint32

func (*FibonacciCellResponse) GetOrigin

func (x *FibonacciCellResponse) GetOrigin() *GeoPoint

func (*FibonacciCellResponse) GetPoints

func (x *FibonacciCellResponse) GetPoints() []*GeoPoint

func (*FibonacciCellResponse) ProtoMessage

func (*FibonacciCellResponse) ProtoMessage()

func (*FibonacciCellResponse) ProtoReflect

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

func (*FibonacciCellResponse) Reset

func (x *FibonacciCellResponse) Reset()

func (*FibonacciCellResponse) String

func (x *FibonacciCellResponse) String() string

type FibonacciPointsRequest

type FibonacciPointsRequest struct {
	Count uint32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*FibonacciPointsRequest) Descriptor deprecated

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

Deprecated: Use FibonacciPointsRequest.ProtoReflect.Descriptor instead.

func (*FibonacciPointsRequest) GetCount

func (x *FibonacciPointsRequest) GetCount() uint32

func (*FibonacciPointsRequest) ProtoMessage

func (*FibonacciPointsRequest) ProtoMessage()

func (*FibonacciPointsRequest) ProtoReflect

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

func (*FibonacciPointsRequest) Reset

func (x *FibonacciPointsRequest) Reset()

func (*FibonacciPointsRequest) String

func (x *FibonacciPointsRequest) String() string

type FibonacciPointsResponse

type FibonacciPointsResponse struct {
	Count  uint32      `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Points []*GeoPoint `protobuf:"bytes,2,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

func (*FibonacciPointsResponse) Descriptor deprecated

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

Deprecated: Use FibonacciPointsResponse.ProtoReflect.Descriptor instead.

func (*FibonacciPointsResponse) GetCount

func (x *FibonacciPointsResponse) GetCount() uint32

func (*FibonacciPointsResponse) GetPoints

func (x *FibonacciPointsResponse) GetPoints() []*GeoPoint

func (*FibonacciPointsResponse) ProtoMessage

func (*FibonacciPointsResponse) ProtoMessage()

func (*FibonacciPointsResponse) ProtoReflect

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

func (*FibonacciPointsResponse) Reset

func (x *FibonacciPointsResponse) Reset()

func (*FibonacciPointsResponse) String

func (x *FibonacciPointsResponse) String() string

type GeoHashRequest

type GeoHashRequest struct {
	Point  *GeoPoint `protobuf:"bytes,1,opt,name=point,proto3" json:"point,omitempty"`
	Length uint32    `protobuf:"varint,2,opt,name=length,proto3" json:"length,omitempty"`
	// contains filtered or unexported fields
}

func (*GeoHashRequest) Descriptor deprecated

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

Deprecated: Use GeoHashRequest.ProtoReflect.Descriptor instead.

func (*GeoHashRequest) GetLength

func (x *GeoHashRequest) GetLength() uint32

func (*GeoHashRequest) GetPoint

func (x *GeoHashRequest) GetPoint() *GeoPoint

func (*GeoHashRequest) ProtoMessage

func (*GeoHashRequest) ProtoMessage()

func (*GeoHashRequest) ProtoReflect

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

func (*GeoHashRequest) Reset

func (x *GeoHashRequest) Reset()

func (*GeoHashRequest) String

func (x *GeoHashRequest) String() string

type GeoHashResponse

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

func (*GeoHashResponse) Descriptor deprecated

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

Deprecated: Use GeoHashResponse.ProtoReflect.Descriptor instead.

func (*GeoHashResponse) GetGeohash

func (x *GeoHashResponse) GetGeohash() string

func (*GeoHashResponse) ProtoMessage

func (*GeoHashResponse) ProtoMessage()

func (*GeoHashResponse) ProtoReflect

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

func (*GeoHashResponse) Reset

func (x *GeoHashResponse) Reset()

func (*GeoHashResponse) String

func (x *GeoHashResponse) String() string

type GeoPoint

type GeoPoint struct {
	Lat float64 `protobuf:"fixed64,1,opt,name=lat,proto3" json:"lat,omitempty"`
	Lon float64 `protobuf:"fixed64,2,opt,name=lon,proto3" json:"lon,omitempty"`
	// contains filtered or unexported fields
}

func (*GeoPoint) Descriptor deprecated

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

Deprecated: Use GeoPoint.ProtoReflect.Descriptor instead.

func (*GeoPoint) GetLat

func (x *GeoPoint) GetLat() float64

func (*GeoPoint) GetLon

func (x *GeoPoint) GetLon() float64

func (*GeoPoint) ProtoMessage

func (*GeoPoint) ProtoMessage()

func (*GeoPoint) ProtoReflect

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

func (*GeoPoint) Reset

func (x *GeoPoint) Reset()

func (*GeoPoint) String

func (x *GeoPoint) String() string

type HumanName

type HumanName struct {
	Family string `protobuf:"bytes,1,opt,name=family,proto3" json:"family,omitempty"`
	Given  string `protobuf:"bytes,2,opt,name=given,proto3" json:"given,omitempty"`
	Gender string `protobuf:"bytes,3,opt,name=gender,proto3" json:"gender,omitempty"`
	// contains filtered or unexported fields
}

func (*HumanName) Descriptor deprecated

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

Deprecated: Use HumanName.ProtoReflect.Descriptor instead.

func (*HumanName) GetFamily

func (x *HumanName) GetFamily() string

func (*HumanName) GetGender

func (x *HumanName) GetGender() string

func (*HumanName) GetGiven

func (x *HumanName) GetGiven() string

func (*HumanName) ProtoMessage

func (*HumanName) ProtoMessage()

func (*HumanName) ProtoReflect

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

func (*HumanName) Reset

func (x *HumanName) Reset()

func (*HumanName) String

func (x *HumanName) String() string

type RandomNamesRequest

type RandomNamesRequest struct {
	Count uint32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*RandomNamesRequest) Descriptor deprecated

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

Deprecated: Use RandomNamesRequest.ProtoReflect.Descriptor instead.

func (*RandomNamesRequest) GetCount

func (x *RandomNamesRequest) GetCount() uint32

func (*RandomNamesRequest) ProtoMessage

func (*RandomNamesRequest) ProtoMessage()

func (*RandomNamesRequest) ProtoReflect

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

func (*RandomNamesRequest) Reset

func (x *RandomNamesRequest) Reset()

func (*RandomNamesRequest) String

func (x *RandomNamesRequest) String() string

type RandomNamesResponse

type RandomNamesResponse struct {
	Count uint32       `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Names []*HumanName `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*RandomNamesResponse) Descriptor deprecated

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

Deprecated: Use RandomNamesResponse.ProtoReflect.Descriptor instead.

func (*RandomNamesResponse) GetCount

func (x *RandomNamesResponse) GetCount() uint32

func (*RandomNamesResponse) GetNames

func (x *RandomNamesResponse) GetNames() []*HumanName

func (*RandomNamesResponse) ProtoMessage

func (*RandomNamesResponse) ProtoMessage()

func (*RandomNamesResponse) ProtoReflect

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

func (*RandomNamesResponse) Reset

func (x *RandomNamesResponse) Reset()

func (*RandomNamesResponse) String

func (x *RandomNamesResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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