Skip to content

Commit

Permalink
fixed interface
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wertenteil committed Jun 8, 2022
1 parent 9871bef commit 9985812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ type IGitURL interface {
}

type IGitAPI interface {
IGitURL

GetToken() string
SetToken(string)

Expand Down

0 comments on commit 9985812

Please sign in to comment.