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

Struct Server

pkg/common/config.go:18–21  ·  view source on GitHub ↗

Server 服务器参数

Source from the content-addressed store, hash-verified

16
17// Server 服务器参数
18type Server struct {
19 //监听ip
20 Port string `yaml:"port"`
21}
22
23type OpenAi struct {
24 Key string `yaml:"key"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected