Build and initialize all Echo Instances. Upon returning, the Instance pointers are assigned and all Instances are ready to communicate with each other.
()
| 69 | // Build and initialize all Echo Instances. Upon returning, the Instance pointers |
| 70 | // are assigned and all Instances are ready to communicate with each other. |
| 71 | Build() (echo.Instances, error) |
| 72 | BuildOrFail(t test.Failer) echo.Instances |
| 73 | } |
| 74 |
no outgoing calls