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