Versions in this module Expand all Collapse all v0 v0.20.204 Apr 16, 2017 v0.20.200 Apr 16, 2017 Changes in this version + var DocProviders = make(map[string]DocProvider) + func AddDocProvider(name string, provider DocProvider) + type DocProvider func() map[string]interface + func (d DocProvider) MarshalJSON() ([]byte, error)