xtablo-source/backend/templates/account_providers.go
2026-05-15 21:10:45 +02:00

8 lines
188 B
Go

package templates
// LinkedProviderStatus is one row in the minimal account provider status view.
type LinkedProviderStatus struct {
Name string
Email string
Connected bool
}