@@ -24,29 +24,29 @@ const (
2424)
2525
2626const (
27- RoomPrefix = guid .RoomPrefix
28- NodePrefix = guid .NodePrefix
29- ParticipantPrefix = guid .ParticipantPrefix
30- TrackPrefix = guid .TrackPrefix
31- APIKeyPrefix = guid .APIKeyPrefix
32- EgressPrefix = guid .EgressPrefix
33- IngressPrefix = guid .IngressPrefix
34- SIPTrunkPrefix = guid .SIPTrunkPrefix
35- SIPDispatchRulePrefix = guid .SIPDispatchRulePrefix
36- SIPCallPrefix = guid .SIPCallPrefix
37- SIPTransferPrefix = guid .SIPTransferPrefix
38- RPCPrefix = guid .RPCPrefix
39- WHIPResourcePrefix = guid .WHIPResourcePrefix
40- RTMPResourcePrefix = guid .RTMPResourcePrefix
41- URLResourcePrefix = guid .URLResourcePrefix
42- AgentWorkerPrefix = guid .AgentWorkerPrefix
43- AgentJobPrefix = guid .AgentJobPrefix
44- AgentDispatchPrefix = guid .AgentDispatchPrefix
45- HostedAgentPrefix = guid .HostedAgentPrefix
46- HostedAgentRegionPrefix = guid .HostedAgentRegionPrefix
47- HostedAgentVersionPrefix = guid .HostedAgentVersionPrefix
48- HostedAgentSecretPrefix = guid .HostedAgentSecretPrefix
49- HostedAgentWorkerPrefix = guid .HostedAgentWorkerPrefix
27+ RoomPrefix = guid .RoomPrefix
28+ NodePrefix = guid .NodePrefix
29+ ParticipantPrefix = guid .ParticipantPrefix
30+ TrackPrefix = guid .TrackPrefix
31+ APIKeyPrefix = guid .APIKeyPrefix
32+ EgressPrefix = guid .EgressPrefix
33+ IngressPrefix = guid .IngressPrefix
34+ SIPTrunkPrefix = guid .SIPTrunkPrefix
35+ SIPDispatchRulePrefix = guid .SIPDispatchRulePrefix
36+ SIPCallPrefix = guid .SIPCallPrefix
37+ SIPTransferPrefix = guid .SIPTransferPrefix
38+ RPCPrefix = guid .RPCPrefix
39+ WHIPResourcePrefix = guid .WHIPResourcePrefix
40+ RTMPResourcePrefix = guid .RTMPResourcePrefix
41+ URLResourcePrefix = guid .URLResourcePrefix
42+ AgentWorkerPrefix = guid .AgentWorkerPrefix
43+ AgentJobPrefix = guid .AgentJobPrefix
44+ AgentDispatchPrefix = guid .AgentDispatchPrefix
45+ CloudAgentPrefix = guid .CloudAgentPrefix
46+ CloudAgentRegionPrefix = guid .CloudAgentRegionPrefix
47+ CloudAgentVersionPrefix = guid .CloudAgentVersionPrefix
48+ CloudAgentSecretPrefix = guid .CloudAgentSecretPrefix
49+ CloudAgentWorkerPrefix = guid .CloudAgentWorkerPrefix
5050)
5151
5252func NewGuid (prefix string ) string {
0 commit comments