Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Library ¶
type Library struct { gorm.Model `json:"-"` ProjectID uuid.UUID `gorm:"type:uuid;primary_key;" json:"projectId"` CommitHash string `gorm:"primary_key" json:"commit,omitempty"` Name string `json:"name,omitempty"` DownloadStatus string `json:"downloadStatus"` Files string `json:"files,omitempty"` }
Library represents a third party library from the dependency tree
Click to show internal directories.
Click to hide internal directories.