go-meta/shared/packageMetadataInput.go

14 lines
277 B
Go
Raw Normal View History

2023-12-26 20:59:32 +00:00
// Copyright 2023 Michael Amann and contributors
// SPDX-License-Identifier: AGPL-3.0-only
package shared
type PackageMetadataInput struct {
IsTag string
Branch string
DefaultBranch string
Version string
CommitSha string
CommitTime string
}