fstat

package module
v0.0.0-...-ec03686 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2016 License: Unlicense Imports: 4 Imported by: 0

README

lib-fof-stats

small helper library for generating stats for fof

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Topic = "fof-stats"

Functions

This section is empty.

Types

type Stat

type Stat struct {
	Member   string    `json:"member"`
	Platform string    `json:"platform"`
	Product  string    `json:"product"`
	Stat     string    `json:"stat"`
	Sub1     string    `json:"sub1"`
	Sub2     string    `json:"sub2"`
	Sub3     string    `json:"sub3"`
	Info     string    `json:"info"`
	When     time.Time `json:"When"`
	Value    int       `json:"value"`
	Method   string    `json:"method"`
}

func (Stat) Send

func (s Stat) Send(conn *nsq.Producer) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL