Documentation ¶
Index ¶
- func GetAddress(addr string) *model.Address
- func GetClaim(addr string) *model.Claim
- func GetClaimTag(tagID uint64, claimID string) *model.ClaimTag
- func GetInput(txHash string, isCoinBase bool, prevHash string, prevN uint) *model.Input
- func GetOutput(txHash string, vout uint) *model.Output
- func GetSupport(txHash string, vout uint) *model.Support
- func GetTag(tag string) *model.Tag
- func GetTxAddress(txID uint64, addrID uint64) *model.TransactionAddress
- func PutAddress(address *model.Address) error
- func PutClaim(claim *model.Claim) error
- func PutClaimTag(claimTag *model.ClaimTag) error
- func PutInput(input *model.Input) error
- func PutOutput(output *model.Output, columns boil.Columns) error
- func PutSupport(support *model.Support) error
- func PutTag(tag *model.Tag) error
- func PutTxAddress(txAddress *model.TransactionAddress) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAddress ¶
GetAddress makes creating,retrieving,updating the model type simplified.
func GetClaimTag ¶ added in v1.8.0
GetClaimTag makes creating,retrieving,updating the model type simplified.
func GetSupport ¶
GetSupport makes creating,retrieving,updating the model type simplified.
func GetTxAddress ¶
func GetTxAddress(txID uint64, addrID uint64) *model.TransactionAddress
GetTxAddress makes creating,retrieving,updating the model type simplified.
func PutAddress ¶
PutAddress makes creating,retrieving,updating the model type simplified.
func PutClaimTag ¶ added in v1.8.0
PutClaimTag makes creating,retrieving,updating the model type simplified.
func PutSupport ¶
PutSupport makes creating,retrieving,updating the model type simplified.
func PutTxAddress ¶
func PutTxAddress(txAddress *model.TransactionAddress) error
PutTxAddress makes creating,retrieving,updating the model type simplified.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.