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

Method GetAccessKey

bitmap/pb.pb.go:4420–4425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4418}
4419
4420func (m *BackupRequest) GetAccessKey() string {
4421 if m != nil {
4422 return m.AccessKey
4423 }
4424 return ""
4425}
4426
4427func (m *BackupRequest) GetSecretKey() string {
4428 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected