Add corpus type

This commit is contained in:
Fred Boniface 2024-03-26 14:26:57 +00:00
parent 171bd3eafd
commit 0fc57cb903
1 changed files with 11 additions and 0 deletions

11
pkg/database/corpus.go Normal file
View File

@ -0,0 +1,11 @@
package database
type CorpusEntry struct {
CRS string `json:"3ALPHA"`
NLC string `json:"NLC"`
NLCDESC string `json:"NLCDESC"`
NLCDESC16 string `json:"NLCDESC16"`
STANOX string `json:"STANOX"`
TIPLOC string `json:"TIPLOC"`
UIC string `json:"UIC"`
}