Documentation
¶
Index ¶
Constants ¶
View Source
const ( NS_STREAM_TYPE = "nsStream" NS_STREAM_ERROR = "nsStream error: " CREATE = "create" START = "start" STOP = "stop" LIMIT = "limit" FOREACH = "foreach" FILTER = "filter" MAP = "map" FOLD = "fold" )
Variables ¶
View Source
var ( NsStream = stats.New("nsStream") Create = NsStream.NewCounter("Create") Destroy = NsStream.NewCounter("Destroy") Start = NsStream.NewCounter("Start") Stop = NsStream.NewCounter("Stop") ErrCreate = NsStream.NewCounter("ErrCreate") ErrDestroy = NsStream.NewCounter("ErrDestroy") ErrStart = NsStream.NewCounter("ErrStart") ErrStop = NsStream.NewCounter("ErrStop") )
Functions ¶
This section is empty.
Types ¶
type NsStreamModule ¶
func NewNsStreamModule ¶
func NewNsStreamModule(accountId string, invocationId string, memory uint64) *NsStreamModule
Click to show internal directories.
Click to hide internal directories.