mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
session: rename DB to BoltStore
To better reflect the DB backing the CRUD and to prepare for a new `SQLStore` type.
This commit is contained in:
parent
0652e7cdab
commit
88e4f2e5ed
3 changed files with 18 additions and 18 deletions
|
|
@ -58,7 +58,7 @@ type sessionRpcServer struct {
|
|||
// sessionRpcServerConfig holds the values used to configure the
|
||||
// sessionRpcServer.
|
||||
type sessionRpcServerConfig struct {
|
||||
db *session.DB
|
||||
db *session.BoltStore
|
||||
basicAuth string
|
||||
grpcOptions []grpc.ServerOption
|
||||
registerGrpcServers func(server *grpc.Server)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue