MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / GetSignature

Method GetSignature

pkg/auth/auth.go:25–25  ·  view source on GitHub ↗
(*rest.Request)

Source from the content-addressed store, hash-verified

23type Signer interface {
24 Name() string
25 GetSignature(*rest.Request) string
26}

Callers 5

TestNewSignerFunction · 0.95
GetFunctionMethod · 0.65
GetAliasMethod · 0.65

Implementers 3

bceSignerpkg/auth/bce/bce.go
mockAuthpkg/auth/factory/factory_test.go
noauthSignerpkg/auth/noauth/noauth.go

Calls

no outgoing calls

Tested by 2

TestNewSignerFunction · 0.76