Versions in this module Expand all Collapse all v0 v0.24.1 Jan 27, 2022 Changes in this version + const Scheme + var Set = wire.NewSet(Dial, wire.Struct(new(URLOpener), "Client")) + func Dial(ctx context.Context, ts gcp.TokenSource) (*cloudkms.KeyManagementClient, func(), error) + func KeyResourceID(projectID, location, keyRing, key string) string + func OpenKeeper(client *cloudkms.KeyManagementClient, keyResourceID string, ...) *secrets.Keeper + type KeeperOptions struct + type URLOpener struct + Client *cloudkms.KeyManagementClient + Options KeeperOptions + func (o *URLOpener) OpenKeeperURL(ctx context.Context, u *url.URL) (*secrets.Keeper, error)