Documentation ¶
Index ¶
- func Load[T any](path string, dest *T) (err error)
- func LogError(cause string, err error)
- func Save[T any](path string, src *T) (err error)
- func SaveDataKeys(path string, dk *DataKeys) (err error)
- func SaveGameKey(path string, gk *GameKey) (err error)
- func SaveGameKeys(path string, gks GameKeys) error
- type DataKeys
- type DataView
- type GameKey
- type GameKeys
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaveDataKeys ¶
func SaveGameKey ¶
func SaveGameKeys ¶
Types ¶
type DataKeys ¶
type DataKeys struct { Driver string Path string User string Password string Host string Port string Database string DB sqlx.DB }
func LoadDataKeys ¶
func NewDataKeys ¶
Click to show internal directories.
Click to hide internal directories.