Chris S. Kim ba89a7d9b0
Make memdb indexers generic (#13558)
We have many indexer functions in Consul which take interface{} and type assert before building the index. We can use generics to get rid of the initial plumbing and pass around functions with better defined signatures. This has two benefits: 1) Less verbosity; 2) Developers can parse the argument types to memdb schemas without having to introspect the function for the type assertion.
2022-06-23 11:07:19 -04:00
..
2022-06-09 17:07:41 -07:00
2022-04-05 15:11:49 -07:00
2022-01-20 10:46:23 -06:00
2021-11-16 12:04:01 -06:00
2022-05-09 10:07:19 -07:00
2022-04-05 15:11:49 -07:00
2022-04-18 11:41:10 -04:00
2022-04-05 15:11:49 -07:00
2022-04-05 15:11:49 -07:00
2022-06-01 13:17:14 -04:00
2021-11-16 12:04:01 -06:00
2021-11-16 12:04:01 -06:00