Skip to content

Commit e1835ef

Browse files
committed
Adding the agent gateway prefix. A node ID is required when creating a quota client, add the prefix here
1 parent e46b3f5 commit e1835ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/guid/id.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const (
5959
CloudAgentVersionPrefix = "CAV_"
6060
CloudAgentSecretPrefix = "CAS_"
6161
CloudAgentWorkerPrefix = "CAW_"
62+
AgentGatewayPrefix = "GW_"
6263
)
6364

6465
var guidGeneratorPool = sync.Pool{

0 commit comments

Comments
 (0)