Showing 1 of 4 total issues
Function RunServer
has 58 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
func RunServer(c *cli.Context) error {
conns, err := getConnections(c)
if err != nil {
return cli.NewExitError(
fmt.Sprintf("Unable to connect to external service %q", err),
- Create a ticketCreate a ticket