Tierceron-nute-core publishes the shared mashupsdk package without the heavier GUI and example dependencies from tierceron-nute. It is the lightweight import path for protobuf, gRPC, display-state, certificate, and helper types used by mashup clients and servers.
mashupsdk: generated protobuf and gRPC types, mashup interfaces, display state and context types, certificate helpers, and GUI-neutral shared helpers.
- A focused module for consumers that only need the shared mashup SDK.
- Generated protobuf and gRPC assets kept separate from the larger UI and example repositories.
- Shared display and interaction types used by higher-level mashup front ends.
To work with the module locally:
- Run
go mod download. - Install
protocif you need to regenerate gRPC assets: https://grpc.io/docs/protoc-installation/ - Run
make mashupsdkto regenerate the protobuf and gRPC files. - Run
go test ./...to validate the module.
Contributions are always welcome. Before contributing, please read the code of conduct.
See Contributing.
Please review SECURITY.md for vulnerability reporting guidance.