Skip to content

Commit

Permalink
Merge pull request #2860 from nickmango/feature/invalidation-refactor
Browse files Browse the repository at this point in the history
[#2792]Refactor/Individual Signature
  • Loading branch information
nickmango authored Apr 9, 2021
2 parents 5db1789 + 16bd5b4 commit 27a4885
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 127 deletions.
7 changes: 6 additions & 1 deletion cla-backend-go/signatures/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

package signatures

import v2Models "github.com/communitybridge/easycla/cla-backend-go/gen/v2/models"
import (
"github.com/communitybridge/easycla/cla-backend-go/gen/models"
v2Models "github.com/communitybridge/easycla/cla-backend-go/gen/v2/models"
)

// SignatureCompanyID is a simple data model to hold the signature ID and come company details for CCLA's
type SignatureCompanyID struct {
Expand Down Expand Up @@ -34,6 +37,8 @@ type ApprovalList struct {
EmailApprovals []string
GHUsernames []string
GerritICLAECLAs []string
ICLAs []*models.IclaSignature
ECLAs []*models.Signature
}

// GerritUserResponse is a data structure to hold the gerrit user query response
Expand Down
Loading

0 comments on commit 27a4885

Please sign in to comment.