MCPcopy
hub / github.com/micro/go-micro / MockServer

Struct MockServer

server/mock/mock.go:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type MockServer struct {
12 Opts server.Options
13 Handlers map[string]server.Handler
14 Subscribers map[string][]server.Subscriber
15 sync.Mutex
16 Running bool
17}
18
19var (
20 _ server.Server = NewServer()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected