Documentation ¶
Index ¶
Constants ¶
View Source
const ( HTTP_METHODS = iota REQUEST_URI ROUTE_NAME HANDLER_NAME )
Constants that map to a key in a Result. This is provided to be used as "helpers".
Variables ¶
This section is empty.
Functions ¶
func GetHumanReadableNameForHandler ¶
Returns a human readable name for a http Handler
Types ¶
type GorillaMuxLister ¶
type GorillaMuxLister struct {
// contains filtered or unexported fields
}
func NewGorillaMuxLister ¶
func NewGorillaMuxLister(r *mux.Router) *GorillaMuxLister
func (*GorillaMuxLister) Extract ¶
func (m *GorillaMuxLister) Extract() ResultSet
func (*GorillaMuxLister) List ¶
func (m *GorillaMuxLister) List() (ret string)
Click to show internal directories.
Click to hide internal directories.