mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-29 13:41:25 +08:00
7 lines
104 B
Go
7 lines
104 B
Go
package nodes
|
|
|
|
// init register all node's factory
|
|
func init() {
|
|
RegisterFactory(inputNodeFactory{})
|
|
}
|