Skip to content

Commit 77831cb

Browse files
committed
Fixed formatting
1 parent 6d52807 commit 77831cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

events/iot.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ type IotTlsContext struct {
2626

2727
// IoTCustomAuthorizerResponse represents the expected format of an IoT device gateway authorization response.
2828
type IoTCustomAuthorizerResponse struct {
29-
IsAuthenticated bool `json:"isAuthenticated"`
30-
PrincipalID string `json:"principalId"`
31-
DisconnectAfterInSeconds int32 `json:"disconnectAfterInSeconds"`
32-
RefreshAfterInSeconds int32 `json:"refreshAfterInSeconds"`
33-
PolicyDocuments []string `json:"policyDocuments"`
29+
IsAuthenticated bool `json:"isAuthenticated"`
30+
PrincipalID string `json:"principalId"`
31+
DisconnectAfterInSeconds int32 `json:"disconnectAfterInSeconds"`
32+
RefreshAfterInSeconds int32 `json:"refreshAfterInSeconds"`
33+
PolicyDocuments []string `json:"policyDocuments"`
3434
}

0 commit comments

Comments
 (0)