mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 08:02:18 +02:00
fixed meddler error caused by smtp server tag configuration
This commit is contained in:
parent
7acf92e754
commit
18f7209d1d
@ -13,7 +13,7 @@ type SMTPServer struct {
|
|||||||
ID int64 `meddler:"smtp_id,pk" json:"id"`
|
ID int64 `meddler:"smtp_id,pk" json:"id"`
|
||||||
From string `meddler:"smtp_from" json:"from"`
|
From string `meddler:"smtp_from" json:"from"`
|
||||||
Host string `meddler:"smtp_host" json:"host"`
|
Host string `meddler:"smtp_host" json:"host"`
|
||||||
Port string `meddler:"smtp_host" json:"port"`
|
Port string `meddler:"smtp_port" json:"port"`
|
||||||
User string `meddler:"smtp_user" json:"user"`
|
User string `meddler:"smtp_user" json:"user"`
|
||||||
Pass string `meddler:"smtp_pass" json:"name"`
|
Pass string `meddler:"smtp_pass" json:"name"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user