MCPcopy
hub / github.com/hoanhan101/ultimate-go / Server

Struct Server

go/design/pollution_2.go:10–13  ·  view source on GitHub ↗

Server implementation.

Source from the content-addressed store, hash-verified

8
9// Server implementation.
10type Server struct {
11 host string
12 // PRETEND THERE ARE MORE FIELDS.
13}
14
15// NewServer returns just a concrete pointer of type Server
16func NewServer(host string) *Server {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected