input

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2020 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpInput

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

func NewHttpInput

func NewHttpInput(options HttpInputOptions, processors *common.Processors) *HttpInput

func (*HttpInput) Start

func (h *HttpInput) Start(wg *sync.WaitGroup)

type HttpInputOptions

type HttpInputOptions struct {
	HttpURL              string
	HttpListen           string
	HttpTls              bool
	HttpCert             string
	HttpKey              string
	HttpChain            string
	HttpExternalHost     string
	HttpOidcEnabled      bool
	HttpOidcClientId     string
	HttpOidcClientSecret string
	HttpOidcConfigURL    string
	HttpOidcLoginURL     string
	HttpOidcLogoutURL    string
	HttpOidcCallbackURL  string
	HttpOidcDefaultURL   string
	HttpOidcScopes       string
}

type HttpOidc

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

func NewHttpOidc

func NewHttpOidc(options *HttpInputOptions) *HttpOidc

Jump to

Keyboard shortcuts

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