Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ invalidAccountEmailError
Function
invalidAccountEmailError
backend/api/v1/account_email_validation.go:29–31 ·
view source on GitHub ↗
(kind, email string, err error)
Source
from the content-addressed store, hash-verified
27
}
28
29
func
invalidAccountEmailError(kind, email string, err error) error {
30
return
errors.Wrapf(err,
"invalid %s email %q"
, kind, email)
31
}
Callers
11
CreateWorkloadIdentity
Method · 0.85
GetWorkloadIdentity
Method · 0.85
UpdateWorkloadIdentity
Method · 0.85
DeleteWorkloadIdentity
Method · 0.85
UndeleteWorkloadIdentity
Method · 0.85
CreateServiceAccount
Method · 0.85
GetServiceAccount
Method · 0.85
UpdateServiceAccount
Method · 0.85
DeleteServiceAccount
Method · 0.85
UndeleteServiceAccount
Method · 0.85
ExchangeToken
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected