Documentation ¶
Index ¶
Constants ¶
View Source
const (
UDPBufferSize = 65536
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { PointsWriter interface { WritePoints(p *cluster.WritePointsRequest) error } Logger *log.Logger // contains filtered or unexported fields }
func (*Server) ListenAndServe ¶
func (*Server) SetBatchSize ¶
func (*Server) SetBatchTimeout ¶
type Service ¶
type Service struct { Server *Server // contains filtered or unexported fields }
func NewService ¶
Click to show internal directories.
Click to hide internal directories.