Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔥 Feature: Add Req and Res API #2894

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

🔥 feat: add Req and Res interfaces

85f5e09
Select commit
Loading
Failed to load commit list.
Open

🔥 Feature: Add Req and Res API #2894

🔥 feat: add Req and Res interfaces
85f5e09
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 21, 2024 in 1s

1.88% of diff hit (target 82.76%)

View this Pull Request on Codecov

1.88% of diff hit (target 82.76%)

Annotations

Check warning on line 1471 in ctx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ctx.go#L1470-L1471

Added lines #L1470 - L1471 were not covered by tests

Check warning on line 1477 in ctx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ctx.go#L1476-L1477

Added lines #L1476 - L1477 were not covered by tests

Check warning on line 9 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L8-L9

Added lines #L8 - L9 were not covered by tests

Check warning on line 13 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L12-L13

Added lines #L12 - L13 were not covered by tests

Check warning on line 17 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L16-L17

Added lines #L16 - L17 were not covered by tests

Check warning on line 21 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 25 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L24-L25

Added lines #L24 - L25 were not covered by tests

Check warning on line 29 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L28-L29

Added lines #L28 - L29 were not covered by tests

Check warning on line 33 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L32-L33

Added lines #L32 - L33 were not covered by tests

Check warning on line 37 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 41 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 45 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 49 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 53 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 57 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L56-L57

Added lines #L56 - L57 were not covered by tests

Check warning on line 61 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 65 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 69 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 73 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L72-L73

Added lines #L72 - L73 were not covered by tests

Check warning on line 77 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 81 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 85 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L84-L85

Added lines #L84 - L85 were not covered by tests

Check warning on line 89 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L88-L89

Added lines #L88 - L89 were not covered by tests

Check warning on line 93 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L92-L93

Added lines #L92 - L93 were not covered by tests

Check warning on line 97 in req.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

req.go#L96-L97

Added lines #L96 - L97 were not covered by tests