1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-06 23:37:26 +02:00
Files
CasaOS/route/v2/route.go
2023-01-30 17:01:47 -05:00

12 lines
151 B
Go

package v2
import (
"github.com/IceWhaleTech/CasaOS/codegen"
)
type CasaOS struct{}
func NewCasaOS() codegen.ServerInterface {
return &CasaOS{}
}