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