MCPcopy Create free account
hub / github.com/ankorstore/yokai / HttpServerFactory

Interface HttpServerFactory

httpserver/factory.go:8–10  ·  view source on GitHub ↗

HttpServerFactory is the interface for [echo.Echo] factories.

Source from the content-addressed store, hash-verified

6
7// HttpServerFactory is the interface for [echo.Echo] factories.
8type HttpServerFactory interface {
9 Create(options ...HttpServerOption) (*echo.Echo, error)
10}
11
12// DefaultHttpServerFactory is the default [HttpServerFactory] implementation.
13type DefaultHttpServerFactory struct{}

Callers 8

TestCtxLoggerFunction · 0.65
TestCtxTracerFunction · 0.65
TestNewEchoLoggerFunction · 0.65
TestLevelConversionFunction · 0.65
TestPrefixFunction · 0.65

Implementers 15

TestGrpcServerFactoryfxgrpcserver/testdata/factory/factory.
DefaultMCPServerFactoryfxmcpserver/server/factory.go
DefaultMCPStdioServerFactoryfxmcpserver/server/stdio/factory.go
DefaultMCPStreamableHTTPServerFactoryfxmcpserver/server/stream/factory.go
DefaultMCPSSEServerFactoryfxmcpserver/server/sse/factory.go
DefaultDriverFactorysql/factory.go
TestHttpServerFactoryfxhttpserver/testdata/factory/factory.
TestStaticUuidV6GeneratorFactoryfxgenerate/testdata/uuidv6/factory.go
TestStaticUuidGeneratorFactoryfxgenerate/testdata/uuid/factory.go
TestStaticUuidV7GeneratorFactoryfxgenerate/testdata/uuidv7/factory.go
TestUuidGeneratorV6Factoryfxgenerate/fxgeneratetest/uuidv6/facto
TestUuidGeneratorFactoryfxgenerate/fxgeneratetest/uuid/factory

Calls

no outgoing calls

Tested by

no test coverage detected