Versions in this module Expand all Collapse all v0 v0.5.0 Apr 25, 2016 Changes in this version + type EndpointRegister interface + Register func(endpoint, description string, handler http.HandlerFunc) + type PubPrivEndpointRegister interface + RegisterPrivate func(endpoint, description string, handler http.HandlerFunc) error + RegisterPublic func(endpoint, description string, handler http.HandlerFunc) error