MCPcopy
hub / github.com/gophish/gophish / ServerOption

FuncType ServerOption

controllers/api/server.go:14–14  ·  view source on GitHub ↗

ServerOption is an option to apply to the API server.

func(*Server)

Source from the content-addressed store, hash-verified

12
13// ServerOption is an option to apply to the API server.
14type ServerOption func(*Server)
15
16// Server represents the routes and functionality of the Gophish API.
17// It's not a server in the traditional sense, in that it isn't started and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected