Documentation ¶
Overview ¶
Package plmap used to store data during pl script execution
Index ¶
Constants ¶
View Source
const FeedName = "pl_agg"
Variables ¶
This section is empty.
Functions ¶
func NewAggMetric ¶
Types ¶
type AggBuckets ¶
func NewAggBuks ¶
func NewAggBuks(upFn UploadFunc, globalTags [][2]string) *AggBuckets
func (*AggBuckets) CreateBucket ¶
func (*AggBuckets) GetBucket ¶
func (a *AggBuckets) GetBucket(cat point.Category, name string) (*bucket, bool)
func (*AggBuckets) SetUploadFunc ¶
func (a *AggBuckets) SetUploadFunc(fn UploadFunc)
func (*AggBuckets) StopAllBukScanner ¶
func (a *AggBuckets) StopAllBukScanner()
type PlMapIface ¶
type PlMapIface interface {
SetUploadFunc(UploadFunc)
}
Click to show internal directories.
Click to hide internal directories.