Go to the source code of this file.
◆ KEYRING_WRITER_IMPLEMENTOR
      
        
          | #define KEYRING_WRITER_IMPLEMENTOR | 
          ( | 
            | 
          component_name | ) | 
           | 
        
      
 
Value:
      keyring_common::service_definition::Keyring_writer_service_impl::remove \
      END_SERVICE_IMPLEMENTATION()
static mysql_service_status_t store(const char *data_id, const char *auth_id, const unsigned char *data, size_t data_size, const char *data_type) noexcept
Store data in keyring.
Definition: keyring_writer_service_definition.cc:42
 
#define BEGIN_SERVICE_IMPLEMENTATION(component, service)
Declares a Service Implementation.
Definition: service_implementation.h:62