File: nobadger.go

package info (click to toggle)
golang-github-smallstep-nosql 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: makefile: 36
file content (8 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
//go:build nobadger || nobadgerv2
// +build nobadger nobadgerv2

package badger

import "github.com/smallstep/nosql/database"

type DB = database.NotSupportedDB