Skip to content

Commit

Permalink
Merge pull request #857 from carlosfrodrigues/main
Browse files Browse the repository at this point in the history
Remove obsolete comments in sshkey.go
  • Loading branch information
carlosfrodrigues authored Oct 12, 2021
1 parent 5fa62ab commit 8c5f3b2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/core/mcir/sshkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,11 @@ import (
"github.com/go-resty/resty/v2"
)

// 2020-04-03 https://github.com/cloud-barista/cb-spider/blob/master/cloud-control-manager/cloud-driver/interfaces/resources/KeyPairHandler.go

type SpiderKeyPairReqInfoWrapper struct { // Spider
ConnectionName string
ReqInfo SpiderKeyPairInfo
}

/*
type SpiderKeyPairReqInfo struct { // Spider
Name string
}
*/

type SpiderKeyPairInfo struct { // Spider
// Fields for request
Name string
Expand Down

0 comments on commit 8c5f3b2

Please sign in to comment.