Packages

Write CI/CD pipelines in Gleam

Current section

Files

Jump to
fluentci src fluentci dagger socket.gleam
Raw

src/fluentci/dagger/socket.gleam

import gleam/javascript/promise.{type Promise}
pub type Socket
@external(javascript, "../../dagger_ffi.mjs", "id")
pub fn id(socket: Socket) -> Promise(String)