mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Updated deps
This commit is contained in:
@@ -3,6 +3,8 @@ package models
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
|
||||
"github.com/jmoiron/sqlx"
|
||||
)
|
||||
|
||||
type Datastore interface {
|
||||
@@ -64,6 +66,9 @@ type Datastore interface {
|
||||
|
||||
// Implement FnLog methods for convenience
|
||||
FnLog
|
||||
|
||||
// GetDatabase returns the underlying sqlx database implementation
|
||||
GetDatabase() *sqlx.DB
|
||||
}
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user