Rename to match repo name
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"context"
|
||||
"time"
|
||||
|
||||
"git.hrafn.xyz/aether/notes/internal/models"
|
||||
"git.hrafn.xyz/aether/gotes/internal/models"
|
||||
)
|
||||
|
||||
// NoteRepository manages operations on notes using a data store.
|
||||
|
||||
@@ -9,8 +9,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"git.hrafn.xyz/aether/notes/internal/models"
|
||||
"git.hrafn.xyz/aether/notes/internal/repository"
|
||||
"git.hrafn.xyz/aether/gotes/internal/models"
|
||||
"git.hrafn.xyz/aether/gotes/internal/repository"
|
||||
)
|
||||
|
||||
var fixedTestDate = time.Date(2000, 1, 1, 0, 0, 0, 0, time.UTC) //Date is set by synctest to this specific time
|
||||
|
||||
@@ -2,7 +2,8 @@ package repository
|
||||
|
||||
import (
|
||||
"context"
|
||||
"git.hrafn.xyz/aether/notes/internal/models"
|
||||
|
||||
"git.hrafn.xyz/aether/gotes/internal/models"
|
||||
)
|
||||
|
||||
// NoteStore defines the interface for persisting and retrieving notes.
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
|
||||
"git.hrafn.xyz/aether/notes/internal/models"
|
||||
"git.hrafn.xyz/aether/gotes/internal/models"
|
||||
)
|
||||
|
||||
type mockNoteStore struct {
|
||||
|
||||
Reference in New Issue
Block a user