Use a custom client for settings

This commit is contained in:
r 2019-12-21 11:13:21 +00:00
parent e73eb1162a
commit 3af4361927
6 changed files with 74 additions and 59 deletions

4
model/settings.go Normal file
View file

@ -0,0 +1,4 @@
package model
type Settings struct {
}