fix:Asynchronous communication with C-end
This commit is contained in:
parent
a0b10765ca
commit
d8bc1b18ee
|
@ -144,8 +144,9 @@ type ObsTra struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type RemoteTra struct {
|
type RemoteTra struct {
|
||||||
DatasetTra DatasetTra `json:"datasetIn,omitempty"`
|
Obs ObsTra `json:"obs,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type DatasetTra struct {
|
type DatasetTra struct {
|
||||||
Id string `json:"id,omitempty"`
|
Id string `json:"id,omitempty"`
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue