mirror of
https://github.com/docker/docs.git
synced 2026-04-02 17:28:55 +07:00
Remove "transport", because it's not used. In the actual notary client, pass in a hard-coded URL for now (same one previously hardcoded in getRemoteStore). In tests, create a trivial HTTP server using net/http/httptest, which returns a timestamp.key file. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> Signed-off-by: Diogo Monica <diogo@docker.com>