ostree: small docstring clarification
This commit is contained in:
parent
a6d3ad3959
commit
938bc7bafd
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue