View Source Incident.Command behaviour (incident v0.6.2)

Defines the API for a Command.

Link to this section Summary

Callbacks

Returns if a command is valid or not.

Link to this section Callbacks

@callback valid?(struct()) :: boolean()

Returns if a command is valid or not.