Files

16 lines
395 B
Go

// =================================================================================
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
// =================================================================================
package chapter
import (
"server/api/chapter"
)
type ControllerV1 struct{}
func NewV1() chapter.IChapterV1 {
return &ControllerV1{}
}