Versions in this module Expand all Collapse all v1 v1.4.0 Jan 14, 2016 Changes in this version + func RegisterLdapInterface(newInterface LdapInterface) + func RegisterOauthProvider(name string, newProvider OauthProvider) + type LdapInterface interface + DoLogin func(team *model.Team, id string, password string) (*model.User, *model.AppError) + func GetLdapInterface() LdapInterface + type OauthProvider interface + GetAuthDataFromJson func(data io.Reader) string + GetIdentifier func() string + GetUserFromJson func(data io.Reader) *model.User + func GetOauthProvider(name string) OauthProvider Incompatible versions in this module v2.2.0+incompatible Apr 15, 2016 v2.1.0+incompatible Mar 14, 2016 v2.0.0+incompatible Feb 13, 2016