Documentation
¶
Index ¶
- type QSO
- func (*QSO) Descriptor() ([]byte, []int)
- func (m *QSO) GetBand() string
- func (m *QSO) GetCallsign() string
- func (m *QSO) GetLogTimestamp() int64
- func (m *QSO) GetMode() string
- func (m *QSO) GetMyNumber() int32
- func (m *QSO) GetMyReport() string
- func (m *QSO) GetMyXchange() string
- func (m *QSO) GetTheirNumber() int32
- func (m *QSO) GetTheirReport() string
- func (m *QSO) GetTheirXchange() string
- func (m *QSO) GetTimestamp() int64
- func (*QSO) ProtoMessage()
- func (m *QSO) Reset()
- func (m *QSO) String() string
- func (m *QSO) XXX_DiscardUnknown()
- func (m *QSO) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *QSO) XXX_Merge(src proto.Message)
- func (m *QSO) XXX_Size() int
- func (m *QSO) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QSO ¶
type QSO struct {
Callsign string `protobuf:"bytes,1,opt,name=callsign" json:"callsign,omitempty"`
Timestamp int64 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
Band string `protobuf:"bytes,3,opt,name=band" json:"band,omitempty"`
Mode string `protobuf:"bytes,4,opt,name=mode" json:"mode,omitempty"`
MyReport string `protobuf:"bytes,5,opt,name=my_report,json=myReport" json:"my_report,omitempty"`
MyNumber int32 `protobuf:"varint,6,opt,name=my_number,json=myNumber" json:"my_number,omitempty"`
TheirReport string `protobuf:"bytes,7,opt,name=their_report,json=theirReport" json:"their_report,omitempty"`
TheirNumber int32 `protobuf:"varint,8,opt,name=their_number,json=theirNumber" json:"their_number,omitempty"`
LogTimestamp int64 `protobuf:"varint,9,opt,name=log_timestamp,json=logTimestamp" json:"log_timestamp,omitempty"`
MyXchange string `protobuf:"bytes,10,opt,name=my_xchange,json=myXchange" json:"my_xchange,omitempty"`
TheirXchange string `protobuf:"bytes,11,opt,name=their_xchange,json=theirXchange" json:"their_xchange,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*QSO) Descriptor ¶
func (*QSO) GetCallsign ¶
func (*QSO) GetLogTimestamp ¶
func (*QSO) GetMyNumber ¶
func (*QSO) GetMyReport ¶
func (*QSO) GetMyXchange ¶
func (*QSO) GetTheirNumber ¶
func (*QSO) GetTheirReport ¶
func (*QSO) GetTheirXchange ¶
func (*QSO) GetTimestamp ¶
func (*QSO) ProtoMessage ¶
func (*QSO) ProtoMessage()
func (*QSO) XXX_DiscardUnknown ¶
func (m *QSO) XXX_DiscardUnknown()
func (*QSO) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.