Matrix/entities/device/deviceController.go

5 lines
47 B
Go
Raw Normal View History

2020-09-29 07:44:35 +00:00
package device
2020-09-30 08:28:49 +00:00
func New() device *Device {
}