entity

package
v0.0.0-...-da44765 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2023 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL