From c1cda1ec4c4c3c0c7ea267a9a5e2be92c342e8c2 Mon Sep 17 00:00:00 2001 From: bstrausser Date: Mon, 23 Dec 2024 19:55:07 -0500 Subject: [PATCH] Remove unused type --- modules/postgres/options.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/postgres/options.go b/modules/postgres/options.go index 3cedfa80d2..27532e61ff 100644 --- a/modules/postgres/options.go +++ b/modules/postgres/options.go @@ -1,7 +1,5 @@ package postgres -type SSLVerificationMode string - type SSLSettings struct { // Path to the CA certificate file CACertFile string