Documentation
¶
Index ¶
Constants ¶
View Source
const MuxHeader = 3
MuxHeader is the header byte used for the TCP muxer.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
MetaStore interface {
encoding.BinaryMarshaler
}
TSDBStore *tsdb.Store
Listener net.Listener
Logger *log.Logger
// contains filtered or unexported fields
}
Service manages the listener for the snapshot endpoint.
Click to show internal directories.
Click to hide internal directories.