Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
func (*Exporter) Export ¶
func (e *Exporter) Export( ctx context.Context, params *exporter.ExportParams, ) ([]*exporter.ExportedPage, error)
func (*Exporter) ExportPerFile ¶
func (e *Exporter) ExportPerFile( ctx context.Context, params *exporter.ExportParams, ) ([]*exporter.ExportedPage, error)
type Specification ¶ added in v0.5.7
type Specification struct {
WithDiagram bool `yaml:"with_diagram" json:"with_diagram"`
Diagram diagram.Specification `yaml:"diagram" json:"diagram"`
}
func (*Specification) Validate ¶ added in v0.5.7
func (s *Specification) Validate() error
Click to show internal directories.
Click to hide internal directories.