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

Method GetEncryptionKey

common/proto/object/cells-object.pb.go:907–912  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

905}
906
907func (x *DataSourceSingleQuery) GetEncryptionKey() string {
908 if x != nil {
909 return x.EncryptionKey
910 }
911 return ""
912}
913
914func (x *DataSourceSingleQuery) GetVersioningPolicyName() string {
915 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected