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 AgentConfig ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) PullPrices ¶
type ClientConfig ¶
type PublishPriceArg ¶
type PullPriceArg ¶
type PullPriceResp ¶
type PullPricesArg ¶
type PullPricesResp ¶
Click to show internal directories.
Click to hide internal directories.