初始化
This commit is contained in:
9
internal/controller/admin/admin.go
Normal file
9
internal/controller/admin/admin.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package admin
|
||||
|
||||
// ControllerV1 是后台管理控制器。
|
||||
type ControllerV1 struct{}
|
||||
|
||||
// NewV1 创建后台管理控制器实例。
|
||||
func NewV1() *ControllerV1 {
|
||||
return &ControllerV1{}
|
||||
}
|
||||
Reference in New Issue
Block a user