Documentation ¶
Index ¶
Constants ¶
View Source
const ( STATEFILE_NAME = "ganalyticsbeat.state" OFFSET_PAST_MINUTES = 30 MAX_RETRIES = 30 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Ganalyticsbeat ¶
type Ganalyticsbeat struct {
// contains filtered or unexported fields
}
func (*Ganalyticsbeat) DownloadAndPublish ¶
func (bt *Ganalyticsbeat) DownloadAndPublish(timeNow int, timeStart int, timeEnd int) error
func (*Ganalyticsbeat) DownloadRealtimeAndPublish ¶ added in v1.2.6
func (bt *Ganalyticsbeat) DownloadRealtimeAndPublish(currentTime time.Time) error
func (*Ganalyticsbeat) Stop ¶
func (bt *Ganalyticsbeat) Stop()
Click to show internal directories.
Click to hide internal directories.