marshaller

package
v0.0.0-...-d577d4f Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Test

type Test struct {
	Latitude  float64 `protobuf:"fixed64,2,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude float64 `protobuf:"fixed64,3,opt,name=longitude,proto3" json:"longitude,omitempty"`
	CheckIn   string  `protobuf:"bytes,4,opt,name=check_in,json=checkIn,proto3" json:"check_in,omitempty"`
	CheckOut  string  `protobuf:"bytes,5,opt,name=check_out,json=checkOut,proto3" json:"check_out,omitempty"`
	Adults    int32   `protobuf:"varint,6,opt,name=adults,proto3" json:"adults,omitempty"`
	Children  []int32 `protobuf:"varint,7,rep,packed,name=children,proto3" json:"children,omitempty"`
	// contains filtered or unexported fields
}

func (*Test) Descriptor deprecated

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

Deprecated: Use Test.ProtoReflect.Descriptor instead.

func (*Test) GetAdults

func (x *Test) GetAdults() int32

func (*Test) GetCheckIn

func (x *Test) GetCheckIn() string

func (*Test) GetCheckOut

func (x *Test) GetCheckOut() string

func (*Test) GetChildren

func (x *Test) GetChildren() []int32

func (*Test) GetLatitude

func (x *Test) GetLatitude() float64

func (*Test) GetLongitude

func (x *Test) GetLongitude() float64

func (*Test) ProtoMessage

func (*Test) ProtoMessage()

func (*Test) ProtoReflect

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

func (*Test) Reset

func (x *Test) Reset()

func (*Test) String

func (x *Test) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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