github.com/netdata/go.d.plugin@v0.58.1/agent/discovery/sd/hostsocket/config.go (about)

     1  // SPDX-License-Identifier: GPL-3.0-or-later
     2  
     3  package hostsocket
     4  
     5  type NetworkSocketConfig struct {
     6  	Tags string
     7  }