mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
6 lines
116 B
Go
6 lines
116 B
Go
// +build !autopilotrpc
|
|
|
|
package autopilotrpc
|
|
|
|
// Config is empty for non-autopilotrpc builds.
|
|
type Config struct{}
|