feat:完善项目管理,增加网站首页接口信息
This commit is contained in:
13
app/api/website/controller/docking.go
Normal file
13
app/api/website/controller/docking.go
Normal file
@ -0,0 +1,13 @@
|
||||
package controller
|
||||
|
||||
type Docking struct{}
|
||||
|
||||
type DockingHandle func()
|
||||
|
||||
func (c *Docking) Message() {
|
||||
|
||||
}
|
||||
|
||||
func NewDocking() DockingHandle {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user