Fix types
This commit is contained in:
parent
816f023a60
commit
ff722287f3
@ -1,7 +1,7 @@
|
||||
package upstreamApi
|
||||
|
||||
type VstpMsg struct {
|
||||
CIFMsg *Schedule `json:"schedule"`
|
||||
CIFMsg Schedule `json:"schedule"`
|
||||
}
|
||||
|
||||
type Schedule struct {
|
||||
|
Loading…
Reference in New Issue
Block a user