Documentation ¶
Index ¶
- Variables
- type History
- func (*History) Descriptor() ([]byte, []int)deprecated
- func (x *History) GetDate() string
- func (x *History) GetName() string
- func (x *History) GetPrice() float64
- func (*History) ProtoMessage()
- func (x *History) ProtoReflect() protoreflect.Message
- func (x *History) Reset()
- func (x *History) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_history_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type History ¶
type History struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Date string `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` Price float64 `protobuf:"fixed64,3,opt,name=price,proto3" json:"price,omitempty"` // contains filtered or unexported fields }
func (*History) Descriptor
deprecated
func (*History) ProtoMessage ¶
func (*History) ProtoMessage()
func (*History) ProtoReflect ¶
func (x *History) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.