docs/signer/api
HuKeping 74d4af37a3 Stop injecting to the helper function
GetCryptoService is a helper function and we have injected a specific
http.ResponseWriter object for it to write back error message. Meanwhile
the caller for that function checks whether the cryptoService is nil
or not and return immediately if it is nil.

I think it's not a good idea to write back HTTP response in the helper function,
it's the caller's work and thus there is no need to inject the specific
ResponseWriter object into it.

Signed-off-by: Hu Keping <hukeping@huawei.com>
2015-12-30 09:42:51 +08:00
..
api.go Stop injecting to the helper function 2015-12-30 09:42:51 +08:00
api_test.go Use canonical way to check if a map contains a key 2015-12-11 14:07:38 +08:00
find_key.go creating concrete types for the various key ciphers 2015-10-28 16:02:55 -07:00
rpc_api.go CryptoService.Sign is now dead code. Remove it and update tests 2015-11-30 16:36:34 -08:00
rpc_api_test.go move import/export to cryptoservice and add import to yubikey 2015-11-12 01:09:31 -08:00