MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / GetSecretKey

Method GetSecretKey

bitmap/pb.pb.go:4427–4432  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4425}
4426
4427func (m *BackupRequest) GetSecretKey() string {
4428 if m != nil {
4429 return m.SecretKey
4430 }
4431 return ""
4432}
4433
4434func (m *BackupRequest) GetSessionToken() string {
4435 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected