Skip to content

Commit a1ef259

Browse files
committed
created structure for namespaces
1 parent f11f675 commit a1ef259

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

peirates.go

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ func Main() {
8181
// List of current client cert/key pairs
8282
clientCertificates := []ClientCertificateKeyPair{}
8383

84+
// FEATURE to Write: store discovered namespaces, using multiple methods for gathering them.
85+
// namespaces := []string
86+
8487
// print the banner, so that any node credentials pulled are not out of place.
8588
printBanner(interactive, version)
8689

0 commit comments

Comments
 (0)