16 lines
371 B
Go
16 lines
371 B
Go
// =================================================================================
|
|
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
|
// =================================================================================
|
|
|
|
package common
|
|
|
|
import (
|
|
"kami/api/common"
|
|
)
|
|
|
|
type ControllerV1 struct{}
|
|
|
|
func NewV1() common.ICommonV1 {
|
|
return &ControllerV1{}
|
|
}
|
