logger: add logger to bbolt

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
pull/624/head
Mustafa Elbehery 2023-11-27 17:22:15 +01:00
parent 5ce15f0a8a
commit 9e8668ed74
1 changed files with 1 additions and 1 deletions

View File

@ -1,11 +1,11 @@
package bbolt
// See https://github.com/etcd-io/raft/blob/main/logger.go
import (
"fmt"
"io"
"log"
"os"
"sync"
)
type Logger interface {