Matrix/entities/device/deviceController.go
2020-10-01 17:45:57 +02:00

5 lines
56 B
Go

package device
func New() (device *Device) {
return
}