Skip to content

Commit

Permalink
s/package controller/package ctrl/g
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Jul 29, 2024
1 parent 46d447b commit 329f616
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
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 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

0 comments on commit 329f616

Please sign in to comment.