Adds a comment for the txnKVS() function.
This commit is contained in:
parent
2ed48480e9
commit
0c34ed078c
|
@ -7,6 +7,7 @@ import (
|
|||
"github.com/hashicorp/go-memdb"
|
||||
)
|
||||
|
||||
// txnKVS handles all KV-related operations.
|
||||
func (s *StateStore) txnKVS(tx *memdb.Txn, idx uint64, op *structs.TxnKVOp) (structs.TxnKVResult, error) {
|
||||
var entry *structs.DirEntry
|
||||
var err error
|
||||
|
|
Loading…
Reference in New Issue