11 lines
388 B
Go
11 lines
388 B
Go
|
// +build !signerrpc
|
||
|
|
||
|
package signrpc
|
||
|
|
||
|
// Config is the primary configuration struct for the signer RPC server. It
|
||
|
// contains all the items required for the signer rpc server to carry out its
|
||
|
// duties. The fields with struct tags are meant to be parsed as normal
|
||
|
// configuration options, while if able to be populated, the latter fields MUST
|
||
|
// also be specified.
|
||
|
type Config struct{}
|