go-types/pkg/database/corpus.go

12 lines
282 B
Go
Raw Normal View History

2024-03-26 14:26:57 +00:00
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"`
}