Skip to content

Commit

Permalink
Merge pull request #96 from vaibhav-kaushal/main
Browse files Browse the repository at this point in the history
internalize jsonobject
  • Loading branch information
vaibhav-kaushal committed Feb 5, 2024
2 parents 06e8282 + 1edaf11 commit 85d8624
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package client
import (
"context"
"fmt"
"github.com/techrail/bark/internal/jsonObject"
"github.com/techrail/bark/resources"
"github.com/techrail/bark/services/dbLogWriter"
"github.com/techrail/bark/services/ingestion"
"github.com/techrail/bark/typs/jsonObject"
"github.com/techrail/bark/utils"
"io"
"log/slog"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion models/barklog.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/techrail/bark/appRuntime"
"github.com/techrail/bark/typs/jsonObject"
"github.com/techrail/bark/internal/jsonObject"
"strings"
"time"

Expand Down

0 comments on commit 85d8624

Please sign in to comment.