MCPcopy
hub / github.com/dgraph-io/dgraph / GetUid

Method GetUid

acl/acl.go:187–187  ·  view source on GitHub ↗

GetUid returns the UID of the entity. The implementation of GetUid must check the case that the entity is nil and return an empty string accordingly.

()

Source from the content-addressed store, hash-verified

185 // The implementation of GetUid must check the case that the entity is nil
186 // and return an empty string accordingly.
187 GetUid() string
188}
189
190func userOrGroupDel(conf *viper.Viper, userOrGroupId string,

Callers 1

userOrGroupDelFunction · 0.65

Implementers 5

Postingprotos/pb/pb.pb.go
BackupKeyprotos/pb/pb.pb.go
UpdateGraphQLSchemaResponseprotos/pb/pb.pb.go
Useracl/utils.go
Groupacl/utils.go

Calls

no outgoing calls

Tested by

no test coverage detected