Skip to content

Commit

Permalink
Merge pull request #1339 from ish-hcc/fix_interface_keypair
Browse files Browse the repository at this point in the history
interface: Add missed ListIID() in KeyPairHandler
  • Loading branch information
powerkimhub authored Sep 23, 2024
2 parents d0eac7f + 6a48ef1 commit c2692f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ type KeyPairHandler interface {
ListKey() ([]*KeyPairInfo, error)
GetKey(keyIID IID) (KeyPairInfo, error)
DeleteKey(keyIID IID) (bool, error)
ListIID() ([]*IID, error)
}

0 comments on commit c2692f0

Please sign in to comment.