VLink  2.0.0
A high-performance communication middleware
vlink::SchemaPluginInterface::VersionInfo Struct Referencefinal

Build provenance reported by a concrete plugin implementation. More...

#include <schema_plugin_interface.h>

Collaboration diagram for vlink::SchemaPluginInterface::VersionInfo:

Public Attributes

std::string name
 Human-readable plugin identifier. More...
 
std::string version
 Semantic version string such as "2.0.0". More...
 
std::string timestamp
 ISO-8601 build timestamp captured at compile time. More...
 
std::string tag
 Optional source-control tag tied to the binary. More...
 
std::string commit_id
 Optional source-control commit hash. More...
 

Detailed Description

Build provenance reported by a concrete plugin implementation.

Provides enough metadata for diagnostic logging and version pinning when a process needs to assert that loaded plugins match the running binary.

Member Data Documentation

◆ commit_id

std::string vlink::SchemaPluginInterface::VersionInfo::commit_id

Optional source-control commit hash.

◆ name

std::string vlink::SchemaPluginInterface::VersionInfo::name

Human-readable plugin identifier.

◆ tag

std::string vlink::SchemaPluginInterface::VersionInfo::tag

Optional source-control tag tied to the binary.

◆ timestamp

std::string vlink::SchemaPluginInterface::VersionInfo::timestamp

ISO-8601 build timestamp captured at compile time.

◆ version

std::string vlink::SchemaPluginInterface::VersionInfo::version

Semantic version string such as "2.0.0".


The documentation for this struct was generated from the following file: