Versions in this module Expand all Collapse all v1 v1.4.9 Jul 22, 2021 Changes in this version + func ComputeHash(contents []byte, hash []byte) []byte + func DockerBuild(opts DockerBuildOptions) error + func HashFilesInDir(rootDir string, dir string, hash []byte, tw *tar.Writer) ([]byte, error) + func IsCodeExist(tmppath string) error + type DockerBuildOptions struct + Cmd string + Env []string + Image string + InputStream io.Reader + OutputStream io.Writer