Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ASCIIDocAttributes ¶
type ASCIIDocAttributes struct {
Attribute []string `short:"a" help:"attribute for pre-processing AsciiDoc; this flag can be provided more than once" group:"Spec:"`
}
func (*ASCIIDocAttributes) ToList ¶
func (aa *ASCIIDocAttributes) ToList() (settings []asciidoc.AttributeName)
type DocTypeFilter ¶
type DocTypeFilter struct {
// contains filtered or unexported fields
}
func NewDocTypeFilter ¶
func NewDocTypeFilter(specificaion *spec.Specification, docType matter.DocType) *DocTypeFilter
func (*DocTypeFilter) Name ¶
func (sp *DocTypeFilter) Name() string
type EntityFilter ¶
type EntityFilter[I types.EntityStore, O any] struct { }
func (*EntityFilter[I, O]) Name ¶
func (sp *EntityFilter[I, O]) Name() string
Click to show internal directories.
Click to hide internal directories.