Update CommitMeta Struct #433

Closed
opened 2020-10-05 18:26:01 +00:00 by 6543 · 0 comments
Owner

source: https://github.com/go-gitea/gitea/pull/13026

type CommitMeta struct {
	URL string `json:"url"`
	SHA string `json:"sha"`
	// swagger:strfmt date-time
	Created time.Time `json:"created"`
}
source: https://github.com/go-gitea/gitea/pull/13026 ```go type CommitMeta struct { URL string `json:"url"` SHA string `json:"sha"` // swagger:strfmt date-time Created time.Time `json:"created"` } ```
6543 added this to the v0.13.2 milestone 2020-10-05 18:26:01 +00:00
6543 added the
kind/enhancement
label 2020-10-05 18:26:02 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/go-sdk#433
No description provided.