Skip to content

Commit

Permalink
remove private method in public interface
Browse files Browse the repository at this point in the history
  • Loading branch information
zqfan committed Dec 25, 2021
1 parent 5be22b9 commit 880cf96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tencentcloud/common/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ type CredentialIface interface {
GetSecretId() string
GetToken() string
GetSecretKey() string
needRefresh() bool
refresh()
// needRefresh() bool
// refresh()
}

type Credential struct {
Expand Down

0 comments on commit 880cf96

Please sign in to comment.