docs/trustmanager
Ying Li cf4e726514 "make lint" wasn't actually linting every file in the repo. golint ./...
ignores buildtags, for instance, and somehow didn't pick up some code in
the signer.

This calls golint on every go file in the repo and also fixes some linting
issues, which involves renaming two yubikey functions to avoid stuttering.

Signed-off-by: Ying Li <ying.li@docker.com>
2016-04-12 22:28:32 -07:00
..
yubikey "make lint" wasn't actually linting every file in the repo. golint ./... 2016-04-12 22:28:32 -07:00
filestore.go making filestores consistent so you can Get, Remove, etc... the paths returned by ListFiles 2015-12-23 09:41:03 -08:00
filestore_test.go Use require for certs and trustmanager 2016-04-04 14:44:48 -07:00
keyfilestore.go Use ErrKeyNotFound in KeyStore.GetKey 2016-04-12 14:33:46 -07:00
keyfilestore_test.go Use require for certs and trustmanager 2016-04-04 14:44:48 -07:00
keystore.go Use ErrKeyNotFound in KeyStore.GetKey 2016-04-12 14:33:46 -07:00
memorystore.go making filestores consistent so you can Get, Remove, etc... the paths returned by ListFiles 2015-12-23 09:41:03 -08:00
store.go making filestores consistent so you can Get, Remove, etc... the paths returned by ListFiles 2015-12-23 09:41:03 -08:00
x509filestore.go Change ConfigServerTLS to take a client CA directory instead of certs 2015-10-19 17:29:54 -07:00
x509filestore_test.go Use require for certs and trustmanager 2016-04-04 14:44:48 -07:00
x509memstore.go Cosmetic code changes 2015-07-17 14:33:06 -07:00
x509memstore_test.go Cosmetic code changes 2015-07-17 14:33:06 -07:00
x509store.go Fixed but with listDirectory and added tests 2015-07-20 19:48:17 -07:00
x509store_test.go Fixed config files and trust manager tests to point at new fixtures 2015-07-15 19:46:57 -07:00
x509utils.go Removing key import and gun from cryptoservice 2016-03-18 11:31:03 -07:00
x509utils_test.go Use require for certs and trustmanager 2016-04-04 14:44:48 -07:00