Add Template and Task Constants

This commit is contained in:
Samuel Lorch 2024-05-05 01:30:05 +02:00
parent 8ae77f802d
commit a50ed86a86

View file

@ -5,3 +5,11 @@ const NAME_HEADER = "morffix-name"
const UUID_HEADER = "morffix-uuid"
const INDEX_TEMPLATE_NAME = "index.tmpl"
const LIBRARIES_TEMPLATE_NAME = "libraries.tmpl"
const LIBRARY_TEMPLATE_NAME = "library.tmpl"
const MESSAGE_TEMPLATE_NAME = "message.tmpl"
const TASK_TEMPLATE_NAME = "tasks.tmpl"
const (
HEALTHCHECK_TASK_TYPE = iota
)