Expand description
Regular file Endpoint
and EndpointConfig
implementation
§Configuration Example
[[server.endpoint]]
type = "file"
path = 'path/to/file_endpoint.txt'
notifications = ["notification_id1", "notification_id2"]
Structs§
- File
Endpoint - Data structure to represent the regular file
Endpoint
.