Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/EasyFaaS
/ Error
Method
Error
pkg/auth/errors.go:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
func
(err InitAuthSignerError) Error() string {
28
return
fmt.Sprintf(
"AuthSigner %s init failed: %s"
, err.Name, err.Message)
29
}
30
31
type
ErrUnsupportedMethod
struct
{
32
signerName string
Callers
3
TestError
Function · 0.45
TestRegisterDuplicate
Function · 0.45
TestEmptyAuthFactory
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestError
Function · 0.36
TestRegisterDuplicate
Function · 0.36
TestEmptyAuthFactory
Function · 0.36