Skip to content

Commit

Permalink
chore: add link for Go Template
Browse files Browse the repository at this point in the history
  • Loading branch information
yquansah committed Sep 27, 2023
1 parent 32d9d7e commit 216705f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/observability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ audit:
}
```
This configuration tells Flipt to send a `POST` request when events need to be emitted to the URL `https://example.com` with the HTTP headers, `Content-Type` and `Authorization`, and the body which is a Go template that will be executed when an event comes in. The event structure looks like this:
This configuration tells Flipt to send a `POST` request when events need to be emitted to the URL `https://example.com` with the HTTP headers, `Content-Type` and `Authorization`, and the body which is a [Go template](https://pkg.go.dev/text/template) that will be executed when an event comes in. The event structure looks like this:

```go
type Event struct {
Expand Down

0 comments on commit 216705f

Please sign in to comment.