summaryrefslogtreecommitdiff
path: root/system/admin/config.go
blob: e067299e88666f339991df35113c5bf8ef68468b (plain)
1
2
3
4
5
package admin

// Config represents the confirgurable options of the system
type Config struct {
}