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
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
Click to show internal directories.
Click to hide internal directories.