Remove Kind in favor of type assertion

This commit is contained in:
Lukas Herman
2020-01-31 22:51:58 -08:00
parent 14d9394fe6
commit 2d9bfcda4d
7 changed files with 35 additions and 34 deletions

View File

@@ -1,12 +1,5 @@
package driver
type Kind string
const (
Video Kind = "video"
Audio = "audio"
)
type DeviceType string
const (