Files
StackChan/server/internal/controller/dance/dance_new.go
T
2026-04-27 10:35:03 +08:00

26 lines
565 B
Go

/*
SPDX-FileCopyrightText: 2026 M5Stack Technology CO LTD
SPDX-License-Identifier: MIT
*/
// =================================================================================
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
// =================================================================================
package dance
import (
"stackChan/api/dance"
)
type ControllerV1 struct{}
func NewV1() dance.IDanceV1 {
return &ControllerV1{}
}
type ControllerV2 struct{}
func NewV2() dance.IDanceV2 {
return &ControllerV2{}
}