Logo
Explore Help
Sign In
varnitgoyal95/cybertron
1
0
Fork 0
You've already forked cybertron
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
69ecce4ea2156248c3967f811dd3e152cfe2e95c
cybertron/models/db/Release.go

15 lines
254 B
Go
Raw Normal View History

TP-55555 | crud ingestor (#2) * TP-55555 | crud ingestor * TP-55555 | Project handler (#4) --------- Co-authored-by: Lokesh Dugar <lokesh.dugar@navi.com>
2024-07-24 12:51:37 +05:30
package db
TP-55555|db additions adjustments in service,handler
2024-07-30 17:25:49 +05:30
import (
"github.com/google/uuid"
"gorm.io/gorm"
)
TP-55555 | crud ingestor (#2) * TP-55555 | crud ingestor * TP-55555 | Project handler (#4) --------- Co-authored-by: Lokesh Dugar <lokesh.dugar@navi.com>
2024-07-24 12:51:37 +05:30
type Release struct {
gorm.Model
TP-55555|db additions adjustments in service,handler
2024-07-30 17:25:49 +05:30
ReleaseId uuid.UUID
TP-55555 | crud ingestor (#2) * TP-55555 | crud ingestor * TP-55555 | Project handler (#4) --------- Co-authored-by: Lokesh Dugar <lokesh.dugar@navi.com>
2024-07-24 12:51:37 +05:30
ProjectReferenceId string `gorm:"primaryKey"`
ReleaseVersion string `gorm:"column:name"`
TP-55555|db additions adjustments in service,handler
2024-07-30 17:25:49 +05:30
SourceMapUrl string
TP-55555 | crud ingestor (#2) * TP-55555 | crud ingestor * TP-55555 | Project handler (#4) --------- Co-authored-by: Lokesh Dugar <lokesh.dugar@navi.com>
2024-07-24 12:51:37 +05:30
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 265ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API