fix_api
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
package containment
|
||||
|
||||
import (
|
||||
"context"
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
v1 "TrangleAgent/api/containment/v1"
|
||||
"TrangleAgent/internal/model/response"
|
||||
"TrangleAgent/internal/service"
|
||||
"context"
|
||||
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
// 收容库相关方法
|
||||
type sContainment struct{}
|
||||
|
||||
func New() *sContainment {
|
||||
|
||||
Reference in New Issue
Block a user