Versions in this module Expand all Collapse all v0 v0.0.2 Sep 30, 2015 v0.0.1 Sep 15, 2015 Changes in this version + type Handler interface + Handle func(callbacks ...Interface) error + type HandlerFunc func(callbacks ...Interface) error + func (f HandlerFunc) Handle(callbacks ...Interface) error + type Interface interface + type Interprocess struct + func NewInterprocess() *Interprocess + func (cb *Interprocess) Client() upid.UPID + func (cb *Interprocess) Server() upid.UPID + func (cb *Interprocess) Set(server, client upid.UPID) + type Name struct + func NewName() *Name + func (cb *Name) Get() string + func (cb *Name) Set(name string) + type Password struct + func NewPassword() *Password + func (cb *Password) Get() []byte + func (cb *Password) Set(password []byte) + type Unsupported struct + Callback Interface + func (uc *Unsupported) Error() string