Documentation ¶ Index ¶ type Interface type Rescue func NewRescue(c RescueConfig) *Rescue func (r *Rescue) UvxMint(use objectid.ID) error type RescueConfig Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Interface ¶ type Interface interface { // UvxMint emits an event that intends to trigger the minting of UVX tokens // for the given user ID. // // inp[0] the user ID to mint UVX tokens for // UvxMint(objectid.ID) error } type Rescue ¶ type Rescue struct { // contains filtered or unexported fields } func NewRescue ¶ func NewRescue(c RescueConfig) *Rescue func (*Rescue) UvxMint ¶ func (r *Rescue) UvxMint(use objectid.ID) error type RescueConfig ¶ type RescueConfig struct { Log logger.Interface Res rescue.Interface } Source Files ¶ View all Source files interface.go rescue.go rescue_uvx_mint.go Click to show internal directories. Click to hide internal directories.