Factory is the factory function to create a bridge
func(*Config) Bridger
| 40 | |
| 41 | // Factory is the factory function to create a bridge |
| 42 | type Factory func(*Config) Bridger |
| 43 | |
| 44 | func New(bridge *config.Bridge) *Bridge { |
| 45 | accInfo := strings.Split(bridge.Account, ".") |
nothing calls this directly
no outgoing calls
no test coverage detected