Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BankList ¶
type BankList struct { LiveBanks []LiveBanks `json:"LiveBanks"` Favorites []interface{} `json:"Favorites"` }
BankList : json struct
type LiveBanks ¶
type LiveBanks struct { BankFolder string `json:"bank_folder"` BankName string `json:"bank_name"` DisplayOrder int `json:"display_order"` IsFactory bool `json:"is_factory"` }
LiveBanks : json struct
type LivePresets ¶
type LivePresets struct { DisplayOrder int `json:"display_order"` IsFavorite bool `json:"is_favorite"` PresetName string `json:"preset_name"` PresetUUID string `json:"preset_uuid"` }
LivePresets : json struct
type Preset ¶
type Preset struct {
LivePresets []LivePresets `json:"LivePresets"`
}
Preset : json struct
Click to show internal directories.
Click to hide internal directories.