diff options
Diffstat (limited to 'system/admin/config.go')
-rw-r--r-- | system/admin/config.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/admin/config.go b/system/admin/config.go new file mode 100644 index 0000000..e067299 --- /dev/null +++ b/system/admin/config.go @@ -0,0 +1,5 @@ +package admin + +// Config represents the confirgurable options of the system +type Config struct { +} |