grafana/pkg/services/live/pipeline/tree
2021-11-01 20:02:03 +03:00
..
bytesconv.go Live: declarative processing pipeline, input -> frames -> output, toggle protected POC (#37644) 2021-09-09 19:19:29 +03:00
LICENSE Live: declarative processing pipeline, input -> frames -> output, toggle protected POC (#37644) 2021-09-09 19:19:29 +03:00
params.go Live: declarative processing pipeline, input -> frames -> output, toggle protected POC (#37644) 2021-09-09 19:19:29 +03:00
readme.md Live: declarative processing pipeline, input -> frames -> output, toggle protected POC (#37644) 2021-09-09 19:19:29 +03:00
tree_test.go Live: adopt latest fixes from gin route tree (#41141) 2021-11-01 20:02:03 +03:00
tree.go Live: adopt latest fixes from gin route tree (#41141) 2021-11-01 20:02:03 +03:00

This is a tree code from https://github.com/julienschmidt/httprouter with an important fixes made inside Gin web framework.

See:

See also https://github.com/julienschmidt/httprouter/issues/235 that's the reason why we can't use a custom branch patched with fixes.

Original LICENSE and copyright left unchanged here.