gobot.io/x/gobot/v2@v2.1.0/platforms/adaptors/options.go (about) 1 package adaptors 2 3 // Optioner is the interface for adaptors options. This provides the possibility for change the platform behavior 4 // by the user when creating the platform, e.g. by "NewAdaptor()". 5 type Optioner interface { 6 digitalPinsOptioner 7 }