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

Function New

common/eid/id.go:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func New() string {
22 id, _ := idGenerator.Generate()
23 return id
24}

Callers 15

CreateWithEnrollmentsMethod · 0.92
ProcessMethod · 0.92
toBoltEntityForCreateMethod · 0.92
newKeyFunction · 0.92
CreateMethod · 0.92
CreateFromCSRMethod · 0.92

Calls 1

GenerateMethod · 0.65