open-vault/command/server
Jeff Mitchell d55d75a79f Convert listener arguments to map[string]interface{} (#2905)
This allows people to use more natural constructs, e.g. for tls_disable
it can be a bool, int, or string.
2017-06-22 20:29:53 +01:00
..
test-fixtures Convert listener arguments to map[string]interface{} (#2905) 2017-06-22 20:29:53 +01:00
config.go Convert listener arguments to map[string]interface{} (#2905) 2017-06-22 20:29:53 +01:00
config_test.go Convert listener arguments to map[string]interface{} (#2905) 2017-06-22 20:29:53 +01:00
listener.go Convert listener arguments to map[string]interface{} (#2905) 2017-06-22 20:29:53 +01:00
listener_tcp.go Convert listener arguments to map[string]interface{} (#2905) 2017-06-22 20:29:53 +01:00
listener_tcp_test.go Convert listener arguments to map[string]interface{} (#2905) 2017-06-22 20:29:53 +01:00
listener_test.go Add tests. This actually adds the initial tests for the TLS listener, 2016-03-11 14:05:52 -05:00