gear_events

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2026 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GearEvent

type GearEvent struct {
	// contains filtered or unexported fields
}

func (*GearEvent) GetEvents

func (ev *GearEvent) GetEvents(hex string) ([]*models.Event, error)

GetEvents is

func (*GearEvent) Handle

func (ev *GearEvent) Handle(events []*models.Event) error

type IEvent

type IEvent interface {
	GetEvents(hex string) ([]*models.Event, error)
	Handle(events []*models.Event) error
}

func NewGearEvents

func NewGearEvents(metadataStruct *types.MetadataStruct) IEvent

Jump to

Keyboard shortcuts

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