gear_storage

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IGearStorage

type IGearStorage interface {
	DecodeStorage(decodeData any, storkey string) error
	GetStorageKeys() ([]string, error)
	AddAccountIdToStorageParams(accountId string) error
	GetStorageKey() (string, error)
	DecodeStorageDataArray() ([]map[string]any, error)
	DecodeStorageDataMap(storkey string) (map[string]any, error)
	DecodeStorageDataAny(storkey string, v any) error
	GetProgramsId() ([]string, error)
	GetPrograms() ([]*models.Program, error)
	GetVoucherStorageKeys() ([]string, error)
	GetActiveProgramByCodeId(codeId string) (*models.Program, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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