kvasir_agent v0.0.3 Kvasir.Command.Encoder View Source
Link to this section Summary
Link to this section Functions
Link to this function
pack(command, opts \\ [])
View Source
pack(Kvasir.Command.t(), Keyword.t()) :: {:ok, binary()}
Link to this function
unpack(command)
View Source
unpack(binary()) :: {:ok, Kvasir.Command.t()} | {:error, atom()}