properties

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpRequestLogProperties

type HttpRequestLogProperties struct {
	Disabled               bool
	PredefinedDisabledUrls []*UrlMatching `default:"[{\"UrlPattern\":\"^/actuator/.*\"}]"`
	DisabledUrls           []*UrlMatching
	// contains filtered or unexported fields
}

func NewHttpRequestLogProperties

func NewHttpRequestLogProperties(loader config.Loader) (*HttpRequestLogProperties, error)

func (*HttpRequestLogProperties) AllDisabledUrls

func (h *HttpRequestLogProperties) AllDisabledUrls() []*UrlMatching

func (*HttpRequestLogProperties) PostBinding

func (h *HttpRequestLogProperties) PostBinding() error

func (*HttpRequestLogProperties) Prefix

func (h *HttpRequestLogProperties) Prefix() string

type UrlMatching

type UrlMatching struct {
	Method     string
	UrlPattern string
	// contains filtered or unexported fields
}

func (UrlMatching) UrlRegexp

func (u UrlMatching) UrlRegexp() *regexp.Regexp

Jump to

Keyboard shortcuts

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