Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ory/kratos
/ Set
Method
Set
oryx/cmdx/helper.go:253–260 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
251
var
_ pflag.Value = (*URL)(nil)
252
253
func
(u *URL) Set(s string) error {
254
uu, err := url.Parse(s)
255
if
err != nil {
256
return
err
257
}
258
u.URL = *uu
259
return
nil
260
}
261
262
func
(*URL) Type() string {
263
return
"url"
Callers
15
apply
Method · 0.45
NewBuilder
Function · 0.45
addBody
Method · 0.45
addRawBody
Method · 0.45
TestNewSMTP
Function · 0.45
TestLoadTextTemplate
Function · 0.45
SetupRemoteConfig
Function · 0.45
ParseKeysetOrPagePagination
Function · 0.45
NoCache
Function · 0.45
TestAcceptToRedirectOrJSON
Function · 0.45
RegisterWebauthnRoute
Function · 0.45
TakeOverReturnToParameter
Function · 0.45
Calls
1
Parse
Method · 0.45
Tested by
15
TestNewSMTP
Function · 0.36
TestLoadTextTemplate
Function · 0.36
TestAcceptToRedirectOrJSON
Function · 0.36
TestNosurfBaseCookieHandler
Function · 0.36
TestNosurfBaseCookieHandlerAliasing
Function · 0.36
TestNosurfBaseCookieErrorHandler
Function · 0.36
TestHandler
Function · 0.36
TestSession
Function · 0.36
TestManagerHTTP
Function · 0.36
TestHandlerSelfServiceSessionManagement
Function · 0.36
TestMethodEnabledAndAllowed
Function · 0.36
TestInitFlow
Function · 0.36