Skip to content

Commit 3063188

Browse files
committed
Fix linting error
1 parent 6110ba8 commit 3063188

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/oci/load_balancer_util.go

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ const (
4848
Delete = "delete"
4949
)
5050

51+
// Action defines an interface for associating an ActionType and a specific
52+
// resource referenced by name.
5153
type Action interface {
5254
Type() ActionType
5355
Name() string

0 commit comments

Comments
 (0)