You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smallstep-certificates/acme/db/nosql/nosql.go

11 lines
155 B
Go

package nosql
import (
nosqlDB "github.com/smallstep/nosql"
)
// DB is a struct that implements the AcmeDB interface.
type DB struct {
db nosqlDB.DB
}