From 9443c6ba7124dc364c962ea018e03c24501fff09 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 12 May 2016 16:11:26 -0700 Subject: [PATCH] Adds a comment for the txnKVS() function. --- consul/state/txn.go | 1 + 1 file changed, 1 insertion(+) diff --git a/consul/state/txn.go b/consul/state/txn.go index 11662d129c..ff9f182e58 100644 --- a/consul/state/txn.go +++ b/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