mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 06:34:27 +01:00
7 lines
116 B
Go
7 lines
116 B
Go
// +build !autopilotrpc
|
|
|
|
package autopilotrpc
|
|
|
|
// Config is empty for non-autopilotrpc builds.
|
|
type Config struct{}
|