You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: logsapi/options.go
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ type Options struct {
29
29
awsLambdaRuntimeAPIstring// The URL of the Lambda Runtime API
30
30
maxBatchSizeint// The maximum size of a batch to provide to the BatchCallback
31
31
recordsBufferSizeint// The size of the records channel buffer
32
-
firetailApiUrlstring// The URL of the Firetail Logging API used by the default BatchCallback
32
+
firetailApiUrlstring// The URL of the Firetail Logging API used by the default BatchCallback. If it is the empty string, the default BatchCallback is noop
33
33
firetailApiTokenstring// The API token for the Firetail Logging API used by the default BatchCallback
34
34
}
35
35
@@ -64,12 +64,7 @@ func (o *Options) loadEnvVars() error {
0 commit comments