pipeline
This commit is contained in:
@@ -9,10 +9,10 @@ import (
|
||||
|
||||
amqp "github.com/rabbitmq/amqp091-go"
|
||||
|
||||
"github.com/yourorg/transcribe/internal/config"
|
||||
"github.com/yourorg/transcribe/internal/models"
|
||||
"github.com/yourorg/transcribe/internal/nexara"
|
||||
"github.com/yourorg/transcribe/internal/prompts"
|
||||
"github.com/postmet/transcribe/internal/config"
|
||||
"github.com/postmet/transcribe/internal/models"
|
||||
"github.com/postmet/transcribe/internal/nexara"
|
||||
"github.com/postmet/transcribe/internal/prompts"
|
||||
)
|
||||
|
||||
type Consumer struct {
|
||||
|
||||
@@ -13,7 +13,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/yourorg/transcribe/internal/models"
|
||||
"github.com/postmet/transcribe/internal/models"
|
||||
)
|
||||
|
||||
type Client struct {
|
||||
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/yourorg/transcribe/internal/models"
|
||||
"github.com/postmet/transcribe/internal/models"
|
||||
)
|
||||
|
||||
type Loader struct {
|
||||
|
||||
Reference in New Issue
Block a user