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

Method GetSecretKey

bitmap/pb.pb.go:2338–2343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2336}
2337
2338func (m *RestoreRequest) GetSecretKey() string {
2339 if m != nil {
2340 return m.SecretKey
2341 }
2342 return ""
2343}
2344
2345func (m *RestoreRequest) GetSessionToken() string {
2346 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected