Add a doc.go file so the compose/schema/data directory can be vendored in another project, without being pruned.
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
Upstream-commit: 3a8ef767f8
Component: cli
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// Code generated by "esc -o bindata.go -pkg schema -private -modtime=1518458244 data"; DO NOT EDIT.
|
||||
// Code generated by "esc -o bindata.go -pkg schema -ignore .*\.go -private -modtime=1518458244 data"; DO NOT EDIT.
|
||||
|
||||
package schema
|
||||
|
||||
|
||||
8
components/cli/cli/compose/schema/data/doc.go
Normal file
8
components/cli/cli/compose/schema/data/doc.go
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
Package data contains all the Compose file JSON schemas, starting from v3.0.
|
||||
*/
|
||||
|
||||
//
|
||||
// +domain=docker.com
|
||||
|
||||
package data
|
||||
@ -1,6 +1,6 @@
|
||||
package schema
|
||||
|
||||
//go:generate esc -o bindata.go -pkg schema -private -modtime=1518458244 data
|
||||
//go:generate esc -o bindata.go -pkg schema -ignore .*\.go -private -modtime=1518458244 data
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
Reference in New Issue
Block a user