Removed Stuff
This commit is contained in:
parent
5e30a85098
commit
24891071f8
4 changed files with 4 additions and 29 deletions
|
|
@ -1,8 +0,0 @@
|
|||
package Lotus
|
||||
|
||||
type Checksum struct{
|
||||
MD5 string
|
||||
SHA1 string
|
||||
SHA256 string
|
||||
SHA512 string
|
||||
}
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
package Lotus
|
||||
|
||||
type Package struct {
|
||||
Publisher string
|
||||
Name string
|
||||
Version string
|
||||
Description string
|
||||
Tags Tags
|
||||
PackageSize int64
|
||||
Checksums Checksum
|
||||
Architecture string
|
||||
Dependencies []Package
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
package Lotus
|
||||
|
||||
type Tags []string
|
||||
Reference in a new issue