Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
type
Signer
interface
{
24
Name() string
25
GetSignature(*rest.Request) string
26
}
Callers
5
TestNewSigner
Function · 0.95
GetFunction
Method · 0.65
GetAlias
Method · 0.65
GetRuntimeConfiguration
Method · 0.65
TestBceSigner_GetSignature
Function · 0.65
Implementers
3
bceSigner
pkg/auth/bce/bce.go
mockAuth
pkg/auth/factory/factory_test.go
noauthSigner
pkg/auth/noauth/noauth.go
Calls
no outgoing calls
Tested by
2
TestNewSigner
Function · 0.76
TestBceSigner_GetSignature
Function · 0.52