mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2025-03-18 20:39:40 +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"`
|
|
}
|