Documentation
¶
Index ¶
- type BLUSETTINGS
- func (m *BLUSETTINGS) GetBool(key string, def bool) bool
- func (m *BLUSETTINGS) GetInt(key string, def int) int
- func (m *BLUSETTINGS) GetString(key string, def string) string
- func (m *BLUSETTINGS) GetStringSlice(key string, def []string) []string
- func (m *BLUSETTINGS) Save() error
- func (m *BLUSETTINGS) SetBool(key string, value bool)
- func (m *BLUSETTINGS) SetInt(key string, value int)
- func (m *BLUSETTINGS) SetString(key, value string)
- func (m *BLUSETTINGS) SetStringSlice(key string, value []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BLUSETTINGS ¶
type BLUSETTINGS struct {
// contains filtered or unexported fields
}
func (*BLUSETTINGS) GetStringSlice ¶
func (m *BLUSETTINGS) GetStringSlice(key string, def []string) []string
func (*BLUSETTINGS) Save ¶
func (m *BLUSETTINGS) Save() error
func (*BLUSETTINGS) SetBool ¶
func (m *BLUSETTINGS) SetBool(key string, value bool)
func (*BLUSETTINGS) SetInt ¶
func (m *BLUSETTINGS) SetInt(key string, value int)
func (*BLUSETTINGS) SetString ¶
func (m *BLUSETTINGS) SetString(key, value string)
func (*BLUSETTINGS) SetStringSlice ¶
func (m *BLUSETTINGS) SetStringSlice(key string, value []string)
Click to show internal directories.
Click to hide internal directories.