From 8b2dbc52ec6bc0359b4b8c47a3f9835e9460649e Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 7 Apr 2020 08:33:45 -0600 Subject: core: Rename ParsedAddress -> NetworkAddress --- modules/logging/netwriter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/logging') diff --git a/modules/logging/netwriter.go b/modules/logging/netwriter.go index 7d2dafa..427bb75 100644 --- a/modules/logging/netwriter.go +++ b/modules/logging/netwriter.go @@ -31,7 +31,7 @@ func init() { type NetWriter struct { Address string `json:"address,omitempty"` - addr caddy.ParsedAddress + addr caddy.NetworkAddress } // CaddyModule returns the Caddy module information. -- cgit v1.2.3