Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pb_tzinfo_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Point ¶
type Point struct { Lng float32 `protobuf:"fixed32,1,opt,name=lng,proto3" json:"lng,omitempty"` Lat float32 `protobuf:"fixed32,2,opt,name=lat,proto3" json:"lat,omitempty"` // contains filtered or unexported fields }
func (*Point) Descriptor
deprecated
func (*Point) ProtoMessage ¶
func (*Point) ProtoMessage()
func (*Point) ProtoReflect ¶
func (x *Point) ProtoReflect() protoreflect.Message
type Polygon ¶
type Polygon struct { Points []*Point `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"` // contains filtered or unexported fields }
func (*Polygon) Descriptor
deprecated
func (*Polygon) ProtoMessage ¶
func (*Polygon) ProtoMessage()
func (*Polygon) ProtoReflect ¶
func (x *Polygon) ProtoReflect() protoreflect.Message
type Timezone ¶
type Timezone struct { Polygons []*Polygon `protobuf:"bytes,1,rep,name=polygons,proto3" json:"polygons,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Timezone) Descriptor
deprecated
func (*Timezone) GetPolygons ¶
func (*Timezone) ProtoMessage ¶
func (*Timezone) ProtoMessage()
func (*Timezone) ProtoReflect ¶
func (x *Timezone) ProtoReflect() protoreflect.Message
type Timezones ¶
type Timezones struct { Timezones []*Timezone `protobuf:"bytes,1,rep,name=timezones,proto3" json:"timezones,omitempty"` // contains filtered or unexported fields }
func (*Timezones) Descriptor
deprecated
func (*Timezones) GetTimezones ¶
func (*Timezones) ProtoMessage ¶
func (*Timezones) ProtoMessage()
func (*Timezones) ProtoReflect ¶
func (x *Timezones) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.