MCPcopy
hub / github.com/modelcontextprotocol/registry / Signer

Interface Signer

cmd/publisher/auth/common.go:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41type Signer interface {
42 GetSignedTimestamp(ctx context.Context) (*string, []byte, error)
43}
44
45func GetTimestamp() string {
46 return time.Now().UTC().Format(time.RFC3339)

Callers 2

GetTokenMethod · 0.65
GetSignedTimestampMethod · 0.95

Implementers 3

InProcessSignercmd/publisher/auth/common.go
Signercmd/publisher/auth/googlekms/common.go
Signercmd/publisher/auth/azurekeyvault/commo

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…