change repo name
This commit is contained in:
parent
447deb6f19
commit
baa2d658af
@ -3,10 +3,10 @@ package main
|
|||||||
import (
|
import (
|
||||||
"log/slog"
|
"log/slog"
|
||||||
|
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/adapters/crawler"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/adapters/crawler"
|
||||||
dl "git.maximotejeda.com/maximo/us_dop_scrapper/internal/adapters/dolar"
|
dl "git.maximotejeda.com/maximo/us-dop-scrapper/internal/adapters/dolar"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/api"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/api"
|
||||||
"google.golang.org/grpc"
|
"google.golang.org/grpc"
|
||||||
"google.golang.org/grpc/credentials/insecure"
|
"google.golang.org/grpc/credentials/insecure"
|
||||||
)
|
)
|
||||||
|
|||||||
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
|||||||
module git.maximotejeda.com/maximo/us_dop_scrapper
|
module git.maximotejeda.com/maximo/us-dop-scrapper
|
||||||
|
|
||||||
go 1.23
|
go 1.23
|
||||||
|
|
||||||
|
|||||||
@ -6,10 +6,10 @@ import (
|
|||||||
"log/slog"
|
"log/slog"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
|
||||||
"github.com/playwright-community/playwright-go"
|
"github.com/playwright-community/playwright-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -6,10 +6,10 @@ import (
|
|||||||
"log/slog"
|
"log/slog"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
|
||||||
"github.com/playwright-community/playwright-go"
|
"github.com/playwright-community/playwright-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -6,10 +6,10 @@ import (
|
|||||||
"log/slog"
|
"log/slog"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
|
||||||
"github.com/playwright-community/playwright-go"
|
"github.com/playwright-community/playwright-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -7,10 +7,10 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
|
||||||
"github.com/playwright-community/playwright-go"
|
"github.com/playwright-community/playwright-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -6,10 +6,10 @@ import (
|
|||||||
"log/slog"
|
"log/slog"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
|
||||||
"github.com/playwright-community/playwright-go"
|
"github.com/playwright-community/playwright-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -7,9 +7,9 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
|
||||||
|
|
||||||
"github.com/playwright-community/playwright-go"
|
"github.com/playwright-community/playwright-go"
|
||||||
)
|
)
|
||||||
|
|||||||
@ -3,7 +3,7 @@ package crawler
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Selector(who string, client ports.DollarPort) (ports.APIPorts, error) {
|
func Selector(who string, client ports.DollarPort) (ports.APIPorts, error) {
|
||||||
|
|||||||
@ -6,10 +6,10 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
|
||||||
"github.com/playwright-community/playwright-go"
|
"github.com/playwright-community/playwright-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -7,10 +7,10 @@ import (
|
|||||||
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
|
||||||
"github.com/playwright-community/playwright-go"
|
"github.com/playwright-community/playwright-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -5,10 +5,10 @@ import (
|
|||||||
"log/slog"
|
"log/slog"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/config"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/config"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
|
||||||
"github.com/playwright-community/playwright-go"
|
"github.com/playwright-community/playwright-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
|
|
||||||
dl "git.maximotejeda.com/maximo/dolar/proto/golang/dolar"
|
dl "git.maximotejeda.com/maximo/dolar/proto/golang/dolar"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
|
||||||
"google.golang.org/grpc"
|
"google.golang.org/grpc"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -6,8 +6,8 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/helpers"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/helpers"
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/ports"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/ports"
|
||||||
"github.com/playwright-community/playwright-go"
|
"github.com/playwright-community/playwright-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"log/slog"
|
"log/slog"
|
||||||
|
|
||||||
"git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
|
"git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
|
||||||
"github.com/playwright-community/playwright-go"
|
"github.com/playwright-community/playwright-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
package ports
|
package ports
|
||||||
|
|
||||||
import "git.maximotejeda.com/maximo/us_dop_scrapper/internal/application/core/domain"
|
import "git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
|
||||||
|
|
||||||
type DollarPort interface {
|
type DollarPort interface {
|
||||||
NewHistory(*domain.History) error
|
NewHistory(*domain.History) error
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user