Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶
type Operation struct {
// contains filtered or unexported fields
}
func NewOperation ¶
func NewOperation( specAssembler SpecAssembler, specChecker SpecChecker, referenceRender ReferenceRender, highlightCodePreview bool, ) *Operation
type ReferenceRender ¶
type ReferenceRender interface {
SourceCode(ref models.CodeReference, highlight bool) []byte
}
type SpecAssembler ¶
type SpecChecker ¶
Click to show internal directories.
Click to hide internal directories.