Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type fetch_errors = [
| `Api_error of Http_lwt_client.response * string option
| `Malformed_json of string
| `Msg of string
]
module Platform : sig ... end
module Image : sig ... end
module Token : sig ... end
module Manifest : sig ... end
module Manifests : sig ... end
module Config : sig ... end
val fetch_rootfs :
output_file:Fpath.t ->
Manifest.t ->
Token.t ->
(unit, [> fetch_errors ]) Stdlib.result Lwt.t