Documentation ¶
Overview ¶
Package internal is internal packages for Ayd.
Internal packages do not dependents on each other. Dependencies to other package are implemented as a interface like scheme.Reporter or endpoint.Store.
The ayderr package and the testutil package is exception cases for this rule. These packages used by other packages.
Directories ¶
Path | Synopsis |
---|---|
Package ayderr is the set of error types in Ayd.
|
Package ayderr is the set of error types in Ayd. |
Package endpoint implements the HTTP endpoints of Ayd such as status page.
|
Package endpoint implements the HTTP endpoints of Ayd such as status page. |
Package scheme implements how to probe or send alert to the URL.
|
Package scheme implements how to probe or send alert to the URL. |
Package store implements how to output the log, and how to restore from the log file.
|
Package store implements how to output the log, and how to restore from the log file. |
Package testutil implements utilities for testing.
|
Package testutil implements utilities for testing. |
Click to show internal directories.
Click to hide internal directories.