pgjson

package
v0.0.0-...-9b03c8c Latest Latest
Warning

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

Go to latest
Published: May 30, 2020 License: MIT Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

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