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

Function init

login_driver/feishu/feishu.go:36–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34var _ auth_driver.IDriver = (*Driver)(nil)
35
36func init() {
37 d := &Driver{}
38
39 auth_driver.Register(name, d)
40}
41
42type Driver struct {
43 isInit bool

Callers

nothing calls this directly

Calls 1

RegisterMethod · 0.45

Tested by

no test coverage detected