mirror of
https://github.com/vbatts/imgsrv.git
synced 2025-06-30 06:28:30 +00:00
vendoring sources, for posterity sake
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
e06074e25a
commit
3c732c3b43
416 changed files with 248911 additions and 2 deletions
11
vendor/labix.org/v2/mgo/saslimpl.go
generated
vendored
Normal file
11
vendor/labix.org/v2/mgo/saslimpl.go
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
//+build sasl
|
||||
|
||||
package mgo
|
||||
|
||||
import (
|
||||
"labix.org/v2/mgo/sasl"
|
||||
)
|
||||
|
||||
func saslNew(cred Credential, host string) (saslStepper, error) {
|
||||
return sasl.New(cred.Username, cred.Password, cred.Mechanism, cred.Service, host)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue