mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-04 20:59:02 -04:00
Fix PCR handling
This commit is contained in:
parent
de52bf14da
commit
4496755c64
11 changed files with 182 additions and 183 deletions
|
@ -23,7 +23,7 @@ type stubProtoClient struct {
|
|||
cloudServiceAccountURI string
|
||||
}
|
||||
|
||||
func (c *stubProtoClient) Connect(ip string, port string) error {
|
||||
func (c *stubProtoClient) Connect(_, _ string, _, _ map[uint32][]byte) error {
|
||||
c.conn = true
|
||||
return c.connectErr
|
||||
}
|
||||
|
@ -89,7 +89,7 @@ type fakeProtoClient struct {
|
|||
respClient proto.ActivationResponseClient
|
||||
}
|
||||
|
||||
func (c *fakeProtoClient) Connect(ip string, port string) error {
|
||||
func (c *fakeProtoClient) Connect(_, _ string, _, _ map[uint32][]byte) error {
|
||||
c.conn = true
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue