Update dependencies and remove old matterclient lib

This commit is contained in:
Wim
2023-08-05 20:31:35 +02:00
parent 89b0d362d2
commit f5322834d1
772 changed files with 139315 additions and 121315 deletions

View File

@@ -100,8 +100,8 @@ type (
// Set saves data in the context.
Set(key string, val interface{})
// Bind binds the request body into provided type `i`. The default binder
// does it based on Content-Type header.
// Bind binds path params, query params and the request body into provided type `i`. The default binder
// binds body based on Content-Type header.
Bind(i interface{}) error
// Validate validates provided `i`. It is usually called after `Context#Bind()`.