Skip to content

Commit

Permalink
Documentation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Apr 5, 2024
1 parent 288282b commit bff34ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

import HTTPTypes

/// Configuration for a client connecting to a WebSocket
public struct WebSocketClientConfiguration: Sendable {
/// Max websocket frame size that can be sent/received
public var maxFrameSize: Int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
//
//===----------------------------------------------------------------------===//

/// Errors returned by ``WebSocketClient``
public struct WebSocketClientError: Swift.Error, Equatable {
private enum _Internal: Equatable {
case invalidURL
Expand Down

0 comments on commit bff34ca

Please sign in to comment.