Add link to ServiceInput interface in contributing guide (#3828)

This commit is contained in:
Demian Dekoninck 2018-03-06 19:14:14 +01:00 committed by Daniel Nelson
parent 3501b65f7c
commit 93b2870b28
1 changed files with 1 additions and 1 deletions

View File

@ -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