qbtrade/pkg/types/instance.go
2024-06-27 22:42:38 +08:00

6 lines
74 B
Go

package types
type InstanceIDProvider interface {
InstanceID() string
}