other/collection/gallery_service.go
Method Gallery_Stream_Server.SearchPictures
has 5 return statements (exceeds 4 allowed). Open
Open
func (c *Gallery_Stream_Server) SearchPictures(ctx context.Context, compress *Compressed) *ContentRoute {
// if no data will provided by the client then throw error
if reflect.DeepEqual(compress, &Compressed{}) {
return &ContentRoute{UserAgentId: "", IsP2PAddress: false}