We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6110ba8 commit 3063188Copy full SHA for 3063188
pkg/oci/load_balancer_util.go
@@ -48,6 +48,8 @@ const (
48
Delete = "delete"
49
)
50
51
+// Action defines an interface for associating an ActionType and a specific
52
+// resource referenced by name.
53
type Action interface {
54
Type() ActionType
55
Name() string
0 commit comments