mirror of
https://github.com/distribution/distribution.git
synced 2025-09-02 07:25:25 +00:00
committed by
David Lawrence
parent
c858a4ba89
commit
b5a63d75ea
@@ -110,7 +110,7 @@ func (uic userInfoContext) Value(key interface{}) interface{} {
|
||||
}
|
||||
|
||||
// InitFunc is the type of an AccessController factory function and is used
|
||||
// to register the contsructor for different AccesController backends.
|
||||
// to register the constructor for different AccesController backends.
|
||||
type InitFunc func(options map[string]interface{}) (AccessController, error)
|
||||
|
||||
var accessControllers map[string]InitFunc
|
||||
|
Reference in New Issue
Block a user