Rename sort keys to batch keys.
This commit is contained in:
@@ -11,8 +11,8 @@ import (
|
||||
// Schema Match Keys
|
||||
// ========================================
|
||||
|
||||
func NewMatchKeys() *MatchKeys {
|
||||
return &MatchKeys{
|
||||
func NewSimpleMatchKeys() *SimpleMatchKeys {
|
||||
return &SimpleMatchKeys{
|
||||
Keys: map[string][]string{
|
||||
"User": {"pubkey"},
|
||||
"Relay": {"url"},
|
||||
|
||||
Reference in New Issue
Block a user