Skip to content

Commit 7fc351a

Browse files
committed
change(handler): update license to 2023 and fix mockgen
1 parent e0bd8f6 commit 7fc351a

File tree

5 files changed

+18
-19
lines changed

5 files changed

+18
-19
lines changed

generate-mocks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ mockgen -package internal -destination internal/access_request.go github.com/ory
2828
mockgen -package internal -destination internal/access_response.go github.com/ory/fosite AccessResponder
2929
mockgen -package internal -destination internal/authorize_request.go github.com/ory/fosite AuthorizeRequester
3030
mockgen -package internal -destination internal/authorize_response.go github.com/ory/fosite AuthorizeResponder
31+
mockgen -package internal -destination internal/oauth2_token_exchange_storage.go github.com/ory/fosite/handler/rfc8693 RFC8693Storage
3132

3233
goimports -w internal/

handler/rfc8693/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Ory Corp
1+
// Copyright © 2023 Ory Corp
22
// SPDX-License-Identifier: Apache-2.0
33

44
package rfc8693

handler/rfc8693/handler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Ory Corp
1+
// Copyright © 2023 Ory Corp
22
// SPDX-License-Identifier: Apache-2.0
33

44
package rfc8693

handler/rfc8693/storage.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
// Copyright © 2022 Ory Corp
1+
// Copyright © 2023 Ory Corp
22
// SPDX-License-Identifier: Apache-2.0
33

44
package rfc8693
55

6-
//go:generate mockgen -source=storage.go -destination=../../internal/oauth2_token_exchange_storage.go -package=internal
7-
86
import (
97
"context"
108

internal/oauth2_token_exchange_storage.go

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)