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 73ece66 commit f187d83Copy full SHA for f187d83
.changeset/healthy-papayas-join.md
@@ -0,0 +1,5 @@
1
+---
2
+"github.com/livekit/protocol": patch
3
4
+
5
+Add AgentDispatchPrefix to guid
utils/guid/id.go
@@ -51,6 +51,7 @@ const (
51
URLResourcePrefix = "UR_"
52
AgentWorkerPrefix = "AW_"
53
AgentJobPrefix = "AJ_"
54
+ AgentDispatchPrefix = "AD_"
55
)
56
57
var guidGeneratorPool = sync.Pool{
utils/id.go
@@ -40,6 +40,7 @@ const (
40
URLResourcePrefix = guid.URLResourcePrefix
41
AgentWorkerPrefix = guid.AgentWorkerPrefix
42
AgentJobPrefix = guid.AgentJobPrefix
43
+ AgentDispatchPrefix = guid.AgentDispatchPrefix
44
45
46
func NewGuid(prefix string) string {
0 commit comments