MCPcopy
hub / github.com/oauth2-proxy/oauth2-proxy / Server

Interface Server

pkg/proxyhttp/server.go:23–26  ·  view source on GitHub ↗

Server represents an HTTP or HTTPS server.

Source from the content-addressed store, hash-verified

21
22// Server represents an HTTP or HTTPS server.
23type Server interface {
24 // Start blocks and runs the server.
25 Start(ctx context.Context) error
26}
27
28// Opts contains the information required to set up the server.
29type Opts struct {

Implementers 4

OAuthProxyoauthproxy.go
mockServerpkg/proxyhttp/server_group_test.go
serverpkg/proxyhttp/server.go
serverGrouppkg/proxyhttp/server_group.go

Calls

no outgoing calls

Tested by

no test coverage detected