Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package rename #14

Merged
merged 2 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package controller
package ctrl

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion controller.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package controller
package ctrl

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion controller_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package controller
package ctrl

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package controller
package ctrl

import "fmt"

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
require (
github.com/google/uuid v1.6.0
github.com/metal-toolbox/conditionorc v1.0.9-0.20240716090543-6e7e9300b375
github.com/metal-toolbox/rivets v1.0.10-0.20240704084152-59b13ed066ca
github.com/metal-toolbox/rivets v1.2.0
github.com/nats-io/nats-server/v2 v2.10.12
github.com/nats-io/nats.go v1.36.0
github.com/pkg/errors v0.9.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,8 @@ github.com/metal-toolbox/fleetdb v1.18.6 h1:VxTs4T2zKh9KbjPNo18Z/D6OmPqArPK2PNQ8
github.com/metal-toolbox/fleetdb v1.18.6/go.mod h1:QoNpDNVXxt7YqrxRIWkWp1hR3LJ2YXMnYavXwefOUnQ=
github.com/metal-toolbox/rivets v1.0.10-0.20240704084152-59b13ed066ca h1:XWJc4/HBuNA9R7TxekZbGT0fpEa3f5Nxxx2SLOgits0=
github.com/metal-toolbox/rivets v1.0.10-0.20240704084152-59b13ed066ca/go.mod h1:FZ47HrHgezYyY/H7z4Emw9JaGxeFmBJCXGKqy5YW6ag=
github.com/metal-toolbox/rivets v1.2.0 h1:QhN3tWH7NqKDqwRDYylxukw0mNQ/FkyvBYkwS0CJULE=
github.com/metal-toolbox/rivets v1.2.0/go.mod h1:i78a1x0w2uNyMlvUgyO6ST552u9wV2Xa4+A73oA4WJY=
github.com/microsoft/go-mssqldb v0.17.0/go.mod h1:OkoNGhGEs8EZqchVTtochlXruEhEOaO4S0d2sB5aeGQ=
github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso=
github.com/miekg/dns v1.1.41/go.mod h1:p6aan82bvRIyn+zDIv9xYNUpwa73JcSh9BKwknJysuI=
Expand Down
2 changes: 1 addition & 1 deletion interface.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package controller
package ctrl

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion liveness.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package controller
package ctrl

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion liveness_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package controller
package ctrl

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion metrics.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package controller
package ctrl

import (
"strconv"
Expand Down
2 changes: 1 addition & 1 deletion mock_conditionStatusQueryor.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mock_eventStatusAcknowleger.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mock_livenessCheckin.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mock_publisher.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mock_taskHandler.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion publisher.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package controller
package ctrl

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion status.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package controller
package ctrl

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion status_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package controller
package ctrl

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion task.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package controller
package ctrl

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion task_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package controller
package ctrl

import (
"context"
Expand Down
Loading