aboutsummaryrefslogtreecommitdiff
path: root/model/setting.go
blob: 363a8a9866bb1cc2f1aa454fafc718f1c020e3b2 (plain) (blame)
1
2
3
4
5
6
package model

type Setting struct {
	Key   string
	Value Values
}