Documentation
¶
Index ¶
- func ClipboardService() application.Service
- func ConfigService() application.Service
- func DialogsService(app *application.App) application.Service
- func ExamplesService() application.Service
- func Json2GoService(app *application.App) application.Service
- func VersionService() application.Service
- type Clipboard
- type Config
- func (c *Config) GetAllCapsWords() []string
- func (c *Config) GetFontSize() float64
- func (c *Config) GetLocale() string
- func (c *Config) GetOptionsGenerateInRealTime() bool
- func (c *Config) GetOptionsValidJSONBeforeGeneration() bool
- func (c *Config) SetAllCapsWords(words []string)
- func (c *Config) SetFontSize(size float64)
- func (c *Config) SetLocale(locale string)
- func (c *Config) SetOptionsGenerateInRealTime(b bool)
- func (c *Config) SetOptionsValidJSONBeforeGeneration(valid bool)
- type Dialogs
- type Examples
- type JSON2Go
- type UpdateInfo
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClipboardService ¶
func ClipboardService() application.Service
func ConfigService ¶
func ConfigService() application.Service
func DialogsService ¶
func DialogsService(app *application.App) application.Service
func ExamplesService ¶
func ExamplesService() application.Service
func Json2GoService ¶
func Json2GoService(app *application.App) application.Service
func VersionService ¶
func VersionService() application.Service
Types ¶
type Config ¶
type Config struct{}
func (*Config) GetAllCapsWords ¶
func (*Config) GetFontSize ¶
func (*Config) GetOptionsGenerateInRealTime ¶
func (*Config) GetOptionsValidJSONBeforeGeneration ¶
func (*Config) SetAllCapsWords ¶
func (*Config) SetFontSize ¶
func (*Config) SetOptionsGenerateInRealTime ¶
func (*Config) SetOptionsValidJSONBeforeGeneration ¶
type Dialogs ¶
type Dialogs struct {
// contains filtered or unexported fields
}
func (*Dialogs) Dialog ¶
func (dialogs *Dialogs) Dialog() *application.DialogManager
func (*Dialogs) OpenJSONFile ¶
func (*Dialogs) SaveGoSourceFile ¶
type UpdateInfo ¶
type Version ¶
type Version struct{}
func (*Version) CheckForUpdate ¶
func (v *Version) CheckForUpdate() UpdateInfo
func (*Version) GetLatestVersion ¶
func (*Version) GetVersion ¶
Click to show internal directories.
Click to hide internal directories.