Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config = config{
Dataset: "fake",
WriteKey: "fakekey",
APIHost: "fakehost",
}
Functions ¶
func BuildConfig ¶
Types ¶
type Batch ¶
type Batch []*BatchPoint
type BatchPoint ¶
type BatchPointsSavedToHoneycomb ¶
type BatchPointsSavedToHoneycomb struct {
BatchPoint *BatchPoint
}
type FakeHoneycombClient ¶
type FakeHoneycombClient struct {
BatchPoints []*BatchPoint
}
func NewFakeHoneycombClient ¶
func NewFakeHoneycombClient() *FakeHoneycombClient
func (*FakeHoneycombClient) SendBatch ¶
func (client *FakeHoneycombClient) SendBatch(batch Batch) error
type HoneycombClient ¶
type HoneycombClient struct {
// contains filtered or unexported fields
}
func (*HoneycombClient) SendBatch ¶
func (c *HoneycombClient) SendBatch(batch Batch) error
Click to show internal directories.
Click to hide internal directories.