Showing 3 of 3 total issues
File gofr.go
has 498 lines of code (exceeds 300 allowed). Consider refactoring. Open
Open
package gofr
import (
"context"
"errors"
App
has 32 methods (exceeds 25 allowed). Consider refactoring. Open
Open
type App struct {
// Config can be used by applications to fetch custom configurations from environment or file.
Config config.Config // If we directly embed, unnecessary confusion between app.Get and app.GET will happen.
grpcServer *grpcServer
Out
has 26 methods (exceeds 25 allowed). Consider refactoring. Open
Open
type Out struct {
terminal
out io.Writer
}