Versions in this module Expand all Collapse all v1 v1.0.0 Jan 5, 2022 Changes in this version + type Agent interface + Name func() string + Run func() + type Howie struct + Addr string + Data string + func NewHowie() *Howie + func (h *Howie) Name() string + func (h *Howie) Run()