View Source Kvasir.Command.RemoteDispatcher behaviour (kvasir_agent v0.0.18)

Remote dispatch allows you to remotely dispatch commands through HTTP.

Link to this section Summary

Callbacks

Configure runtime variables.

Link to this section Callbacks

@callback config(opts :: Keyword.t()) :: Keyword.t()

Configure runtime variables.

Link to this section Functions