MCPcopy Create free account

hub / github.com/GuilhermeCaruso/anko / functions

Functions27 in github.com/GuilhermeCaruso/anko

↓ 8 callersFunctionError
Error is called to format the error message in the application
internal/banner/banner.go:26
↓ 7 callersFunctionInit
Init is the basic configuration function, responsible to read and defining the configuration
internal/configuration/configuration.go:67
↓ 5 callersFunctionPrintWithColor
PrintWithColor is responsible for fomatting the message
internal/banner/print.go:9
↓ 3 callersFunctionAfter
(extension string)
internal/configuration/configuration_test.go:40
↓ 3 callersMethodInitApp
InitApp is responsible for initializing the configured application using anko.yaml to configure the primary language and processes.
internal/watcher/app.go:16
↓ 2 callersFunctionBefore
(extension string)
internal/configuration/configuration_test.go:10
↓ 2 callersFunctionGet
Get is the getter of the configurationFile
internal/configuration/configuration.go:75
↓ 1 callersMethodAppController
AppController is the main channel used for control anko actions like reset, start and other future options
internal/watcher/app.go:107
↓ 1 callersFunctionGetLanguage
GetLanguage is a simple selector using supportedLanguages
internal/watcher/language.go:31
↓ 1 callersFunctionIntro
Intro prints the initial message from the application
internal/banner/banner.go:6
↓ 1 callersFunctionListening
Listening prints message after application is listening for changes
internal/banner/banner.go:16
↓ 1 callersFunctionNew
New is a simple Watcher initializer
internal/watcher/configuration.go:28
↓ 1 callersFunctionRestarting
Restarting is called when application requires changes
internal/banner/banner.go:21
↓ 1 callersFunctionSettingUp
SettingUp prints the setting up message from the application
internal/banner/banner.go:11
↓ 1 callersMethodWatchForChange
WatchForChange is a simple fsnotify wrapper used to watch all root patch events.
internal/watcher/watcher.go:16
↓ 1 callersFunctionWrongBefore
(extension string)
internal/configuration/configuration_test.go:27
↓ 1 callersFunctionbuildMsgError
(name string)
internal/watcher/language.go:51
↓ 1 callersFunctiongetFileNameIfExists
()
internal/configuration/configuration.go:79
↓ 1 callersFunctionnormalizeExtensionWithDot
(extensions []string)
internal/watcher/watcher.go:59
↓ 1 callersFunctionreadFile
()
internal/configuration/configuration.go:43
↓ 1 callersMethodresetApp
()
internal/watcher/app.go:65
FunctionTestConfigurationFileYaml
(t *testing.T)
internal/configuration/configuration_test.go:115
FunctionTestConfigurationFileYml
(t *testing.T)
internal/configuration/configuration_test.go:45
FunctionTestNotFoundConfigurationFileYaml
(t *testing.T)
internal/configuration/configuration_test.go:87
FunctionfileListener
(path string, fi os.FileInfo, err error)
internal/watcher/watcher.go:52
Functionmain
()
anko.go:17
Functionmain
()
example/golang/main.go:9