bbgo: add todo for the reflect Subscribe call

This commit is contained in:
c9s 2022-06-29 02:03:00 +08:00
parent 95c2711b0d
commit fc3e76204a
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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)