open-consul/agent/consul/state
Christian Muehlhaeuser 2602f6907e Simplified code in various places (#6176)
All these changes should have no side-effects or change behavior:

- Use bytes.Buffer's String() instead of a conversion
- Use time.Since and time.Until where fitting
- Drop unnecessary returns and assignment
2019-07-20 09:37:19 -04:00
..
acl.go acl: a role binding rule for a role that does not exist should be ignored (#5778) 2019-05-03 14:22:44 -05:00
acl_test.go Simplified code in various places (#6176) 2019-07-20 09:37:19 -04:00
autopilot.go
autopilot_test.go
catalog.go Fix CAS operations on Services (#5971) 2019-06-17 10:41:04 -04:00
catalog_test.go Fixed typos in comments (#6175) 2019-07-19 07:54:53 -04:00
config_entry.go Fix ConfigEntryResponse binary marshaller and ensure we watch the chan in ConfigEntry.Get even when no entry exists. (#5773) 2019-05-02 15:25:29 -04:00
config_entry_test.go Add RPC endpoints for config entry operations 2019-04-06 23:38:08 -07:00
connect_ca.go
connect_ca_test.go
coordinate.go
coordinate_test.go
delay.go
delay_test.go
graveyard.go
graveyard_test.go
index_connect.go
index_connect_test.go
intention.go
intention_test.go fix typos reported by golangci-lint:misspell (#5434) 2019-03-06 11:13:28 -06:00
kvs.go
kvs_test.go
prepared_query.go
prepared_query_index.go
prepared_query_index_test.go
prepared_query_test.go
schema.go
schema_test.go
session.go
session_test.go
state_store.go acl: a role binding rule for a role that does not exist should be ignored (#5778) 2019-05-03 14:22:44 -05:00
state_store_test.go Connect: Make Connect health queries unblock correctly (#5508) 2019-03-21 16:01:56 +00:00
tombstone_gc.go
tombstone_gc_test.go
txn.go
txn_test.go