Documentation
¶
Overview ¶
test-plugin is a standalone gRPC plugin for E2E testing. It implements the plugin.Plugin interface with predefined responses and registers via plugin.Serve().
Build:
go build -o complyctl-provider-test ./cmd/test-plugin
The resulting binary follows the complyctl-provider-* naming convention so the plugin discovery system finds it automatically when placed in the providers directory (~/.complytime/providers/ or a test-specific path).
This binary is NOT referenced by any production code.
Click to show internal directories.
Click to hide internal directories.