Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConstructQuery ¶
func NewCreateDepositoryCmd ¶
Types ¶
type Depository ¶
type Depository struct { Index string `json:"index" pg:"index"` KID string `json:"kid" pg:"kid,pk"` Platform string `json:"platform" pg:"platform"` Operator string `json:"operator" pg:"operator"` Owner string `json:"owner" pg:"owner"` BlockNumber uint64 `json:"blockNumber" pg:"blockNumber"` // Content related Name string `json:"name" pg:"name"` ContentName string `json:"contentName" pg:"contentName"` ContentID string `json:"contentID" pg:"contentID"` ContentType string `json:"contentType" pg:"contentType"` TrustedTimestamp string `json:"trustedTimestamp" pg:"trustedTimestamp"` }
func (Depository) GetByHeader ¶
func (d Depository) GetByHeader(s string) string
Click to show internal directories.
Click to hide internal directories.