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)
}
Click to show internal directories.
Click to hide internal directories.