Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GuilhermeCaruso/anko
/ types & classes
Types & classes
5 in github.com/GuilhermeCaruso/anko
⨍
Functions
27
◇
Types & classes
5
Struct
Application
Application is responsible to mapping the datails of the root application.
internal/configuration/configuration.go:26
Struct
Configuration
Configuration is the main structure of the anko project. All the information contained in anko.yaml is converted using the Configuration structure.
internal/configuration/configuration.go:20
Struct
Language
Language is a structure responsible for the control language information such as Name, CommandPath, process expression and other details used for the
internal/watcher/language.go:11
Struct
Watch
Watch contains all files and extensions to be observed during the application cycle.
internal/configuration/configuration.go:36
Struct
Watcher
Watcher as well as Configuration File is the central configuration of the project, used to control the entire anko flow.
internal/watcher/configuration.go:5