Add corpus type
This commit is contained in:
parent
171bd3eafd
commit
0fc57cb903
11
pkg/database/corpus.go
Normal file
11
pkg/database/corpus.go
Normal 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"`
|
||||
}
|
Loading…
Reference in New Issue
Block a user