Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

model.BookInfo is not defined (Golang) #34

Open
ahmed-deftoner opened this issue Apr 3, 2023 · 0 comments
Open

model.BookInfo is not defined (Golang) #34

ahmed-deftoner opened this issue Apr 3, 2023 · 0 comments

Comments

@ahmed-deftoner
Copy link

In internal/common/bitgetwsclient.go, model.BookInfo is used but it is not defined anywhere

type BitgetBaseWsClient struct {
	NeedLogin        bool
	Connection       bool
	LoginStatus      bool
	Listener         OnReceive
	ErrorListener    OnReceive
	Ticker           *time.Ticker
	SendMutex        *sync.Mutex
	WebSocketClient  *websocket.Conn
	LastReceivedTime time.Time
	AllSuribe        *model.Set
	Signer           *Signer
	ScribeMap        map[model.SubscribeReq]OnReceive
	BooksMap         map[model.SubscribeReq]model.BookInfo
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant