Skip to content

Commit 29ae761

Browse files
committed
update visibility from package to internal
1 parent f28c4c3 commit 29ae761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/AWSLambdaRuntime/LambdaRuntimeClient+ChannelHandler.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ import NIOCore
1717
import NIOHTTP1
1818
import NIOPosix
1919

20-
protocol LambdaChannelHandlerDelegate {
20+
internal protocol LambdaChannelHandlerDelegate {
2121
func connectionWillClose(channel: any Channel)
2222
func connectionErrorHappened(_ error: any Error, channel: any Channel)
2323
}
2424

25-
final class LambdaChannelHandler<Delegate: LambdaChannelHandlerDelegate> {
25+
internal final class LambdaChannelHandler<Delegate: LambdaChannelHandlerDelegate> {
2626
let nextInvocationPath = Consts.invocationURLPrefix + Consts.getNextInvocationURLSuffix
2727

2828
enum State {

0 commit comments

Comments
 (0)