protocol/aprs: extract comment to frame
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
type Message struct {
|
||||
ID int `json::"id"`
|
||||
ID int `json:"id"`
|
||||
IsAcknowledge bool `json:"is_ack"`
|
||||
IsRejection bool `json:"is_rejection"`
|
||||
IsBulletin bool `json:"is_bulletin"`
|
||||
|
||||
Reference in New Issue
Block a user