svr

package
v1.7.39 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2020 License: MIT Imports: 32 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDaemon

func NewDaemon(opts ...Opt) dex.Daemon

NewDaemon creates an `daemon.Daemon` object

func NewDaemonWithConfig

func NewDaemonWithConfig(config *service.Config, opts ...Opt) dex.Daemon

NewDaemonWithConfig creates an `daemon.Daemon` object

Types

type BaseIrisImpl added in v1.7.27

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

func NewRouterBaseIrisImpl added in v1.7.27

func NewRouterBaseIrisImpl() BaseIrisImpl

func (*BaseIrisImpl) App added in v1.7.27

func (d *BaseIrisImpl) App() http.Handler

func (*BaseIrisImpl) BuildRoutes added in v1.7.27

func (d *BaseIrisImpl) BuildRoutes()

func (*BaseIrisImpl) Handler added in v1.7.27

func (d *BaseIrisImpl) Handler() http.Handler

func (*BaseIrisImpl) PostServe added in v1.7.27

func (d *BaseIrisImpl) PostServe() (err error)

func (*BaseIrisImpl) PrePreServe added in v1.7.27

func (d *BaseIrisImpl) PrePreServe()

func (*BaseIrisImpl) PreServe added in v1.7.27

func (d *BaseIrisImpl) PreServe() (err error)

func (*BaseIrisImpl) Serve added in v1.7.27

func (d *BaseIrisImpl) Serve(srv *http.Server, listener net.Listener, certFile, keyFile string) (err error)

func (*BaseIrisImpl) Shutdown added in v1.7.30

func (d *BaseIrisImpl) Shutdown(ctx context.Context) error

type ForLoggerInitializing added in v1.7.27

type ForLoggerInitializing interface {
	PrePreServe()
}

ForLoggerInitializing can be used for your logger initializing inside a router, such as iris.Use(logger.New()).

type GracefulShutdown added in v1.7.30

type GracefulShutdown interface {
	Shutdown(ctx context.Context) error
}

GracefulShutdown expose a Shutdown method to parent

type Opt added in v1.7.27

type Opt func(d *daemonImpl)

func WithBackendType added in v1.7.27

func WithBackendType(typ muxType) Opt

func WithRouterImpl added in v1.7.27

func WithRouterImpl(r RouterMux) Opt

type RouterMux added in v1.7.27

type RouterMux interface {
	BuildRoutes()

	Handler() http.Handler
	App() http.Handler

	PreServe() (err error)
	Serve(srv *http.Server, listener net.Listener, certFile, keyFile string) (err error)
	PostServe() (err error)
}

RouterMux wrap a generic mux object

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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