From 822e45ebb565a5a4584965e0576a3fbe0dc7d8e5 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 11 Jan 2020 09:04:59 +0100 Subject: [PATCH] more doc updates Signed-off-by: Miek Gieben --- plugin/traffic/TODO | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugin/traffic/TODO diff --git a/plugin/traffic/TODO b/plugin/traffic/TODO new file mode 100644 index 000000000..c42225848 --- /dev/null +++ b/plugin/traffic/TODO @@ -0,0 +1,4 @@ +* unpack grpc-go's resolver and copy the bits we need here (we need *way* less) +* hook this up, potentially look at the tls plugin for creds +* hook up callbacks and test things out +* are unit tests possible?