aa
This commit is contained in:
17
business/jxstore/vendor/mt/mt.go
vendored
17
business/jxstore/vendor/mt/mt.go
vendored
@@ -1 +1,18 @@
|
||||
package mt
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/jx-callback/business/jxstore/vendor"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
|
||||
)
|
||||
|
||||
type UnionHandler struct {
|
||||
}
|
||||
|
||||
var (
|
||||
UnionHandlerObj UnionHandler
|
||||
UnionHandlerObj = vendor.UnionInterfaceHandler
|
||||
)
|
||||
|
||||
func (s *UnionHandler) ShareUnionLink(ctx *jxcontext.Context, linkType int) (err error) {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user