package current_docker

  1. Overview
  2. Docs
type source = [
  1. | `No_context
  2. | `Git of Current_git.Commit.t Current.t
]
type repo_id = string
module type DOCKER = sig ... end
module type HOST = sig ... end