open-consul/agent/structs
R.B. Boyer f43bc981e9 making ACLToken.ExpirationTime a *time.Time value instead of time.Time (#5663)
This is mainly to avoid having the API return "0001-01-01T00:00:00Z" as
a value for the ExpirationTime field when it is not set. Unfortunately
time.Time doesn't respect the json marshalling "omitempty" directive.
2019-04-26 14:48:16 -05:00
..
acl.go making ACLToken.ExpirationTime a *time.Time value instead of time.Time (#5663) 2019-04-26 14:48:16 -05:00
acl_cache.go
acl_cache_test.go
acl_legacy.go acl: ACL Tokens can now be assigned an optional set of service identities (#5390) 2019-04-26 14:48:04 -05:00
acl_legacy_test.go
acl_test.go acl: ACL Tokens can now be assigned an optional set of service identities (#5390) 2019-04-26 14:48:04 -05:00
catalog.go
check_definition.go
check_definition_test.go
check_type.go
config_entry.go Add the service registration manager to the agent 2019-04-23 00:17:27 -07:00
connect.go fix typos reported by golangci-lint:misspell (#5434) 2019-03-06 11:13:28 -06:00
connect_ca.go connect: tame thundering herd of CSRs on CA rotation (#5228) 2019-01-22 17:19:36 +00:00
connect_ca_test.go connect: tame thundering herd of CSRs on CA rotation (#5228) 2019-01-22 17:19:36 +00:00
connect_proxy_config.go Implement data filtering of some endpoints (#5579) 2019-04-16 12:00:15 -04:00
connect_proxy_config_test.go
connect_test.go
errors.go Implement /v1/agent/health/service/<service name> endpoint (#3551) 2019-01-07 09:39:23 -05:00
intention.go
intention_test.go
operator.go
prepared_query.go Improve Connect with Prepared Queries (#5291) 2019-02-04 09:36:51 -05:00
prepared_query_test.go
sanitize_oss.go
service_definition.go fix typos reported by golangci-lint:misspell (#5434) 2019-03-06 11:13:28 -06:00
service_definition_test.go
snapshot.go
structs.go Implement config entry replication (#5706) 2019-04-26 13:38:39 -04:00
structs_filtering_test.go Implement data filtering of some endpoints (#5579) 2019-04-16 12:00:15 -04:00
structs_test.go Make central service config opt-in and rework the initial registration 2019-04-24 06:11:08 -07:00
testing_catalog.go
testing_connect_proxy_config.go
testing_intention.go
testing_service_definition.go
txn.go txn: update existing txn api docs with new operations 2019-01-15 16:54:07 -08:00