MCPcopy
hub / github.com/zeromicro/go-zero / Server

Struct Server

rest/server.go:28–31  ·  view source on GitHub ↗

A Server is a http server.

Source from the content-addressed store, hash-verified

26
27 // A Server is a http server.
28 Server struct {
29 ngin *engine
30 router httpx.Router
31 }
32)
33
34// MustNewServer returns a server with given config of c and options defined in opts.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected