1332b0035caf416d4d9b275e6bfead48fe0b9cac
Using ctx.Config().(Config) everywhere is a mouthful, and it is inefficient to do the type assertion. Put the Config interface into the context, and provide an AConfig() to return the Config already converted to the right type. Change-Id: I301a1fd7d2a005580aabca7866a37c5d42ad8c69
Description
No description provided
Languages
Go
92.8%
Python
5%
Shell
2.1%