8 lines
132 B

2 months ago
package base
type BaWebSocketResponseBase struct {
Event string `json:"e"`
TimeE string `json:"E"`
Symbol int64 `json:"s"`
}