Versions in this module Expand all Collapse all v0 v0.7.0 Dec 13, 2018 Changes in this version + type Options struct + WaitDuration time.Duration v0.1.1 Aug 9, 2018 Changes in this version + var Set = wire.NewSet(Dial, NewClient) + func Dial(ctx context.Context, ts gcp.TokenSource) (pb.RuntimeConfigManagerClient, func(), error) + type Client struct + func NewClient(stub pb.RuntimeConfigManagerClient) *Client + func (c *Client) NewVariable(ctx context.Context, name ResourceName, decoder *runtimevar.Decoder, ...) (*runtimevar.Variable, error) + type ResourceName struct + Config string + ProjectID string + Variable string + func (r ResourceName) String() string + type WatchOptions struct + WaitTime time.Duration