agent/pluginmodel/remote.go (7 lines of code) (raw):

package pluginmodel type RemotePlugin interface { Name() string Version() string TimeoutSecs() int Url() string }