mirror of
https://github.com/moby/buildkit.git
synced 2026-08-10 17:14:08 +00:00
10 lines
177 B
Go
10 lines
177 B
Go
package srctypes
|
|
|
|
const (
|
|
DockerImageScheme = "docker-image"
|
|
GitScheme = "git"
|
|
LocalScheme = "local"
|
|
HTTPScheme = "http"
|
|
HTTPSScheme = "https"
|
|
)
|