diff options
author | Matthew Holt <[email protected]> | 2020-04-07 08:33:45 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2020-04-07 08:33:45 -0600 |
commit | 8b2dbc52ec6bc0359b4b8c47a3f9835e9460649e (patch) | |
tree | eb63256aa8efc1451cfea9ef3d6e4190395a5576 /modules/logging | |
parent | 657f0cab17c1597f4f78f15d0b720aa6f9d7fbcb (diff) | |
download | caddy-8b2dbc52ec6bc0359b4b8c47a3f9835e9460649e.tar.gz caddy-8b2dbc52ec6bc0359b4b8c47a3f9835e9460649e.zip |
core: Rename ParsedAddress -> NetworkAddress
Diffstat (limited to 'modules/logging')
-rw-r--r-- | modules/logging/netwriter.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/logging/netwriter.go b/modules/logging/netwriter.go index 7d2dafac3..427bb7510 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. |