package
Version:
v0.0.0-...-d3ce61e
Opens a new window with list of versions in this module.
Published: Dec 3, 2024
License: LGPL-2.1
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Client is a client for the httpmedian service.
NewClient creates a new Client with the given Config.
Calculate calculates the median of the given requests and returns the result.
type Config struct {
Logger Logger
}
Config is the configuration for a Client.
type Logger interface {
Log(msg string)
}
Logger is the interface for a logger.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.