plugin/dctw/v1/api/service.go

8 lines
105 B
Go

package api
import "gitea.cdlsxd.cn/sdk/plugin/dctw/v1/core"
type Service struct {
*core.DctWServer
}