Add link to ServiceInput interface in contributing guide (#3828)
This commit is contained in:
parent
a409c6c60a
commit
8fac10e3e5
|
@ -170,7 +170,7 @@ and `Stop()` methods.
|
|||
### Service Plugin Guidelines
|
||||
|
||||
* Same as the `Plugin` guidelines, except that they must conform to the
|
||||
`inputs.ServiceInput` interface.
|
||||
[`telegraf.ServiceInput`](https://godoc.org/github.com/influxdata/telegraf#ServiceInput) interface.
|
||||
|
||||
## Output Plugins
|
||||
|
||||
|
|
Loading…
Reference in New Issue