1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-24 13:48:49 +08:00
hybridgroup.gobot/adaptor.go
2014-11-21 11:57:26 -08:00

10 lines
128 B
Go

package gobot
type Adaptor interface {
Finalize() []error
Connect() []error
Name() string
Port() string
String() string
}