mirror of
https://github.com/romdo/go-conver.git
synced 2026-02-19 08:16:40 +00:00
wip: add parseHeader function
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
package commit
|
||||
|
||||
type Commit struct {
|
||||
Type string
|
||||
Scope string
|
||||
Description string
|
||||
Body string
|
||||
Footers []Footer
|
||||
Type string
|
||||
Scope string
|
||||
Subject string
|
||||
Body string
|
||||
Footers []*Footer
|
||||
IsBreaking bool
|
||||
}
|
||||
|
||||
type Footer struct {
|
||||
|
||||
Reference in New Issue
Block a user