mix compile.proto (LiveKit v0.1.1)
View SourceMix task for compiling protobuf definitions. This task is automatically run when the project is compiled.
Summary
Functions
Cleans up any generated files.
Returns paths to the compiled protobuf files.
Compiles protobuf files.
Returns {:ok, []}
if successful, or {:error, message}
if there was an error.
Functions
@spec clean() :: :ok
Cleans up any generated files.
@spec manifests() :: [String.t()]
Returns paths to the compiled protobuf files.
Compiles protobuf files.
Returns {:ok, []}
if successful, or {:error, message}
if there was an error.