Browse Source

Adds a comment for the txnKVS() function.

pull/2028/head
James Phillips 9 years ago
parent
commit
9443c6ba71
  1. 1
      consul/state/txn.go

1
consul/state/txn.go

@ -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…
Cancel
Save