without_edgex.go 150 B

123456789
  1. // +build !linux
  2. package nodes
  3. import "github.com/emqx/kuiper/xstream/api"
  4. func getSource(t string) (api.Source, error) {
  5. return doGetSource(t)
  6. }