Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
  • Loading branch information
jackysp committed Sep 10, 2019
1 parent bcf9859 commit fbc6a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions domain/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func (is *InfoSyncer) Init(ctx context.Context) error {
return is.newSessionAndStoreServerInfo(ctx, owner.NewSessionDefaultRetryCnt)
}

// SetSessionManager set the session manager for InfoSyncer.
func (is *InfoSyncer) SetSessionManager(manager util2.SessionManager) {
is.manager = manager
}
Expand Down

0 comments on commit fbc6a84

Please sign in to comment.