ModDependencyDTO
ModDependencyDTO is the frontend-safe representation of mod dependency.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable |
|---|---|---|---|---|---|
ModID | modId | string | string | No | No |
Name | name | string | string | No | No |
Requirement | requirement | string | string | No | No |
Used by
- ModUpdateDTO — field
addedDeps - ModUpdateDTO — field
removedDeps
Source
internal/transport/wails/instance_update_dto.go:9