add hostname

This commit is contained in:
2023-11-30 10:18:01 +08:00
parent 7d93332e51
commit 2c3532f12f
3 changed files with 14 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import (
type Record struct {
ID int64 `gorm:"primaryKey,autoIncrement"`
Hostname string
UpstreamEndpoint string
UpstreamSK string
CreatedAt time.Time