MCPcopy
hub / github.com/openziti/ziti / ToPtr

Function ToPtr

tests/context.go:103–105  ·  view source on GitHub ↗
(in T)

Source from the content-addressed store, hash-verified

101}
102
103func ToPtr[T any](in T) *T {
104 return &in
105}
106
107// ST returns a pointer to a strfmt.Date time. A helper function
108// for creating rest_model types

Callers 15

createIdentityMethod · 0.70
updateIdentityMethod · 0.70
createConfigMethod · 0.70
getOrCreateConfigTypeMethod · 0.70
createAdminIdentityMethod · 0.70
createAuthPolicyMethod · 0.70
createAuthenticatorMethod · 0.70
createCaMethod · 0.70
createConfigTypeMethod · 0.70

Calls

no outgoing calls