pipeline
This commit is contained in:
@@ -10,8 +10,8 @@ import (
|
||||
|
||||
amqp "github.com/rabbitmq/amqp091-go"
|
||||
|
||||
"github.com/yourorg/transcribe/internal/config"
|
||||
"github.com/yourorg/transcribe/internal/consumer"
|
||||
"github.com/postmet/transcribe/internal/config"
|
||||
"github.com/postmet/transcribe/internal/consumer"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module github.com/yourorg/transcribe
|
||||
module github.com/postmet/transcribe
|
||||
|
||||
go 1.22
|
||||
|
||||
|
||||
@@ -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