⬆️ Upgrade to support the latest version Hydrogen Project standard
This commit is contained in:
15
pkg/internal/models/calls.go
Normal file
15
pkg/internal/models/calls.go
Normal file
@ -0,0 +1,15 @@
|
||||
package models
|
||||
|
||||
import "time"
|
||||
|
||||
type Call struct {
|
||||
BaseModel
|
||||
|
||||
EndedAt *time.Time `json:"ended_at"`
|
||||
|
||||
ExternalID string `json:"external_id"`
|
||||
FounderID uint `json:"founder_id"`
|
||||
ChannelID uint `json:"channel_id"`
|
||||
Founder ChannelMember `json:"founder"`
|
||||
Channel Channel `json:"channel"`
|
||||
}
|
Reference in New Issue
Block a user