joyful/internal/config/interfaces.go

7 lines
133 B
Go

package config
import "github.com/holoplot/go-evdev"
type Device interface {
AbsInfos() (map[evdev.EvCode]evdev.AbsInfo, error)
}