mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
11 lines
196 B
Go
11 lines
196 B
Go
package api
|
|
|
|
import "github.com/flipped-aurora/gin-vue-admin/server/plugin/announcement/service"
|
|
|
|
var (
|
|
Api = new(api)
|
|
serviceInfo = service.Service.Info
|
|
)
|
|
|
|
type api struct{ Info info }
|