Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { StreamCollector interface { CollectPoint(models.Point) error } // contains filtered or unexported fields }
func NewService ¶
func (*Service) WritePoints ¶
func (s *Service) WritePoints(pts *cluster.WritePointsRequest) (err error)
Click to show internal directories.
Click to hide internal directories.