package protocol

type TriggerType uint

const (
	TriggerTypeManual TriggerType = iota
	TriggerTypeAutomatic
)