Files
BatchuKVM/server/service/ws/service.go

8 lines
85 B
Go

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