github.com/decred/dcrlnd@v0.7.6/lnrpc/chainrpc/config_disabled.go (about) 1 //go:build no_chainrpc 2 // +build no_chainrpc 3 4 package chainrpc 5 6 // Config is empty for non-chainrpc builds. 7 type Config struct{}