Commit da91a495 authored by Niall Sheridan's avatar Niall Sheridan
Browse files

fix build

parent 04aeda21
......@@ -32,6 +32,7 @@ func parseMongoConfig(config string) *mgo.DialInfo {
return d
}
// NewMongoStore returns a MongoDB CertStorer.
func NewMongoStore(config string) (CertStorer, error) {
session, err := mgo.DialWithInfo(parseMongoConfig(config))
if err != nil {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment