From 7b4a951add399fd6e6984d714656902c3d58d222 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 23 Aug 2025 19:15:33 -0400 Subject: the plumbing for ghost is done.WIP --- types.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'types.go') diff --git a/types.go b/types.go index 2939645..5cc7a3c 100644 --- a/types.go +++ b/types.go @@ -339,7 +339,11 @@ type GhostRuleSet struct { } type GhostNetwork struct { - ServerAddress string `toml:"serverAddress"` + ServerCert string `toml:"serverCert"` + ServerKey string `toml:"serverKey"` + ServerAddress string `toml:"ServerAddress"` + ServerName string `toml:"serverName"` + UpstreamProxy string `toml:"upstreamProxy"` UseTLS bool `toml:"useTLS"` SkipTLSVerify bool `toml:"skipTLSVerify"` Nick string `toml:"nick"` @@ -353,4 +357,5 @@ type GhostNetwork struct { Instructions []string `toml:"instructions"` Prompt string `toml:"prompt"` GhostRuleSets []GhostRuleSet `toml:"ghostRuleSets"` + LogRaw bool `toml:"logRaw"` } -- cgit v1.2.3