Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlossaryItem ¶
type Rules ¶
type Rules struct {
EffectiveDate time.Time
Rules []Section
Glossary []GlossaryItem
Credits []string
}
type Section ¶
type Section struct {
ID string
Number string
Type SectionType
Body []string
Examples []string `json:",omitempty"`
}
type SectionType ¶
type SectionType string
const ( Part SectionType = "Part" Chapter SectionType = "Chapter" Rule SectionType = "Rule" SubRule SectionType = "SubRule" )
Click to show internal directories.
Click to hide internal directories.