Skip to main content
Sign in
Snippets Groups Projects
Commit da91a495 authored by Niall Sheridan's avatar Niall Sheridan
Browse files

fix build

parent 04aeda21
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment