github.com/christopherobin/docker@v1.6.2/registry/v2/doc.go (about) 1 // Package v2 describes routes, urls and the error codes used in the Docker 2 // Registry JSON HTTP API V2. In addition to declarations, descriptors are 3 // provided for routes and error codes that can be used for implementation and 4 // automatically generating documentation. 5 // 6 // Definitions here are considered to be locked down for the V2 registry api. 7 // Any changes must be considered carefully and should not proceed without a 8 // change proposal. 9 // 10 // Currently, while the HTTP API definitions are considered stable, the Go API 11 // exports are considered unstable. Go API consumers should take care when 12 // relying on these definitions until this message is deleted. 13 package v2