diff options
Diffstat (limited to 'TLE.go')
-rw-r--r-- | TLE.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TLE.go b/TLE.go index 6929537..7bdb0f0 100644 --- a/TLE.go +++ b/TLE.go @@ -16,6 +16,8 @@ func NewTLE(titleLine TitleLine, lineOne LineOne, lineTwo LineTwo) *TLE { return &TLE{TitleLine: titleLine, LineOne: lineOne, LineTwo: lineTwo} } +// TitleLine defines the first line in the the TLE +// It contains the name of the satellite type TitleLine struct { Satname string `json:"satname"` } |