Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.10.0
type Config struct { Spectre relayConfig.Config `hcl:"spectre,block"` Transport transportConfig.Config `hcl:"transport,block"` Ethereum ethereumConfig.Config `hcl:"ethereum,block"` Logger *loggerConfig.Config `hcl:"logger,block,optional"` // HCL fields: Remain hcl.Body `hcl:",remain"` // To ignore unknown blocks. Content hcl.BodyContent `hcl:",content"` }
Config is the configuration for Spectre.
type Services ¶ added in v0.10.0
type Services struct { Relay *relay.Relay PriceStore *store.Store MuSigStore *relay.MuSigStore Transport transport.Service Logger log.Logger // contains filtered or unexported fields }
Services returns the services that are configured from the Config struct.
Click to show internal directories.
Click to hide internal directories.