Skip to content

Commit

Permalink
Adds a comment for the txnKVS() function.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Phillips committed May 12, 2016
1 parent 8a7428e commit 9443c6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions consul/state/txn.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9443c6b

Please sign in to comment.