lnd.xprv/lnrpc/walletrpc/config_default.go

9 lines
262 B
Go
Raw Permalink Normal View History

// +build !walletrpc
package walletrpc
// Config is the primary configuration struct for the WalletKit RPC server.
// When the server isn't active (via the build flag), callers outside this
// package will see this shell of a config file.
type Config struct{}