Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StripDomain ¶
Types ¶
type Canceller ¶
type Canceller struct {
// contains filtered or unexported fields
}
func NewCanceller ¶
func NewCanceller() *Canceller
func (*Canceller) CollectMetrics ¶
type MeteredConn ¶
func Meter ¶
func Meter(conn net.Conn) *MeteredConn
func (*MeteredConn) Count ¶
func (c *MeteredConn) Count() (read uint64, written uint64)
Click to show internal directories.
Click to hide internal directories.