ServerOption is an option to apply to the API server.
func(*Server)
| 12 | |
| 13 | // ServerOption is an option to apply to the API server. |
| 14 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected