Documentation
¶
Overview ¶
Example CloudMock plugin that demonstrates the plugin interface.
This plugin registers under the name "example" and handles requests at the path /example/*. It serves as a template for building new plugins.
Build and run:
go build -o bin/plugins/example ./plugins/example/cmd CLOUDMOCK_PLUGIN_ADDR=:9100 ./bin/plugins/example
Click to show internal directories.
Click to hide internal directories.