Refactor: Rename NanoKVM to BatchuKVM and update server URL
This commit is contained in:
9
server/proto/stream.go
Normal file
9
server/proto/stream.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package proto
|
||||
|
||||
type UpdateFrameDetectReq struct {
|
||||
Enabled bool `validate:"omitempty"`
|
||||
}
|
||||
|
||||
type StopFrameDetectReq struct {
|
||||
Duration int `validate:"omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user