Documentation ¶
Index ¶
Constants ¶
View Source
const AgentLoggerTag = "SPIRE_AGENT"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) PublishPrice ¶
func (n *API) PublishPrice(arg *PublishPriceArg, _ *Nothing) error
func (*API) PullPrice ¶
func (n *API) PullPrice(arg *PullPriceArg, resp *PullPriceResp) error
func (*API) PullPrices ¶
func (n *API) PullPrices(arg *PullPricesArg, resp *PullPricesResp) error
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
func NewAgent ¶
func NewAgent(cfg AgentConfig) (*Agent, error)
type AgentConfig ¶
type Datastore ¶
type Datastore interface { Prices() *datastore.PriceStore Start() error Stop() error }
type PublishPriceArg ¶
type PullPriceArg ¶
type PullPriceResp ¶
type PullPricesArg ¶
type PullPricesResp ¶
Click to show internal directories.
Click to hide internal directories.