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 v4.10.10+incompatible Jun 14, 2019