MCPcopy Create free account
hub / github.com/google/go-cloud / MakeWatcher

Method MakeWatcher

runtimevar/awsparamstore/awsparamstore_test.go:49–51  ·  view source on GitHub ↗
(ctx context.Context, name string, decoder *runtimevar.Decoder)

Source from the content-addressed store, hash-verified

47}
48
49func (h *harness) MakeWatcher(ctx context.Context, name string, decoder *runtimevar.Decoder) (driver.Watcher, error) {
50 return newWatcher(h.client, name, decoder, nil), nil
51}
52
53func (h *harness) CreateVariable(ctx context.Context, name string, val []byte) error {
54 _, err := h.client.PutParameter(ctx, &ssm.PutParameterInput{

Callers

nothing calls this directly

Calls 1

newWatcherFunction · 0.70

Tested by

no test coverage detected