feat(launcher): implement modpack manifest API endpoint
This commit is contained in:
8
internal/models/launcher.go
Normal file
8
internal/models/launcher.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
// ManifestEntry представляет один файл в манифесте модпака.
|
||||
type ManifestEntry struct {
|
||||
Path string `json:"path"`
|
||||
Hash string `json:"hash"`
|
||||
Size int64 `json:"size"`
|
||||
}
|
||||
Reference in New Issue
Block a user