MCPcopy Create free account
hub / github.com/bytebase/bytebase / Errorf

Method Errorf

backend/component/ghost/logger.go:54–57  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

52}
53
54func (l *ghostLogger) Errorf(format string, args ...any) error {
55 slog.ErrorContext(l.ctx, fmt.Sprintf(format, args...))
56 return errors.Errorf(format, args...)
57}
58
59func (l *ghostLogger) Errore(err error) error {
60 if err != nil {

Callers 15

NewSenderFunction · 0.80
TestGetValueWithKeyFunction · 0.80
ValidateTokenFunction · 0.80
validateIssuerURLFunction · 0.80
fetchOIDCConfigFunction · 0.80
fetchJWKSFromURLFunction · 0.80
NewIdentityProviderFunction · 0.80
UserInfoMethod · 0.80
NewIdentityProviderFunction · 0.80
UserInfoMethod · 0.80
GetOpenIDConfigurationFunction · 0.80

Calls

no outgoing calls