Add Mux Server component ID(5017) language: Golang. (#11175)
This commit is contained in:
parent
33329f032b
commit
8de4d87422
|
|
@ -60,6 +60,7 @@
|
|||
* Apply MQE on APISIX, AWS_EKS, AWS_GATEWAY and AWS_S3 layer UI templates.
|
||||
* Fix BooleanMatch and BooleanNotEqualMatch doing Boolean comparison.
|
||||
* Support LogQL HTTP query APIs.
|
||||
* Add Mux Server component ID(5017) language: Golang.
|
||||
|
||||
#### UI
|
||||
|
||||
|
|
|
|||
|
|
@ -625,6 +625,9 @@ Echo:
|
|||
Lock:
|
||||
id: 5016
|
||||
language: Golang,Node.js,Python,java
|
||||
GoMuxServer:
|
||||
id: 5017
|
||||
language: Golang
|
||||
|
||||
# Lua components
|
||||
# [6000, 7000) for Lua agent
|
||||
|
|
|
|||
Loading…
Reference in New Issue