You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the examples for the v0 and v1 APIs live under the api/v0 and api/v1 packages. This proposal would move them OUT of the api tree and into a top-level examples tree. Additionally, the api/v1/lib package would be folded into api/v1 (moving everything from lib up one level, and then remove lib). The example v1 Docker builder would also move to examples. The final structure would resemble something like this:
Currently the examples for the v0 and v1 APIs live under the
api/v0
andapi/v1
packages. This proposal would move them OUT of theapi
tree and into a top-levelexamples
tree. Additionally, theapi/v1/lib
package would be folded intoapi/v1
(moving everything fromlib
up one level, and then removelib
). The example v1 Docker builder would also move to examples. The final structure would resemble something like this:/cc @pires
The text was updated successfully, but these errors were encountered: