Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
app
Package app is the root package of all domain related packages.
|
Package app is the root package of all domain related packages. |
|
app/asset
Package asset provides data structures to analyze and process asset data.
|
Package asset provides data structures to analyze and process asset data. |
|
app/characterservice
Package characterservice contains the EVE character service.
|
Package characterservice contains the EVE character service. |
|
app/corporationservice
Package corporationservice contains the corporation service.
|
Package corporationservice contains the corporation service. |
|
app/esistatusservice
Package esistatusservice contains the ESI status service.
|
Package esistatusservice contains the ESI status service. |
|
app/eveimageservice
Package eveimageservice contains the EVE image service.
|
Package eveimageservice contains the EVE image service. |
|
app/evenotification
Package evenotification contains the business logic for dealing with EVE Online notifications.
|
Package evenotification contains the business logic for dealing with EVE Online notifications. |
|
app/evenotification/notification2
Package notification2 defines types for parsing data of Eve notification types.
|
Package notification2 defines types for parsing data of Eve notification types. |
|
app/eveuniverseservice
Package eveuniverseservice contains EVE universe service.
|
Package eveuniverseservice contains EVE universe service. |
|
app/pcache
Package pcache implements a persistent cache.
|
Package pcache implements a persistent cache. |
|
app/settings
Package settings provides an API for reading and writing the app's settings.
|
Package settings provides an API for reading and writing the app's settings. |
|
app/statuscache
Package statuscache provides cached access to the current update status of entity sections.
|
Package statuscache provides cached access to the current update status of entity sections. |
|
app/storage
Package storage contains the logic for storing application data into a local SQLite database.
|
Package storage contains the logic for storing application data into a local SQLite database. |
|
app/testutil
Package testutil contains utilities for writing tests.
|
Package testutil contains utilities for writing tests. |
|
app/testutil/testdouble
Package testdouble provides test doubles of services.
|
Package testdouble provides test doubles of services. |
|
app/ui
Package ui provides globals for UI packages.
|
Package ui provides globals for UI packages. |
|
app/ui/assets
Package assets provides widgets for building asset UI elements.
|
Package assets provides widgets for building asset UI elements. |
|
app/ui/charactermanager
Package charactermanager provides a window for managing Characters.
|
Package charactermanager provides a window for managing Characters. |
|
app/ui/characters
Package characters provides widgets for building the character UI.
|
Package characters provides widgets for building the character UI. |
|
app/ui/clones
Package clones provides widgets for building clone related UIs.
|
Package clones provides widgets for building clone related UIs. |
|
app/ui/contracts
Package contracts provides widgets for building the contracts UI.
|
Package contracts provides widgets for building the contracts UI. |
|
app/ui/core
Package core provides the core components to construct the UI.
|
Package core provides the core components to construct the UI. |
|
app/ui/corporations
Package corporations provides the widgets for building the corporation UI.
|
Package corporations provides the widgets for building the corporation UI. |
|
app/ui/gamesearch
Package gamesearch provides widgets for building the game search UI.
|
Package gamesearch provides widgets for building the game search UI. |
|
app/ui/industry
Package industry provides widgets for building industry UIs.
|
Package industry provides widgets for building industry UIs. |
|
app/ui/infoviewer
Package infoviewer provides a window for displaying information about Eve objects.
|
Package infoviewer provides a window for displaying information about Eve objects. |
|
app/ui/settings
Package settings provides a window to view and configure user settings.
|
Package settings provides a window to view and configure user settings. |
|
app/ui/skills
Package skills provides widgets for building skill UIs.
|
Package skills provides widgets for building skill UIs. |
|
app/ui/updatestatus
Package updatestatus provides a window that shows the current update status.
|
Package updatestatus provides a window that shows the current update status. |
|
app/ui/wallets
Package wallets provides widgets for building wallet UIs.
|
Package wallets provides widgets for building wallet UIs. |
|
deleteapp
Package deleteapp contains the Fyne app for deleting the current users's data.
|
Package deleteapp contains the Fyne app for deleting the current users's data. |
|
evehtml
Package evehtml provides converters to deal with EVE Online HTML.
|
Package evehtml provides converters to deal with EVE Online HTML. |
|
eveicon
Package eveicon provides access to Eve online icons as Fyne resource.
|
Package eveicon provides access to Eve online icons as Fyne resource. |
|
evesde
Package evesde provides data from the EVE Online static data exchange.
|
Package evesde provides data from the EVE Online static data exchange. |
|
fynetools
Package fynetools contains tools for working with Fyne elements.
|
Package fynetools contains tools for working with Fyne elements. |
|
github
Package github contains features for accessing repos on Github.
|
Package github contains features for accessing repos on Github. |
|
humanize
Package humanize transforms values into more user friendly representations.
|
Package humanize transforms values into more user friendly representations. |
|
icons
Package icons contains all bundeled app icons.
|
Package icons contains all bundeled app icons. |
|
janiceservice
Package janiceservice provides a service for accessing the Janice API.
|
Package janiceservice provides a service for accessing the Janice API. |
|
memcache
Package memcache implements a simple in-memory cache.
|
Package memcache implements a simple in-memory cache. |
|
migrate
Package migrate provides a simple mechanism for dealing with migrations of a SQLite database.
|
Package migrate provides a simple mechanism for dealing with migrations of a SQLite database. |
|
optional
Package optional provides the generic type Optional, which represents an optional value.
|
Package optional provides the generic type Optional, which represents an optional value. |
|
remoteservice
Package remoteservice provides a service for communicating between instances remotely.
|
Package remoteservice provides a service for communicating between instances remotely. |
|
singleinstance
Package singleinstance provides a mechanism to ensure only one instance of a function runs at a time.
|
Package singleinstance provides a mechanism to ensure only one instance of a function runs at a time. |
|
stack
Package stack provides a simple Stack container.
|
Package stack provides a simple Stack container. |
|
syncqueue
Package syncqueue provides queues for concurrent use.
|
Package syncqueue provides queues for concurrent use. |
|
xassert
Package xassert extends the testify assert package with additional test helpers.
|
Package xassert extends the testify assert package with additional test helpers. |
|
xdesktop
Package xdesktop extends Fyne's desktop package.
|
Package xdesktop extends Fyne's desktop package. |
|
xgoesi
Package xgoesi contains extensions to the antihax/goesi library.
|
Package xgoesi contains extensions to the antihax/goesi library. |
|
xiter
Package xiter provides common iterator helper functions.
|
Package xiter provides common iterator helper functions. |
|
xlayout
Package xlayout extends Fyne's layout package.
|
Package xlayout extends Fyne's layout package. |
|
xmaps
Package xmaps provides an extension to the maps package.
|
Package xmaps provides an extension to the maps package. |
|
xsingleflight
Package xsingleflight provides extensions to Google's singleflight package.
|
Package xsingleflight provides extensions to Google's singleflight package. |
|
xslices
Package xslices contains helper functions for slices.
|
Package xslices contains helper functions for slices. |
|
xstrings
Package xstrings provides helpers for strings.
|
Package xstrings provides helpers for strings. |
|
xsync
Package xsync extends the standard sync package.
|
Package xsync extends the standard sync package. |
|
xwidget
Package xwidget extends the Fyne widget packages.
|
Package xwidget extends the Fyne widget packages. |
|
tools
|
|
|
dbperf
command
dbperf is for measuring the DB performance.
|
dbperf is for measuring the DB performance. |
|
fakechars
command
|
|
|
fakecorps
command
|
|
|
geneveicons
command
geneveicons generates a go source file containing a mapping for icon IDs to image files.
|
geneveicons generates a go source file containing a mapping for icon IDs to image files. |
|
gennotif
command
|
|
|
gennpccorps
command
gennpccorps generates a go source file containing additional information about NPC corporations.
|
gennpccorps generates a go source file containing additional information about NPC corporations. |
|
genratelimit
command
genratelimit generates ESI rate limit information for the xgoesi package.
|
genratelimit generates ESI rate limit information for the xgoesi package. |
|
genschematicids
command
genschematicids generates a go source file containing a mapping for schematic IDs to icon IDs.
|
genschematicids generates a go source file containing a mapping for schematic IDs to icon IDs. |
Click to show internal directories.
Click to hide internal directories.
