Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultAPIRequestSkipper ¶ added in v0.10.1
func DefaultAPIRequestSkipper(c echo.Context) bool
func DefaultGetRequestSkipper ¶ added in v0.10.0
func DefaultGetRequestSkipper(c echo.Context) bool
Types ¶
type MetricCollector ¶ added in v0.7.0
type MetricCollector struct { ID string Enabled bool Profile *profile.Profile // contains filtered or unexported fields }
MetricCollector is the metric collector.
func (*MetricCollector) Collect ¶ added in v0.7.0
func (mc *MetricCollector) Collect(_ context.Context, metric *metric.Metric)
func (*MetricCollector) Identify ¶ added in v0.10.0
func (mc *MetricCollector) Identify(_ context.Context)
type Server ¶
type Server struct { ID string Profile *profile.Profile Store *store.Store Collector *MetricCollector // contains filtered or unexported fields }
func (*Server) DefaultAuthSkipper ¶ added in v0.10.0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.