Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
yalosev committed Sep 26, 2024
1 parent 4c47f83 commit 4fdec1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/hook/task_metadata/task_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ type HookMetadata struct {
}

var (
_ HookNameAccessor = HookMetadata{}
_ BindingContextAccessor = HookMetadata{}
_ MonitorIDAccessor = HookMetadata{}
_ task.MetadataDescriptable = HookMetadata{}
_ HookNameAccessor = HookMetadata{}
_ BindingContextAccessor = HookMetadata{}
_ MonitorIDAccessor = HookMetadata{}
_ task.MetadataDescriptionGetter = HookMetadata{}
)

func HookMetadataAccessor(t task.Task) (hookMeta HookMetadata) {
Expand Down

0 comments on commit 4fdec1e

Please sign in to comment.