Skip to content

Commit f3eddf5

Browse files
authored
Update vpclattice.go per linter
1 parent 85a847f commit f3eddf5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

events/vpclattice.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ type VPCLatticeRequestV2 struct {
1717
Method string `json:"method"`
1818
Headers map[string][]string `json:"headers"`
1919
Body string `json:"body"`
20-
RequestContext VpcLatticeRequestContext `json:"requestContext"`
20+
RequestContext VPCLatticeRequestContext `json:"requestContext"`
2121
IsBase64Encoded bool `json:"isBase64Encoded,omitempty"`
2222
}
2323

24-
// VpcLatticeRequestContext contains metadata about the incoming request
25-
type VpcLatticeRequestContext struct {
24+
// VPCLatticeRequestContext contains metadata about the incoming request
25+
type VPCLatticeRequestContext struct {
2626
ServiceNetworkARN string `json:"serviceNetworkArn"`
2727
ServiceARN string `json:"serviceArn"`
2828
TargetGroupARN string `json:"targetGroupArn"`
29-
Identity *VpcLatticeRequestIdentity `json:"identity,omitempty"`
29+
Identity *VPCLatticeRequestIdentity `json:"identity,omitempty"`
3030
Region string `json:"region"`
3131
TimeEpoch string `json:"timeEpoch"`
3232
}
3333

3434
// VpcLatticeRequestIdentity contains information about the caller
35-
type VpcLatticeRequestIdentity struct {
36-
SourceVpcARN string `json:"sourceVpcArn"`
35+
type VPCLatticeRequestIdentity struct {
36+
SourceVPCARN string `json:"sourceVpcArn"`
3737
Type string `json:"type"`
3838
Principal string `json:"principal"`
3939
SessionName string `json:"sessionName"`

0 commit comments

Comments
 (0)