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 ¶ added in v0.2.0
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶ added in v0.2.0
func NewClient(ctx context.Context, cfg ClientConfig) (*Client, error)
func (*Client) PublishPrice ¶ added in v0.2.0
func (*Client) PullPrices ¶ added in v0.2.0
type ClientConfig ¶ added in v0.2.0
type PublishPriceArg ¶
type PullPriceArg ¶
type PullPriceResp ¶
type PullPricesArg ¶
type PullPricesResp ¶
Click to show internal directories.
Click to hide internal directories.