Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kwynto/agonist
/ functions
Functions
25 in github.com/Kwynto/agonist
⨍
Functions
25
◇
Types & classes
3
↓ 6 callers
Method
outSettLog
The outSettLog() function displays an informational message on a new line in the window interface in the program settings section.
cmd/desktop/helpers.go:37
↓ 1 callers
Function
Run
Program start point
cmd/desktop/agonist.go:7
↓ 1 callers
Method
aboutBtn
Handler click on the button agonistApp.winElem.aboutBtn in the program menu to switch the section
cmd/desktop/handlers.go:55
↓ 1 callers
Method
alphabetBtn
Handler click on the button agonistApp.winElem.alphabetBtn in the program menu to switch the section
cmd/desktop/handlers.go:22
↓ 1 callers
Method
createApplication
Creating the main window elements of the application
cmd/desktop/workspace.go:28
↓ 1 callers
Method
createCardAbout
Creating a section for displaying information about the program
cmd/desktop/cards.go:94
↓ 1 callers
Method
createCardAlphabet
Creating an Alphabetical Order Test Section
cmd/desktop/cards.go:37
↓ 1 callers
Method
createCardGenSite
Create a website generation section
cmd/desktop/cards.go:75
↓ 1 callers
Method
createCardOutdate
Create a test section for legacy repositories
cmd/desktop/cards.go:56
↓ 1 callers
Method
createCardSettings
Creating a program settings section
cmd/desktop/cards.go:9
↓ 1 callers
Method
createElements
Creation of application sections and their elements.
cmd/desktop/workspace.go:10
↓ 1 callers
Method
createMenuButtons
Creating a program menu
cmd/desktop/menu.go:10
↓ 1 callers
Method
genSiteBtn
Handler click on the agonistApp.winElem.genSiteBtn button in the program menu to switch the section
cmd/desktop/handlers.go:44
↓ 1 callers
Method
generateSite
Web site generation startup handler
cmd/desktop/handlers.go:128
↓ 1 callers
Method
homeBtn
Handler click on the agonistApp.winElem.homeBtn button in the program menu to switch the section
cmd/desktop/handlers.go:11
↓ 1 callers
Method
loadSettings
The loadSettings() function loads the saved settings from a file.
cmd/desktop/helpers.go:11
↓ 1 callers
Method
outAlphaResult
The outAlphaResult() function prints an informational message on a new line in the window interface in the alphabetical order testing section.
cmd/desktop/helpers.go:43
↓ 1 callers
Method
outGenSiteLog
The outGenSiteLog() function displays an informational message on a new line in the window interface in the site generation section
cmd/desktop/helpers.go:55
↓ 1 callers
Method
outOutdateResult
The outOutdateResult() function outputs an informational message to a new line in the window interface in the outdated repositories testing section
cmd/desktop/helpers.go:49
↓ 1 callers
Method
outdateBtn
Handler click on the agonistApp.winElem.outdateBtn button in the program menu to switch the section
cmd/desktop/handlers.go:33
↓ 1 callers
Method
saveSettings
Handler click on the agonistApp.winElem.settSave button in the program settings section to save settings and preload data.
cmd/desktop/handlers.go:66
↓ 1 callers
Method
testAlpha
Alphabetical Test Trigger Handler
cmd/desktop/handlers.go:114
↓ 1 callers
Method
testOutdate
Run handler for testing obsolete repositories
cmd/desktop/handlers.go:121
↓ 1 callers
Function
unZipReadMe
The UnZipReadMe() function decompresses the main.zip file and extracts the README.md file from it. File paths are written statically in function const
cmd/desktop/helpers.go:61
Function
main
The program is launched from main.go due to the peculiarities of "Fyne" and some peculiarities of the implementation of this program. Running through
main.go:11