MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / server

Struct server

application/application.go:44–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44type server struct {
45 dep dependency.Dep
46 logger logging.Logger
47 dbClient *ent.Client
48 config conf.ConfigProvider
49 server *http.Server
50 pprofServer *http.Server
51 kv cache.Driver
52 mailQueue email.Driver
53}
54
55func (s *server) PrintBanner() {
56 fmt.Print(`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected