mirror of
https://git.freesoftwareextremist.com/bloat
synced 2024-11-12 17:44:10 +00:00
6 lines
140 B
Go
6 lines
140 B
Go
package model
|
|
|
|
type Settings struct {
|
|
DefaultVisibility string `json:"default_visibility"`
|
|
CopyScope bool `json:"copy_scope"`
|
|
}
|