Documentation
¶
Index ¶
- Constants
- type Airdrop
- type AirdropsQ
- func (q *AirdropsQ) Delete(id string) error
- func (q *AirdropsQ) FilterByNullifier(nullifier string) *AirdropsQ
- func (q *AirdropsQ) FilterByStatus(status string) *AirdropsQ
- func (q *AirdropsQ) Get() (*Airdrop, error)
- func (q *AirdropsQ) Insert(p Airdrop) (*Airdrop, error)
- func (q *AirdropsQ) Limit(limit uint64) *AirdropsQ
- func (q *AirdropsQ) New() *AirdropsQ
- func (q *AirdropsQ) Select() ([]Airdrop, error)
- func (q *AirdropsQ) Transaction(fn func() error) error
- func (q *AirdropsQ) Update(id string, values map[string]any) error
Constants ¶
View Source
const ( TxStatusPending = "pending" TxStatusCompleted = "completed" TxStatusFailed = "failed" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AirdropsQ ¶ added in v0.2.0
type AirdropsQ struct {
// contains filtered or unexported fields
}
func NewAirdropsQ ¶ added in v0.2.0
func (*AirdropsQ) FilterByNullifier ¶ added in v0.2.0
func (*AirdropsQ) FilterByStatus ¶ added in v0.2.0
func (*AirdropsQ) Transaction ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.