Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
| . | |
| ├── cmd | |
| │ ├── cli | |
| │ └── web | |
| ├── internal | |
| │ ├── database | |
| │ ├── request | |
| │ ├── response | |
| │ ├── templatefuncs | |
| │ ├── validator |
When working with API clients there are several distinct areas of concern. Each of these happen in sequence and are used with the goal of receiving a Domain Model at the end.