Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
34
var
_ auth_driver.IDriver = (*Driver)(nil)
35
36
func
init() {
37
d := &Driver{}
38
39
auth_driver.Register(name, d)
40
}
41
42
type
Driver
struct
{
43
isInit bool
Callers
nothing calls this directly
Calls
1
Register
Method · 0.45
Tested by
no test coverage detected