pipeline
This commit is contained in:
@@ -10,9 +10,9 @@ import (
|
|||||||
|
|
||||||
amqp "github.com/rabbitmq/amqp091-go"
|
amqp "github.com/rabbitmq/amqp091-go"
|
||||||
|
|
||||||
"github.com/yourorg/watcher/internal/config"
|
"github.com/postmet/watcher/internal/config"
|
||||||
"github.com/yourorg/watcher/internal/publisher"
|
"github.com/postmet/watcher/internal/publisher"
|
||||||
"github.com/yourorg/watcher/internal/scanner"
|
"github.com/postmet/watcher/internal/scanner"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module github.com/yourorg/watcher
|
module github.com/postmet/watcher
|
||||||
|
|
||||||
go 1.22
|
go 1.22
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module github.com/yourorg/analyse
|
module github.com/postmet/analyse
|
||||||
|
|
||||||
go 1.22
|
go 1.22
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module github.com/yourorg/tagging
|
module github.com/postmet/tagging
|
||||||
|
|
||||||
go 1.22
|
go 1.22
|
||||||
|
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ import (
|
|||||||
|
|
||||||
amqp "github.com/rabbitmq/amqp091-go"
|
amqp "github.com/rabbitmq/amqp091-go"
|
||||||
|
|
||||||
"github.com/yourorg/transcribe/internal/config"
|
"github.com/postmet/transcribe/internal/config"
|
||||||
"github.com/yourorg/transcribe/internal/consumer"
|
"github.com/postmet/transcribe/internal/consumer"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module github.com/yourorg/transcribe
|
module github.com/postmet/transcribe
|
||||||
|
|
||||||
go 1.22
|
go 1.22
|
||||||
|
|
||||||
|
|||||||
@@ -9,10 +9,10 @@ import (
|
|||||||
|
|
||||||
amqp "github.com/rabbitmq/amqp091-go"
|
amqp "github.com/rabbitmq/amqp091-go"
|
||||||
|
|
||||||
"github.com/yourorg/transcribe/internal/config"
|
"github.com/postmet/transcribe/internal/config"
|
||||||
"github.com/yourorg/transcribe/internal/models"
|
"github.com/postmet/transcribe/internal/models"
|
||||||
"github.com/yourorg/transcribe/internal/nexara"
|
"github.com/postmet/transcribe/internal/nexara"
|
||||||
"github.com/yourorg/transcribe/internal/prompts"
|
"github.com/postmet/transcribe/internal/prompts"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Consumer struct {
|
type Consumer struct {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/yourorg/transcribe/internal/models"
|
"github.com/postmet/transcribe/internal/models"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Client struct {
|
type Client struct {
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/yourorg/transcribe/internal/models"
|
"github.com/postmet/transcribe/internal/models"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Loader struct {
|
type Loader struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user