cleanup and formatting
This commit is contained in:
parent
fdbd7ec509
commit
4f7d3b20c8
2 changed files with 13 additions and 13 deletions
1
main.go
1
main.go
|
@ -151,7 +151,6 @@ func parseArgs(searchRequest *pb.SearchRequest) *server.Args {
|
|||
searchRequest.ChannelId = &pb.InvertibleField{Invert: false, Value: *channelIds}
|
||||
}
|
||||
|
||||
|
||||
return args
|
||||
}
|
||||
|
||||
|
|
|
@ -7,12 +7,13 @@ import (
|
|||
"os"
|
||||
"regexp"
|
||||
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
pb "github.com/lbryio/hub/protobuf/go"
|
||||
"github.com/olivere/elastic/v7"
|
||||
"github.com/prometheus/client_golang/prometheus/promhttp"
|
||||
"google.golang.org/grpc"
|
||||
"net/http"
|
||||
"time"
|
||||
)
|
||||
|
||||
type Server struct {
|
||||
|
|
Loading…
Reference in a new issue