mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 00:35:15 +00:00
bbgo: add todo for the reflect Subscribe call
This commit is contained in:
parent
95c2711b0d
commit
fc3e76204a
|
@ -15,6 +15,7 @@ type ExitMethod struct {
|
|||
}
|
||||
|
||||
func (m *ExitMethod) Subscribe() {
|
||||
// TODO: pull out this implementation as a simple function to reflect.go
|
||||
rv := reflect.ValueOf(m)
|
||||
rt := reflect.TypeOf(m)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user