gear_storage

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2025 License: GPL-3.0 Imports: 0 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)
	BuildParams(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)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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