Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coderabbit214/document-ai
/ main
Function
main
cmd/server/main.go:9–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
)
8
9
func
main() {
10
r := api.SetupRouter()
11
if
err := r.Run(
":"
+ common.GlobalObject.Server.Port); err != nil {
12
fmt.Printf(
"startup service failed, err:%v\n"
, err)
13
}
14
}
Callers
nothing calls this directly
Calls
1
SetupRouter
Function · 0.92
Tested by
no test coverage detected