feat: ip change notification close #31

This commit is contained in:
naiba
2021-01-13 22:30:28 +08:00
parent c4f6837def
commit 0ce8017875
8 changed files with 35 additions and 9 deletions

View File

@@ -10,7 +10,6 @@ import (
"gopkg.in/yaml.v2"
)
// Config ..
type Config struct {
Debug bool
Site struct {
@@ -24,7 +23,8 @@ type Config struct {
ClientID string
ClientSecret string
}
HTTPPort uint
HTTPPort uint
EnableIPChangeNotification bool
v *viper.Viper
}