Versions in this module Expand all Collapse all v0 v0.0.7 Dec 3, 2017 Changes in this version + func Execute(name string, arg ...string) + type LogBind struct + func (b *LogBind) Debug(v ...interface{}) + func (b *LogBind) Error(v ...interface{}) + func (b *LogBind) Info(v ...interface{}) + func (b *LogBind) Warn(v ...interface{}) + type NotifrBind struct + func (b *NotifrBind) NewEmail() *notifr.Email + func (b *NotifrBind) NewPush() *notifr.Push + func (b *NotifrBind) NewSms() *notifr.Sms + func (b *NotifrBind) Send(msg notifr.Message)