2021-08-23 10:35:48 +02:00
|
|
|
//go:build !signrpc
|
2018-10-23 02:41:14 +02:00
|
|
|
// +build !signrpc
|
2018-10-23 02:28:12 +02:00
|
|
|
|
|
|
|
package signrpc
|
|
|
|
|
2018-10-23 02:41:14 +02:00
|
|
|
// Config is empty for non-signrpc builds.
|
2018-10-23 02:28:12 +02:00
|
|
|
type Config struct{}
|