Versions in this module Expand all Collapse all v0 v0.0.1 Dec 29, 2018 v0.0.0 Dec 29, 2018 Changes in this version + func List() []string + func Register(name string, initFunc InitFunc) error + type Action interface + Do func(event *grpc.Event) error + String func() string + func Get(name string) (Action, error) + type InitFunc func() (Action, error)