web

package
v0.0.0-...-b8a7cb5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	// contains filtered or unexported fields
}

func New

func New(opts ...ServerOpts) *Server

func (*Server) Serve

func (s *Server) Serve() error

func (*Server) WithContext

func (s *Server) WithContext(ctx context.Context) *Server

type ServerOpts

type ServerOpts struct {
	Address      *string
	KeycloakURL  *string
	RedirectHost *string
	RedirectPath *string

	SessionChannel *chan *session.Session

	FetchOAuthToken func(redirectURI, code string) (*http.Response, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL