MCPcopy
hub / github.com/vektra/mockery / Server

Interface Server

internal/fixtures/directive_comments/directive_comments.go:28–30  ·  view source on GitHub ↗

Server is an interface that defines a method for handling HTTP requests. mockery:generate: true mockery:structname: FunServer

Source from the content-addressed store, hash-verified

26//mockery:generate: true
27//mockery:structname: FunServer
28type Server interface {
29 HandleRequest(path string, handler http.Handler)
30}
31
32// ServerWithDifferentFile is an interface that defines a method for handling HTTP requests.
33//

Callers

nothing calls this directly

Implementers 6

FunServerWithDifferentFileinternal/fixtures/directive_comments/s
FunServerWithDifferentFile_Expecterinternal/fixtures/directive_comments/s
AnotherFunServerWithDifferentFileinternal/fixtures/directive_comments/s
AnotherFunServerWithDifferentFile_Expecterinternal/fixtures/directive_comments/s
FunServerinternal/fixtures/directive_comments/m
FunServer_Expecterinternal/fixtures/directive_comments/m

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…