Add wrapper type
This commit is contained in:
parent
5fda100222
commit
a582c3495e
@ -1,5 +1,9 @@
|
||||
package upstreamApi
|
||||
|
||||
type MsgData struct {
|
||||
Data VstpMsg `json:"VSTPCIFMsgV1"`
|
||||
}
|
||||
|
||||
type VstpMsg struct {
|
||||
CIFMsg Schedule `json:"schedule"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user