Init provides opportunity for those sources that require/ no configuration and introspect schema from their environment time to load pre-schema discovery
()
| 35 | // Init provides opportunity for those sources that require/ no configuration and |
| 36 | // introspect schema from their environment time to load pre-schema discovery |
| 37 | Init() |
| 38 | // Setup optional interface for getting the Schema injected during creation/starup. |
| 39 | // Since the Source is a singleton, stateful manager, it has a startup/shutdown process. |
| 40 | Setup(*Schema) error |
no outgoing calls