Versions in this module Expand all Collapse all v0 v0.2.0 Mar 31, 2017 v0.1.0 Mar 29, 2017 Changes in this version + func StartChildProcess(url string) + type Library struct + func New(subscriptionId string, adapter PushAdapter) *Library + func (l *Library) AttachPushHandler(path string, authToken string) + func (l *Library) Push(input *ptypes.PushInput) (*ptypes.PushOutput, error) + type PushAdapter interface + PushGetOffset func(stream string, tx interface{}) (string, error) + PushHandleEvent func(line *rtypes.ReadResultLine, tx interface{}) error + PushSetOffset func(stream string, offset string, tx interface{}) error + PushWrapTransaction func(run func(tx interface{}) error) error