zitadel-oidc/example/client
Thomas Hipp e6e3835362
chore: replace interface{} with any (#448)
This PR replaces all occurances of interface{} with any to be consistent and improve readability.

* example: Replace `interface{}` with `any`

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>

* pkg/client: Replace `interface{}` with `any`

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>

* pkg/crypto: Replace `interface{}` with `any`

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>

* pkg/http: Replace `interface{}` with `any`

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>

* pkg/oidc: Replace `interface{}` with `any`

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>

* pkg/op: Replace `interface{}` with `any`

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>

---------

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
2023-10-12 12:41:04 +03:00
..
api refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
app Merge branch 'next' into main-next 2023-03-15 16:26:32 +02:00
device implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
github refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
service chore: replace interface{} with any (#448) 2023-10-12 12:41:04 +03:00