mirror of https://github.com/docker/cli.git
17 lines
562 B
Go
17 lines
562 B
Go
package pb
|
|
|
|
const AttrKeepGitDir = "git.keepgitdir"
|
|
const AttrFullRemoteURL = "git.fullurl"
|
|
const AttrLocalSessionID = "local.session"
|
|
const AttrIncludePatterns = "local.includepattern"
|
|
const AttrFollowPaths = "local.followpaths"
|
|
const AttrExcludePatterns = "local.excludepatterns"
|
|
const AttrSharedKeyHint = "local.sharedkeyhint"
|
|
const AttrLLBDefinitionFilename = "llbbuild.filename"
|
|
|
|
const AttrHTTPChecksum = "http.checksum"
|
|
const AttrHTTPFilename = "http.filename"
|
|
const AttrHTTPPerm = "http.perm"
|
|
const AttrHTTPUID = "http.uid"
|
|
const AttrHTTPGID = "http.gid"
|