()
| 143 | } |
| 144 | |
| 145 | func (a *App) GetVersion() string { |
| 146 | return productVersionFromWailsJSON() |
| 147 | } |
| 148 | |
| 149 | func (a *App) subscriptionRequestMetadata() subscriptionRequestMetadata { |
| 150 | settings := config.DefaultConfig().Settings |
nothing calls this directly
no test coverage detected