Versions in this module Expand all Collapse all v0 v0.0.2 Oct 6, 2018 Changes in this version + func RegisterWebAgent(a WebAgent) + type DummyWebAgent struct + func NewDummyWebAgent(path string, handler webHandler) *DummyWebAgent + func (dwa *DummyWebAgent) GetHandler() webHandler + func (dwa *DummyWebAgent) GetPath() string + type WebAgent interface + GetHandler func() webHandler + GetPath func() string + func AllAgents() []WebAgent