We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062c8bb commit d6da295Copy full SHA for d6da295
CHANGELOG.md
@@ -7,6 +7,7 @@
7
* Added methods `Done` and `Err` to `Conn`
8
* `Done` returns a channel that's closed when `Conn` has closed.
9
* `Err` explains why `Conn` was closed.
10
+* encoding.Symbol was exposed as a public type `Symbol`.
11
12
## 1.2.0 (2024-09-30)
13
message.go
@@ -510,3 +510,6 @@ type Annotations = encoding.Annotations
510
511
// UUID is a 128 bit identifier as defined in RFC 4122.
512
type UUID = encoding.UUID
513
+
514
+// Symbol is an AMQP symbolic string.
515
+type Symbol = encoding.Symbol
0 commit comments