feat: add fast reflection methods for Capability and Resource

This commit is contained in:
Prad Nukala
2024-11-26 13:23:44 -05:00
parent 7a8707e5d0
commit 4a8a15e4d6
14 changed files with 3010 additions and 483 deletions
+3
View File
@@ -0,0 +1,3 @@
# Echo Framework
The Echo Framework is a web framework for building RESTful APIs in Go. It provides a simple and intuitive way to define routes, handle requests, and return responses. It uses `net/http` underneath to provide minimal external dependencies.