Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VcCrtStorage ¶
type VcCrtStorage struct { g.Meta `orm:"table:vc_crt_storage, do:true"` Id interface{} // KeyId interface{} // 证书id标识 KeyPath interface{} // 私钥路径 CrtPath interface{} // 证书路径 CreatedAt *gtime.Time // 创建时间 UpdatedAt *gtime.Time // 更新时间 }
VcCrtStorage is the golang structure of table vc_crt_storage for DAO operations like Where/Data.
type VcSignArgs1To1 ¶
type VcSignArgs1To1 struct { g.Meta `orm:"table:vc_sign_args1to1, do:true"` Id interface{} // Sotid interface{} // otid的签名参数s Totid interface{} // otid的签名参数t Sac interface{} // ac的签名参数s Tac interface{} // ac的签名参数t Otid interface{} // otid值 TxnId interface{} // 交易id CreatedAt *gtime.Time // 创建时间 UpdatedAt *gtime.Time // 更新时间 }
VcSignArgs1To1 is the golang structure of table vc_sign_args1to1 for DAO operations like Where/Data.
Click to show internal directories.
Click to hide internal directories.