bbgo_origin/pkg/livenote/options.go

13 lines
135 B
Go
Raw Normal View History

package livenote
type Option interface{}
type Mention struct {
User string
}
type Comment struct {
Text string
Users []string
}