Documentation
¶
Overview ¶
Package models contains the models for the database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DyldSharedCache ¶
type DyldSharedCache struct {
}
DyldSharedCache is the model for a dyld_shared_cache.
type FileSystem ¶
type IPSW ¶
type IPSW struct {
gorm.Model // adds ID, created_at etc.
Version string `json:"version"`
BuildID string `json:"buildid"`
Devices []string `json:"devices"`
Date time.Time `json:"date"`
Kernels []Kernelcache `json:"kernels"`
DSCs []DyldSharedCache `json:"dscs"`
Files FileSystem `json:"files"`
}
IPSW is the model for an IPSW file.
type Kernelcache ¶
Kernelcache is the model for a kernelcache.
Click to show internal directories.
Click to hide internal directories.