Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCWrapper ¶
type GRPCWrapper struct {
// contains filtered or unexported fields
}
func NewGRPCWrapper ¶
func NewGRPCWrapper(conn Conn) *GRPCWrapper
func (*GRPCWrapper) Write ¶
func (u *GRPCWrapper) Write(message []byte, chainers ...metricbatcher.BatchCounterChainer) error
type UDPWrapper ¶
type UDPWrapper struct {
// contains filtered or unexported fields
}
func NewUDPWrapper ¶
func NewUDPWrapper(conn Conn, sharedSecret []byte) *UDPWrapper
func (*UDPWrapper) Write ¶
func (u *UDPWrapper) Write(message []byte, chainers ...metricbatcher.BatchCounterChainer) error
Click to show internal directories.
Click to hide internal directories.