PackageAuthorDTO
PackageAuthorDTO is the frontend-safe representation of package author.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable |
|---|---|---|---|---|---|
Name | name | string | string | Yes | No |
Homepage | homepage | string | string | Yes | No |
Source | source | string | string | Yes | No |
Used by
- PackageInspectionDTO — field
author - PackageManifestDTO — field
author
Source
internal/transport/wails/instancepackage_dto.go:6