mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
clean: squash history (binaries stripped via filter-repo)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
//go:build grpc
|
||||
|
||||
// Copyright (C) 2019-2025, Lux Industries Inc. All rights reserved.
|
||||
// See the file LICENSE for licensing terms.
|
||||
|
||||
// Package rpcdb re-exports the proto/rpcdb package for backwards compatibility
|
||||
package rpcdb
|
||||
|
||||
import "github.com/luxfi/node/proto/rpcdb"
|
||||
|
||||
// Type aliases for backwards compatibility
|
||||
type (
|
||||
DatabaseClient = rpcdb.DatabaseClient
|
||||
DatabaseServer = rpcdb.DatabaseServer
|
||||
)
|
||||
|
||||
// Function aliases for backwards compatibility
|
||||
var (
|
||||
NewClient = rpcdb.NewClient
|
||||
NewServer = rpcdb.NewServer
|
||||
)
|
||||
Reference in New Issue
Block a user