tfstated/pkg/model/settings.go
Julien Dessaux 895615ad6e
All checks were successful
main / main (push) Successful in 7m12s
main / publish (push) Has been skipped
main / deploy (push) Has been skipped
chore(webui): rewrite the web session code again while preparing for csrf tokens
#60
2025-04-30 22:31:25 +02:00

5 lines
76 B
Go

package model
type Settings struct {
LightMode bool `json:"light_mode"`
}