cmd

command
v1.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package main provides the plugin entry point for the VC Validator processing step. It is compiled as a Go plugin (.so) via

go build -buildmode=plugin -o plugins/validateVC.so \
    ./pkg/plugin/implementation/vcvalidator/cmd/plugin.go

and loaded by the beckn-onix plugin manager at runtime, which looks up the exported Provider symbol. The .so basename is the plugin id, so pipelines wire the step as validateVC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL