Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentDependencies ¶
type ClientDependencies ¶
type PriceStoreDependencies ¶
type Spire ¶
type Spire struct { RPC RPC `yaml:"rpc"` // Old configuration format, to remove in the future. RPCListenAddr string `yaml:"rpcListenAddr"` RPCAgentAddr string `yaml:"rpcAgentAddr"` Pairs []string `yaml:"pairs"` }
func (*Spire) ConfigureAgent ¶
func (c *Spire) ConfigureAgent(d AgentDependencies) (*spire.Agent, error)
func (*Spire) ConfigureClient ¶
func (c *Spire) ConfigureClient(d ClientDependencies) (*spire.Client, error)
func (*Spire) ConfigurePriceStore ¶
func (c *Spire) ConfigurePriceStore(d PriceStoreDependencies) (*store.PriceStore, error)
Click to show internal directories.
Click to hide internal directories.