Add Template and Task Constants
This commit is contained in:
parent
8ae77f802d
commit
a50ed86a86
1 changed files with 8 additions and 0 deletions
|
@ -5,3 +5,11 @@ const NAME_HEADER = "morffix-name"
|
||||||
const UUID_HEADER = "morffix-uuid"
|
const UUID_HEADER = "morffix-uuid"
|
||||||
|
|
||||||
const INDEX_TEMPLATE_NAME = "index.tmpl"
|
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
|
||||||
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue