Skip to content

Commit 2095a47

Browse files
committed
Add pre-built binary for clp_s3_v2_linux_amd64
1 parent 46ed09f commit 2095a47

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
/* Code generated by cmd/cgo; DO NOT EDIT. */
2+
3+
/* package github.com/y-scope/fluent-bit-clp/plugins/out_clp_s3_v2 */
4+
5+
6+
#line 1 "cgo-builtin-export-prolog"
7+
8+
#include <stddef.h>
9+
10+
#ifndef GO_CGO_EXPORT_PROLOGUE_H
11+
#define GO_CGO_EXPORT_PROLOGUE_H
12+
13+
#ifndef GO_CGO_GOSTRING_TYPEDEF
14+
typedef struct { const char *p; ptrdiff_t n; } _GoString_;
15+
#endif
16+
17+
#endif
18+
19+
/* Start of preamble from import "C" comments. */
20+
21+
22+
23+
24+
/* End of preamble from import "C" comments. */
25+
26+
27+
/* Start of boilerplate cgo prologue. */
28+
#line 1 "cgo-gcc-export-header-prolog"
29+
30+
#ifndef GO_CGO_PROLOGUE_H
31+
#define GO_CGO_PROLOGUE_H
32+
33+
typedef signed char GoInt8;
34+
typedef unsigned char GoUint8;
35+
typedef short GoInt16;
36+
typedef unsigned short GoUint16;
37+
typedef int GoInt32;
38+
typedef unsigned int GoUint32;
39+
typedef long long GoInt64;
40+
typedef unsigned long long GoUint64;
41+
typedef GoInt64 GoInt;
42+
typedef GoUint64 GoUint;
43+
typedef size_t GoUintptr;
44+
typedef float GoFloat32;
45+
typedef double GoFloat64;
46+
#ifdef _MSC_VER
47+
#include <complex.h>
48+
typedef _Fcomplex GoComplex64;
49+
typedef _Dcomplex GoComplex128;
50+
#else
51+
typedef float _Complex GoComplex64;
52+
typedef double _Complex GoComplex128;
53+
#endif
54+
55+
/*
56+
static assertion to make sure the file is being used on architecture
57+
at least with matching size of GoInt.
58+
*/
59+
typedef char _check_for_64_bit_pointer_matching_GoInt[sizeof(void*)==64/8 ? 1:-1];
60+
61+
#ifndef GO_CGO_GOSTRING_TYPEDEF
62+
typedef _GoString_ GoString;
63+
#endif
64+
typedef void *GoMap;
65+
typedef void *GoChan;
66+
typedef struct { void *t; void *v; } GoInterface;
67+
typedef struct { void *data; GoInt len; GoInt cap; } GoSlice;
68+
69+
#endif
70+
71+
/* End of boilerplate cgo prologue. */
72+
73+
#ifdef __cplusplus
74+
extern "C" {
75+
#endif
76+
77+
extern GoInt FLBPluginRegister(void* def);
78+
extern GoInt FLBPluginInit(void* plugin);
79+
extern GoInt FLBPluginFlushCtx(void* ctx, void* data, int length, char* tag);
80+
extern GoInt FLBPluginExitCtx(void* ctx);
81+
82+
#ifdef __cplusplus
83+
}
84+
#endif
21.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)