Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
igaryo0506 committed Dec 23, 2024
1 parent 713c351 commit c71d688
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clientgenv2/source_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ func (rs ResponseFieldList) SortByName() ResponseFieldList {
}

type StructGenerator struct {
currentResponseFieldList ResponseFieldList
preMergedStructSources []*StructSource
postMergedStructSources []*StructSource
currentResponseFieldList ResponseFieldList // Create fields based on this ResponseFieldList
preMergedStructSources []*StructSource // Struct sources that will no longer be created due to merging
postMergedStructSources []*StructSource // Struct sources that will be created due to merging
}

func NewStructGenerator(responseFieldList ResponseFieldList) *StructGenerator {
Expand Down

0 comments on commit c71d688

Please sign in to comment.