MCPcopy
hub / github.com/yusing/godoxy / Error

Method Error

internal/notif/base.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21type rawError []byte
22
23func (e rawError) Error() string {
24 return string(e)
25}
26
27var (
28 ErrMissingToken = errors.New("token is required")

Callers 15

ValidateWithFieldTagsFunction · 0.45
mapUnmarshalValidateFunction · 0.45
ConvertSliceFunction · 0.45
ConvertStringFunction · 0.45
substituteEnvFunction · 0.45
BenchmarkDeserializeFunction · 0.45
LoginHandlerMethod · 0.45
handleTestCallbackMethod · 0.45
csrf.goFile · 0.45

Calls

no outgoing calls

Tested by 15

BenchmarkDeserializeFunction · 0.36
TestOIDCLoginHandlerFunction · 0.36
TestLogoutHandlerFunction · 0.36
TestCertificateKeyTypeFunction · 0.36
handleFinalizeMethod · 0.36
handleCertificateMethod · 0.36
TestCustomProviderFunction · 0.36