Files
BatchuKVM/server/service/vm/service.go

9 lines
87 B
Go

package vm
type Service struct {
}
func NewService() *Service {
return &Service{}
}