VLink 2.0.0
A high-performance communication middleware
Loading...
Searching...
No Matches
vlink::SchemaPluginInterface::VersionInfo Struct Referencefinal

Plugin version and build metadata. More...

#include <schema_plugin_interface.h>

Collaboration diagram for vlink::SchemaPluginInterface::VersionInfo:

Public Attributes

std::string name
 Plugin display name.
std::string version
 Semantic version string.
std::string timestamp
 Build timestamp.
std::string tag
 Source control tag.
std::string commit_id
 Source control commit hash.

Detailed Description

Plugin version and build metadata.

Member Data Documentation

◆ commit_id

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

Source control commit hash.

◆ name

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

Plugin display name.

◆ tag

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

Source control tag.

◆ timestamp

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

Build timestamp.

◆ version

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

Semantic version string.


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