6 lines
120 B
Go
6 lines
120 B
Go
|
|
package snmp
|
||
|
|
|
||
|
|
type TranslatorPlugin interface {
|
||
|
|
SetTranslator(name string) // Agent calls this on inputs before Init
|
||
|
|
}
|