mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
6 lines
89 B
Go
6 lines
89 B
Go
package web
|
|
|
|
type jsonAppConfig struct {
|
|
MonitorVisible bool `json:"monitor-visible"`
|
|
}
|