bbgo/pkg/types/instance.go

6 lines
74 B
Go
Raw Normal View History

package types
type InstanceIDProvider interface {
InstanceID() string
}