MCPcopy Create free account
hub / github.com/pydio/cells / GetKeyID

Method GetKeyID

common/proto/encryption/cells-encryption.pb.go:1001–1006  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

999}
1000
1001func (x *AdminCreateKeyRequest) GetKeyID() string {
1002 if x != nil {
1003 return x.KeyID
1004 }
1005 return ""
1006}
1007
1008func (x *AdminCreateKeyRequest) GetLabel() string {
1009 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected