MCPcopy Create free account
hub / github.com/coderabbit214/document-ai / GlobalObj

Struct GlobalObj

pkg/common/config.go:10–15  ·  view source on GitHub ↗

GlobalObj 全局参数

Source from the content-addressed store, hash-verified

8
9// GlobalObj 全局参数
10type GlobalObj struct {
11 //监听ip
12 Server Server `yaml:"server"`
13 OpenAi OpenAi `yaml:"openai"`
14 Qdrant Qdrant `yaml:"qdrant"`
15}
16
17// Server 服务器参数
18type Server struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected