Versions in this module Expand all Collapse all v0 v0.2.0 Dec 25, 2015 v0.1.0 Dec 14, 2015 Changes in this version + func APIKeyAuth(name, in string, authenticate TokenAuthentication) httpkit.Authenticator + func BasicAuth(authenticate UserPassAuthentication) httpkit.Authenticator + type TokenAuthentication func(string) (interface{}, error) + type UserPassAuthentication func(string, string) (interface{}, error)