SYMBOL INDEX (20 symbols across 12 files) FILE: labs/building-an-image/app.py function hello_world (line 6) | def hello_world(): FILE: labs/docker-compose/bottle/app.py function index (line 5) | def index(): function hello (line 9) | def hello(name): FILE: labs/multi-stage-build/hello.go function main (line 5) | func main() { FILE: trainer/examples/basic-compose/app.py function hello_world (line 6) | def hello_world(): FILE: trainer/examples/building-flask-on-different-os/app.py function hello_world (line 6) | def hello_world(): FILE: trainer/examples/multi-stage-golang/hello.go function main (line 5) | func main() { FILE: trainer/examples/multistage-java/src/main/java/example/micronaut/Application.java class Application (line 5) | public class Application { method main (line 7) | public static void main(String[] args) { FILE: trainer/examples/multistage-java/src/main/java/example/micronaut/HelloController.java class HelloController (line 8) | @Controller("/hello") method index (line 10) | @Get("/{name}") method combineName (line 17) | public String combineName( String name) { FILE: trainer/examples/multistage-java/src/main/java/example/micronaut/ReadyController.java class ReadyController (line 8) | @Controller("/status") method index (line 10) | @Get("/") FILE: trainer/examples/multistage-java/src/main/java/example/micronaut/RootController.java class RootController (line 8) | @Controller("/") method index (line 10) | @Get("/") FILE: trainer/examples/multistage-java/src/test/java/example/micronaut/HelloControllerTest.java class HelloControllerTest (line 14) | @MicronautTest method testHello (line 22) | @Test method testCombineName (line 30) | @Test FILE: trainer/examples/volume-python/main.py function get_system_info (line 4) | def get_system_info():