core/connector.go
Function NewConnectorFactory
has 92 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
func NewConnectorFactory(connectorType string) ConnectorFactory {
switch connectorType {
case GRAPHQL_SERVER:
return &GraphqlServerFactory{}
case PUSH_COLLECTOR: