Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VcCrtStorage ¶
type VcCrtStorage struct { Id uint64 `json:"id" description:""` KeyId string `json:"keyId" description:"证书id标识"` KeyPath string `json:"keyPath" description:"私钥路径"` CrtPath string `json:"crtPath" description:"证书路径"` CreatedAt *gtime.Time `json:"createdAt" description:"创建时间"` UpdatedAt *gtime.Time `json:"updatedAt" description:"更新时间"` }
VcCrtStorage is the golang structure for table vc_crt_storage.
type VcSignArgs1To1 ¶
type VcSignArgs1To1 struct { Id uint64 `json:"id" description:""` Sotid string `json:"sotid" description:"otid的签名参数s"` Totid string `json:"totid" description:"otid的签名参数t"` Sac string `json:"sac" description:"ac的签名参数s"` Tac string `json:"tac" description:"ac的签名参数t"` Otid string `json:"otid" description:"otid值"` TxnId string `json:"txnId" description:"交易id"` CreatedAt *gtime.Time `json:"createdAt" description:"创建时间"` UpdatedAt *gtime.Time `json:"updatedAt" description:"更新时间"` }
VcSignArgs1To1 is the golang structure for table vc_sign_args1to1.
Click to show internal directories.
Click to hide internal directories.