Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
func NewCounter ¶
func NewCounter() *Counter
func (*Counter) IncFailure ¶
func (*Counter) IncSuccess ¶
type FileSystem ¶
type MetricsCounter ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
func New ¶
func New(fs FileSystem, hasher Hasher, metricsCounter MetricsCounter) *Router
Click to show internal directories.
Click to hide internal directories.