Documentation ¶
Index ¶
Constants ¶
View Source
const ( CounterTypeGauge string = "GAUGE" Success string = "success" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TransferData ¶
type TransferResponse ¶
type TransferSender ¶
type TransferSender struct {
// contains filtered or unexported fields
}
func (*TransferSender) Close ¶
func (ts *TransferSender) Close() (err error)
func (*TransferSender) Name ¶
func (ts *TransferSender) Name() string
func (*TransferSender) Send ¶
func (ts *TransferSender) Send(datas []Data) error
Click to show internal directories.
Click to hide internal directories.