#include "syslog-ng.h"#include "compat/cpp-start.h"#include "logqueue.h"#include "driver.h"#include "modules/http/http-signals.h"#include "modules/grpc/common/grpc-signals.h"#include "compat/cpp-end.h"

Go to the source code of this file.
Typedefs | |
| typedef struct _CloudAuthenticator | CloudAuthenticator |
Functions | |
| gboolean | cloud_authenticator_init (CloudAuthenticator *s) |
| void | cloud_authenticator_deinit (CloudAuthenticator *s) |
| void | cloud_authenticator_free (CloudAuthenticator *s) |
| void | cloud_authenticator_handle_http_header_request (CloudAuthenticator *s, HttpHeaderRequestSignalData *data) |
| void | cloud_authenticator_handle_grpc_metadata_request (CloudAuthenticator *s, GrpcMetadataRequestSignalData *data) |
| LogDriverPlugin * | cloud_auth_dest_plugin_new (void) |
| void | cloud_auth_dest_plugin_set_authenticator (LogDriverPlugin *s, CloudAuthenticator *authenticator) |
| typedef struct _CloudAuthenticator CloudAuthenticator |
| LogDriverPlugin* cloud_auth_dest_plugin_new | ( | void | ) |
| void cloud_auth_dest_plugin_set_authenticator | ( | LogDriverPlugin * | s, |
| CloudAuthenticator * | authenticator | ||
| ) |
| void cloud_authenticator_deinit | ( | CloudAuthenticator * | s | ) |
| void cloud_authenticator_free | ( | CloudAuthenticator * | s | ) |
| void cloud_authenticator_handle_grpc_metadata_request | ( | CloudAuthenticator * | s, |
| GrpcMetadataRequestSignalData * | data | ||
| ) |
| void cloud_authenticator_handle_http_header_request | ( | CloudAuthenticator * | s, |
| HttpHeaderRequestSignalData * | data | ||
| ) |
| gboolean cloud_authenticator_init | ( | CloudAuthenticator * | s | ) |