Skip to content
Open
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
4 changes: 3 additions & 1 deletion session2/github-actions/kong/plugins/myplugin/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function plugin:init_worker()

-- your custom code here
kong.log.debug("saying hi from the 'init_worker' handler")
kong.log.debug("saying Deepak from the 'init_worker' ")

end --]]

Expand All @@ -45,6 +46,7 @@ function plugin:certificate(plugin_conf)
-- your custom code here
kong.log.debug("saying hi from the 'certificate' handler")


end --]]


Expand All @@ -57,7 +59,7 @@ function plugin:rewrite(plugin_conf)

-- your custom code here
kong.log.debug("saying hi from the 'rewrite' handler")

end --]]


Expand Down