Refactor: Rename NanoKVM to BatchuKVM and update server URL
This commit is contained in:
11
server/service/hid/service.go
Normal file
11
server/service/hid/service.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package hid
|
||||
|
||||
type Service struct {
|
||||
hid *Hid
|
||||
}
|
||||
|
||||
func NewService() *Service {
|
||||
return &Service{
|
||||
hid: GetHid(),
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user