Messaging/pkg/internal/models/accounts.go

10 lines
148 B
Go
Raw Normal View History

2024-03-26 15:05:13 +00:00
package models
import "git.solsynth.dev/hydrogen/dealer/pkg/hyper"
2024-03-26 15:05:13 +00:00
type Account struct {
hyper.BaseUser
2024-03-26 15:05:13 +00:00
Channels []Channel `json:"channels"`
2024-03-26 15:05:13 +00:00
}