MCPcopy Index your code
hub / github.com/oauth2-proxy/oauth2-proxy / Start

Method Start

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

Start blocks and runs the server.

(ctx context.Context)

Source from the content-addressed store, hash-verified

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.

Callers 10

StartMethod · 0.65
provider_test.goFile · 0.65
sessions_test.goFile · 0.65
server_test.goFile · 0.65
StartMethod · 0.65

Implementers 4

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

Calls

no outgoing calls