focalboard/server/model/clientConfig.go

8 lines
217 B
Go
Raw Normal View History

package model
type ClientConfig struct {
Telemetry bool `json:"telemetry"`
TelemetryID string `json:"telemetryid"`
EnablePublicSharedBoards bool `json:"enablePublicSharedBoards"`
}