Documentation ¶ Index ¶ func IsGitURL(str string) booldeprecated func IsURL(str string) booldeprecated Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsGitURL deprecated func IsGitURL(str string) bool IsGitURL returns true if the provided str is a git repository URL. Deprecated: use github.com/docker/docker/builder/remotecontext/urlutil.IsGitURL func IsURL deprecated func IsURL(str string) bool IsURL returns true if the provided str is an HTTP(S) URL. Deprecated: use github.com/docker/docker/builder/remotecontext/urlutil.IsURL to detect build-context type, or use strings.HasPrefix() to check if the string has a https:// or http:// prefix. Types ¶ This section is empty. Source Files ¶ View all Source files deprecated.go Click to show internal directories. Click to hide internal directories.