Current section

Files

Jump to
dagger lib dagger gen function_id.ex
Raw

lib/dagger/gen/function_id.ex

# This file generated by `dagger_codegen`. Please DO NOT EDIT.
defmodule Dagger.FunctionID do
@moduledoc "The `FunctionID` scalar type represents an identifier for an object of type Function."
@type t() :: String.t()
end