MCPcopy
hub / github.com/netdata/netdata / Add

Method Add

src/go/plugin/agent/secrets/secretstore/service.go:20–20  ·  view source on GitHub ↗
(ctx context.Context, cfg Config)

Source from the content-addressed store, hash-verified

18 Validate(ctx context.Context, cfg Config) error
19 ValidateStored(ctx context.Context, key string) error
20 Add(ctx context.Context, cfg Config) error
21 Update(ctx context.Context, key string, cfg Config) error
22 Remove(key string) error
23}

Calls

no outgoing calls