clearcase/internal/core/model/pull_request.go

8 lines
85 B
Go
Raw Normal View History

2025-03-06 22:47:02 +01:00
package model
type PullRequest struct {
ID string
Title string
Body string
}