open-consul/command/agent
Frank Schroeder ebdb73d8f2 golint: Drop the unused value from range
for i, _ := range foo -> for i := range foo
2017-04-25 09:26:13 -07:00
..
acl.go Disables agent-level enforcement on Consul agents unless acl_datacenter is set. 2017-03-29 12:24:42 -07:00
acl_endpoint.go Use fmt.Fprint/Fprintf/Fprintln 2017-04-20 09:02:59 -07:00
acl_endpoint_test.go Adds an ACL replication status endpoint. 2016-08-04 23:30:16 -07:00
acl_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
agent.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
agent_endpoint.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
agent_endpoint_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
agent_test.go golint: Drop the unused value from range 2017-04-25 09:26:13 -07:00
bindata_assetfs.go Updates static assets to pick up #2899. 2017-04-13 14:40:16 -07:00
catalog_endpoint.go Use fmt.Fprint/Fprintf/Fprintln 2017-04-20 09:02:59 -07:00
catalog_endpoint_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
check.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
check_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
command.go Added check to see if ui and ui-dir flags are both specified 2017-04-17 17:25:57 -07:00
command_test.go Use new APIs 2017-03-23 18:48:13 -04:00
config.go Adds a new -disable-host-node-id option to help when testing with containers. 2017-04-12 22:07:18 -07:00
config_test.go Adds a new -disable-host-node-id option to help when testing with containers. 2017-04-12 22:07:18 -07:00
coordinate_endpoint.go golint: Drop the unused value from range 2017-04-25 09:26:13 -07:00
coordinate_endpoint_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
dns.go Merge pull request #2690 from zeroae/f-simple-rfc2782 2017-03-02 14:49:36 -08:00
dns_test.go golint: Drop the unused value from range 2017-04-25 09:26:13 -07:00
event_endpoint.go Use fmt.Fprint/Fprintf/Fprintln 2017-04-20 09:02:59 -07:00
event_endpoint_test.go Use new APIs 2017-03-23 18:48:13 -04:00
flag_slice_value.go
flag_slice_value_test.go
health_endpoint.go golint: Drop the unused value from range 2017-04-25 09:26:13 -07:00
health_endpoint_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
http.go Use fmt.Fprint/Fprintf/Fprintln 2017-04-20 09:02:59 -07:00
http_api.md Add `/v1/agent/self` and return local agent config 2014-05-27 01:15:33 +02:00
http_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
keyring.go Added -relay-factor param to keyring operations 2017-02-01 21:53:29 -05:00
keyring_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
kvs_endpoint.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
kvs_endpoint_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
local.go golint: Drop the unused value from range 2017-04-25 09:26:13 -07:00
local_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
operator_endpoint.go Use fmt.Fprint/Fprintf/Fprintln 2017-04-20 09:02:59 -07:00
operator_endpoint_test.go Add CLI/API endpoints for removing peer by ID 2017-03-30 10:13:32 -07:00
prepared_query_endpoint.go Use fmt.Fprint/Fprintf/Fprintln 2017-04-20 09:02:59 -07:00
prepared_query_endpoint_test.go Add tests for node meta in prepared queries and update docs 2017-01-23 19:17:30 -05:00
remote_exec.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
remote_exec_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
session_endpoint.go golint: Drop the unused value from range 2017-04-25 09:26:13 -07:00
session_endpoint_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
snapshot_endpoint.go Adds support for snapshots and restores. (#2396) 2016-10-25 19:20:24 -07:00
snapshot_endpoint_test.go Adds support for snapshots and restores. (#2396) 2016-10-25 19:20:24 -07:00
status_endpoint.go More HTTP endpoints 2013-12-23 16:20:51 -08:00
status_endpoint_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
structs.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
structs_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
translate_addr.go Factors translate out into a separate file and makes safe for in-memory RPCs. 2016-08-15 15:05:02 -07:00
txn_endpoint.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
txn_endpoint_test.go Adds a get-tree verb to KV transaction operations. 2016-05-13 16:57:39 -07:00
ui_endpoint.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
ui_endpoint_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
user_event.go Changes `disable_remote_exec` default to true so remote exec is opt-in. 2017-03-30 09:43:32 -07:00
user_event_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
util.go Remove the RPC client interface and update docs 2017-02-28 13:41:09 -08:00
util_test.go Factor out duplicate functions into a lib package 2016-01-29 16:57:45 -08:00
watch_handler.go agent: Stop reaping child processes (resolves #1988) 2016-10-04 09:36:41 -06:00
watch_handler_test.go agent: Stop reaping child processes (resolves #1988) 2016-10-04 09:36:41 -06:00