MCPcopy 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
27func (err InitAuthSignerError) Error() string {
28 return fmt.Sprintf("AuthSigner %s init failed: %s", err.Name, err.Message)
29}
30
31type ErrUnsupportedMethod struct {
32 signerName string

Callers 3

TestErrorFunction · 0.45
TestRegisterDuplicateFunction · 0.45
TestEmptyAuthFactoryFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestErrorFunction · 0.36
TestRegisterDuplicateFunction · 0.36
TestEmptyAuthFactoryFunction · 0.36