mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +00:00
15 lines
410 B
Go
15 lines
410 B
Go
/*
|
|
Package model defines the comply data model.
|
|
|
|
Markdown Wrappers
|
|
|
|
The model package treats typed markdown files as model objects. All wrapped markdown documents are assumed to have a YAML header and a markdown body separated by three dashes: "---".
|
|
|
|
Local Ticket Cache
|
|
|
|
Tickets are defined externally (in the configured ticketing system), and cached locally for rapid dashboard rendering.
|
|
|
|
|
|
*/
|
|
package model
|