fluentci/proto

Types

pub type Proto

Functions

pub fn as_service(proto: Proto) -> Service
pub fn id(proto: Proto) -> Promise(String)
pub fn stderr(proto: Proto) -> Promise(String)
pub fn stdout(proto: Proto) -> Promise(String)
pub fn wait_on(proto: Proto, port: a, timeout: a) -> Proto
pub fn with_cache(proto: Proto, cache: Cache) -> Proto
pub fn with_env_variable(
  proto: Proto,
  name: String,
  value: String,
) -> Proto
pub fn with_exec(proto: Proto, command: Array(String)) -> Proto
pub fn with_secret_variable(
  proto: Proto,
  name: String,
  secret: Secret,
) -> Proto
pub fn with_service(proto: Proto, service: Service) -> Proto
pub fn with_workdir(proto: Proto, path: String) -> Proto
Search Document