From a1ef259850b77a565c92ac276d542065b302c5b2 Mon Sep 17 00:00:00 2001 From: Jay Beale Date: Sun, 7 Jul 2024 19:16:07 -0700 Subject: [PATCH] created structure for namespaces --- peirates.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/peirates.go b/peirates.go index cea7995..632a5e9 100644 --- a/peirates.go +++ b/peirates.go @@ -81,6 +81,9 @@ func Main() { // List of current client cert/key pairs clientCertificates := []ClientCertificateKeyPair{} + // FEATURE to Write: store discovered namespaces, using multiple methods for gathering them. + // namespaces := []string + // print the banner, so that any node credentials pulled are not out of place. printBanner(interactive, version)