MCPcopy
hub / github.com/getsops/sops / NewLocalClient

Function NewLocalClient

keyservice/client.go:15–17  ·  view source on GitHub ↗

NewLocalClient creates a new local client

()

Source from the content-addressed store, hash-verified

13
14// NewLocalClient creates a new local client
15func NewLocalClient() LocalClient {
16 return LocalClient{Server{}}
17}
18
19// NewCustomLocalClient creates a new local client with a non-default backing
20// KeyServiceServer implementation

Callers 3

UpdateMasterKeysMethod · 0.92
GetDataKeyMethod · 0.92
keyservicesFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected