Rename variable in ReceiverConfig

This commit is contained in:
Thomas Roehl 2021-05-18 15:39:46 +02:00
parent 308ee13a10
commit cb9ff89e92

View File

@ -7,7 +7,7 @@ import (
)
type ReceiverConfig struct {
Addr string `json:"host"`
Addr string `json:"address"`
Port string `json:"port"`
Database string `json:"database"`
Type string `json:"type"`