fluentci/dagger/host

Types

pub type Host

Functions

pub fn directory(host: Host, path: String) -> Directory
pub fn file(host: Host, path: String) -> File
pub fn id(host: Host) -> Promise(String)
pub fn service(host: Host) -> Service
pub fn set_secret_file(
  host: Host,
  name: String,
  path: String,
) -> Secret
pub fn tunnel(host: Host, service: Service) -> Service
pub fn unix_socket(host: Host, path: String) -> Socket
Search Document