8 lines
105 B
Go
8 lines
105 B
Go
|
package api
|
||
|
|
||
|
import "gitea.cdlsxd.cn/sdk/plugin/dctw/v1/core"
|
||
|
|
||
|
type Service struct {
|
||
|
*core.DctWServer
|
||
|
}
|