Module file

Module file 

Source
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§

FileEndpoint
Data structure to represent the regular file Endpoint.