|
2 | 2 | "sdkId": "go", |
3 | 3 | "gitRepoId": "go-sdk", |
4 | 4 | "packageName": "openfga", |
5 | | - "packageVersion": "0.5.0", |
| 5 | + "packageVersion": "0.6.1", |
6 | 6 | "packageDescription": "Go SDK for OpenFGA", |
7 | 7 | "packageDetailedDescription": "This is an autogenerated Go SDK for OpenFGA. It provides a wrapper around the [OpenFGA API definition](https://openfga.dev/api).", |
8 | 8 | "fossaComplianceNoticeId": "41c01c64-f74a-414a-9e39-7aeca87bc47b", |
9 | 9 | "generateInterfaces": true, |
10 | 10 | "enumClassPrefix": true, |
| 11 | + "openTelemetryDocumentation": "opentelemetry.md", |
11 | 12 | "files": { |
12 | 13 | ".github/workflows/main.yaml.mustache": { |
13 | 14 | "destinationFilename": ".github/workflows/main.yaml", |
|
86 | 87 | "example/example1/go.mod.mustache": { |
87 | 88 | "destinationFilename": "example/example1/go.mod", |
88 | 89 | "templateType": "SupportingFiles" |
| 90 | + }, |
| 91 | + "example/opentelemetry/main.go": {}, |
| 92 | + "example/opentelemetry/go.mod.mustache": { |
| 93 | + "destinationFilename": "example/opentelemetry/go.mod", |
| 94 | + "templateType": "SupportingFiles" |
| 95 | + }, |
| 96 | + "docs/opentelemetry.md.mustache": { |
| 97 | + "destinationFilename": "docs/opentelemetry.md", |
| 98 | + "templateType": "SupportingFiles" |
| 99 | + }, |
| 100 | + "telemetry/attribute.mustache": { |
| 101 | + "destinationFilename": "telemetry/attribute.go", |
| 102 | + "templateType": "SupportingFiles" |
| 103 | + }, |
| 104 | + "telemetry/attribute_test.mustache": { |
| 105 | + "destinationFilename": "telemetry/attribute_test.go", |
| 106 | + "templateType": "SupportingFiles" |
| 107 | + }, |
| 108 | + "telemetry/attributes.mustache": { |
| 109 | + "destinationFilename": "telemetry/attributes.go", |
| 110 | + "templateType": "SupportingFiles" |
| 111 | + }, |
| 112 | + "telemetry/attributes_test.mustache": { |
| 113 | + "destinationFilename": "telemetry/attributes_test.go", |
| 114 | + "templateType": "SupportingFiles" |
| 115 | + }, |
| 116 | + "telemetry/configuration.mustache": { |
| 117 | + "destinationFilename": "telemetry/configuration.go", |
| 118 | + "templateType": "SupportingFiles" |
| 119 | + }, |
| 120 | + "telemetry/configuration_test.mustache": { |
| 121 | + "destinationFilename": "telemetry/configuration_test.go", |
| 122 | + "templateType": "SupportingFiles" |
| 123 | + }, |
| 124 | + "telemetry/counter.mustache": { |
| 125 | + "destinationFilename": "telemetry/counter.go", |
| 126 | + "templateType": "SupportingFiles" |
| 127 | + }, |
| 128 | + "telemetry/counter_test.mustache": { |
| 129 | + "destinationFilename": "telemetry/counter_test.go", |
| 130 | + "templateType": "SupportingFiles" |
| 131 | + }, |
| 132 | + "telemetry/counters.mustache": { |
| 133 | + "destinationFilename": "telemetry/counters.go", |
| 134 | + "templateType": "SupportingFiles" |
| 135 | + }, |
| 136 | + "telemetry/counters_test.mustache": { |
| 137 | + "destinationFilename": "telemetry/counters_test.go", |
| 138 | + "templateType": "SupportingFiles" |
| 139 | + }, |
| 140 | + "telemetry/histogram.mustache": { |
| 141 | + "destinationFilename": "telemetry/histogram.go", |
| 142 | + "templateType": "SupportingFiles" |
| 143 | + }, |
| 144 | + "telemetry/histogram_test.mustache": { |
| 145 | + "destinationFilename": "telemetry/histogram_test.go", |
| 146 | + "templateType": "SupportingFiles" |
| 147 | + }, |
| 148 | + "telemetry/histograms.mustache": { |
| 149 | + "destinationFilename": "telemetry/histograms.go", |
| 150 | + "templateType": "SupportingFiles" |
| 151 | + }, |
| 152 | + "telemetry/histograms_test.mustache": { |
| 153 | + "destinationFilename": "telemetry/histograms_test.go", |
| 154 | + "templateType": "SupportingFiles" |
| 155 | + }, |
| 156 | + "telemetry/interfaces.mustache": { |
| 157 | + "destinationFilename": "telemetry/interfaces.go", |
| 158 | + "templateType": "SupportingFiles" |
| 159 | + }, |
| 160 | + "telemetry/interfaces_test.mustache": { |
| 161 | + "destinationFilename": "telemetry/interfaces_test.go", |
| 162 | + "templateType": "SupportingFiles" |
| 163 | + }, |
| 164 | + "telemetry/metric.mustache": { |
| 165 | + "destinationFilename": "telemetry/metric.go", |
| 166 | + "templateType": "SupportingFiles" |
| 167 | + }, |
| 168 | + "telemetry/metric_test.mustache": { |
| 169 | + "destinationFilename": "telemetry/metric_test.go", |
| 170 | + "templateType": "SupportingFiles" |
| 171 | + }, |
| 172 | + "telemetry/metrics.mustache": { |
| 173 | + "destinationFilename": "telemetry/metrics.go", |
| 174 | + "templateType": "SupportingFiles" |
| 175 | + }, |
| 176 | + "telemetry/metrics_test.mustache": { |
| 177 | + "destinationFilename": "telemetry/metrics_test.go", |
| 178 | + "templateType": "SupportingFiles" |
| 179 | + }, |
| 180 | + "telemetry/telemetry.mustache": { |
| 181 | + "destinationFilename": "telemetry/telemetry.go", |
| 182 | + "templateType": "SupportingFiles" |
| 183 | + }, |
| 184 | + "telemetry/telemetry_test.mustache": { |
| 185 | + "destinationFilename": "telemetry/telemetry_test.go", |
| 186 | + "templateType": "SupportingFiles" |
89 | 187 | } |
90 | 188 | } |
91 | 189 | } |
0 commit comments