♻️ Use dealer's BaseModel

This commit is contained in:
2024-09-11 23:58:02 +08:00
parent f962376f42
commit 14e3750bd9
20 changed files with 48 additions and 45 deletions

View File

@ -1,12 +1,14 @@
package models
import (
"github.com/livekit/protocol/livekit"
"time"
"git.solsynth.dev/hydrogen/dealer/pkg/hyper"
"github.com/livekit/protocol/livekit"
)
type Call struct {
BaseModel
hyper.BaseModel
EndedAt *time.Time `json:"ended_at"`