Kvasir AgentServer
v0.0.3
Pages
Modules
Kvasir AgentServer v0.0.3
Kvasir.AgentServer.Command.Protocol
View Source
Link to this section
Summary
Functions
init(ref, transport, agent, counter)
start_link(ref, transport, agent)
unpack(command)
Link to this section
Functions
Link to this function
init(ref, transport, agent, counter)
View Source
Link to this function
start_link(ref, transport, agent)
View Source
Link to this function
unpack(command)
View Source
Specs
unpack(
binary
()) :: {:ok,
Kvasir.Command.t
()} | {:error,
atom
()}