@@ -57,7 +57,6 @@ pub struct EventLog {
5757#[ derive( Debug , bon:: Builder , Serialize , Deserialize ) ]
5858#[ cfg_attr( feature = "borsh" , derive( BorshSerialize , BorshDeserialize ) ) ]
5959#[ cfg_attr( feature = "borsh_schema" , derive( BorshSchema ) ) ]
60-
6160pub struct TlsKeyConfig {
6261 /// The subject name for the certificate
6362 #[ builder( into, default = String :: new( ) ) ]
@@ -80,7 +79,6 @@ pub struct TlsKeyConfig {
8079#[ derive( Debug , Serialize , Deserialize ) ]
8180#[ cfg_attr( feature = "borsh" , derive( BorshSerialize , BorshDeserialize ) ) ]
8281#[ cfg_attr( feature = "borsh_schema" , derive( BorshSchema ) ) ]
83-
8482pub struct GetKeyResponse {
8583 /// The key in hexadecimal format
8684 pub key : String ,
@@ -102,7 +100,6 @@ impl GetKeyResponse {
102100#[ derive( Debug , Serialize , Deserialize ) ]
103101#[ cfg_attr( feature = "borsh" , derive( BorshSerialize , BorshDeserialize ) ) ]
104102#[ cfg_attr( feature = "borsh_schema" , derive( BorshSchema ) ) ]
105-
106103pub struct GetQuoteResponse {
107104 /// The attestation quote in hexadecimal format
108105 pub quote : String ,
@@ -144,7 +141,6 @@ impl GetQuoteResponse {
144141#[ derive( Debug , Serialize , Deserialize ) ]
145142#[ cfg_attr( feature = "borsh" , derive( BorshSerialize , BorshDeserialize ) ) ]
146143#[ cfg_attr( feature = "borsh_schema" , derive( BorshSchema ) ) ]
147-
148144pub struct InfoResponse {
149145 /// The application identifier
150146 pub app_id : String ,
@@ -182,7 +178,6 @@ impl InfoResponse {
182178#[ derive( Clone , PartialEq , Eq , PartialOrd , Ord , Hash , Debug , Serialize , Deserialize ) ]
183179#[ cfg_attr( feature = "borsh" , derive( BorshSerialize , BorshDeserialize ) ) ]
184180#[ cfg_attr( feature = "borsh_schema" , derive( BorshSchema ) ) ]
185-
186181pub struct TcbInfo {
187182 /// The measurement root of trust
188183 pub mrtd : String ,
@@ -211,7 +206,6 @@ pub struct TcbInfo {
211206#[ derive( Debug , Serialize , Deserialize ) ]
212207#[ cfg_attr( feature = "borsh" , derive( BorshSerialize , BorshDeserialize ) ) ]
213208#[ cfg_attr( feature = "borsh_schema" , derive( BorshSchema ) ) ]
214-
215209pub struct GetTlsKeyResponse {
216210 /// The TLS key in hexadecimal format
217211 pub key : String ,
0 commit comments