1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00
Files
go-inbucket/pkg/server/web/app_json.go
2018-12-31 15:10:05 -08:00

6 lines
89 B
Go

package web
type jsonAppConfig struct {
MonitorVisible bool `json:"monitor-visible"`
}