MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Driver

Struct Driver

login_driver/feishu/feishu.go:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type Driver struct {
43 isInit bool
44 accountService account.IAccountService `autowired:""`
45 userService user.IUserService `autowired:""`
46 roleService role.IRoleService `autowired:""`
47 roleMemberService role.IRoleMemberService `autowired:""`
48}
49
50func (d *Driver) Init() {
51 if d.isInit {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected