Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ory/kratos
/ NewUUID
Function
NewUUID
x/uuid.go:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
var
EmptyUUID uuid.UUID
11
12
func
NewUUID() uuid.UUID {
13
return
uuid.Must(uuid.NewV4())
14
}
15
16
func
ParseUUID(in string) uuid.UUID {
17
return
uuid.FromStringOrNil(in)
Callers
15
NewHTTPClientWithArbitrarySessionTokenAndTraits
Function · 0.92
NewHTTPClientWithArbitrarySessionCookie
Function · 0.92
NewNoRedirectHTTPClientWithArbitrarySessionCookie
Function · 0.92
MockSessionCreateHandler
Function · 0.92
AddAndLoginIdentities
Function · 0.92
AssertCommonErrorCases
Function · 0.92
registerFakes
Function · 0.92
TestPersister
Function · 0.92
TestLoadTextTemplate
Function · 0.92
TestContainer
Function · 0.92
TestManager
Function · 0.92
TestPersister
Function · 0.92
Calls
no outgoing calls
Tested by
15
TestPersister
Function · 0.74
TestLoadTextTemplate
Function · 0.74
TestContainer
Function · 0.74
TestManager
Function · 0.74
TestPersister
Function · 0.74
TestRedirectToPublicAdminRoute
Function · 0.74
TestNewRecoveryEmailAddress
Function · 0.74
TestRecoveryAddress_Hash
Function · 0.74
TestManager
Function · 0.74
TestSchemaExtensionRecovery
Function · 0.74
TestHandler
Function · 0.74
TestNewVerifiableEmailAddress
Function · 0.74