ostree: small docstring clarification

This commit is contained in:
Achilleas Koutsou 2022-09-30 13:49:41 +02:00 committed by Tomáš Hozza
parent a6d3ad3959
commit 938bc7bafd

View file

@ -18,7 +18,8 @@ type RequestParams struct {
Parent string `json:"parent"`
}
// CommitSource defines the source URL from which to fetch a specific commit.
// CommitSource defines the source URL from which to fetch a specific commit
// identified by its checksum.
type CommitSource struct {
Checksum string
URL string