Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
golada
Package main hosts the starting point of the pain-golada application and overall simply initializes the cobra framework.
|
Package main hosts the starting point of the pain-golada application and overall simply initializes the cobra framework. |
internal
|
|
golada/builder
Package builder hosts the builder interfaces and implementation which are responsible of creating the go source classes that implement the pina-golada interfaces.
|
Package builder hosts the builder interfaces and implementation which are responsible of creating the go source classes that implement the pina-golada interfaces. |
golada/cmd
Package cmd hosts the different cobra commands pina-golada offers.
|
Package cmd hosts the different cobra commands pina-golada offers. |
golada/logger
Package logger hosts the small logger wrapper internally used by pina-golada to encapsulate the verbose logic to one instance.
|
Package logger hosts the small logger wrapper internally used by pina-golada to encapsulate the verbose logic to one instance. |
pkg
|
|
annotation
Package annotation hosts the general annotation framework used by pina-golada.
|
Package annotation hosts the general annotation framework used by pina-golada. |
compressor
Package compressor hosts the compressor logic used by pina-golada to compress the assets into binary form.
|
Package compressor hosts the compressor logic used by pina-golada to compress the assets into binary form. |
files
Package files hosts the interfaces that pina-golada uses to represent a virtual file system to de-couple the application from the host file system after an initial read.
|
Package files hosts the interfaces that pina-golada uses to represent a virtual file system to de-couple the application from the host file system after an initial read. |
files/paths
Package paths hosts the interface used by pina-golada to parse and concat relative and absolute file paths.
|
Package paths hosts the interface used by pina-golada to parse and concat relative and absolute file paths. |
generator
Package generator hosts the generator interfaces, which are the base for building go source files from runtime.
|
Package generator hosts the generator interfaces, which are the base for building go source files from runtime. |
inspector
Package inspector hosts the interfaces which analyses existing go source files and fetches interface commands and variable setup.
|
Package inspector hosts the interfaces which analyses existing go source files and fetches interface commands and variable setup. |
Click to show internal directories.
Click to hide internal directories.