OXY-SYNC-CONTAINER 1.0
OXY-SYNC-CONTAINER Library Documentation
Loading...
Searching...
No Matches
oxy::sync::service::context_t Struct Reference

Represents the context for a sync operation, including the container name and customer identifier. More...

#include <services.hpp>

Public Attributes

std::string containerName
 The name of the container.
std::string identifier
 The customer identifier.

Detailed Description

Represents the context for a sync operation, including the container name and customer identifier.

This structure encapsulates the necessary information for performing sync operations in the sync container library, including the name of the container and the customer identifier. It is used to provide context for various sync operations, such as cloning, fetching, and pushing data.