Mock config stuff to do

This commit is contained in:
Daniel 2018-09-11 18:59:48 +02:00
parent 4802982734
commit 014f944b2a
4 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,3 @@
package integration
// API

View file

@ -0,0 +1,3 @@
package integration
// register as module

View file

@ -0,0 +1,4 @@
package integration
// persist config file
// create callback function in config to get updates

View file

@ -7,7 +7,7 @@ import (
"sync"
)
// Variable Type IDs for frontend Identification. Values over 100 are free for custom use.
// Variable Type IDs for frontend Identification. Values from 100 are free for custom use.
const (
OptTypeString uint8 = 1
OptTypeStringArray uint8 = 2