Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReferenceRender ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService( specAssembler SpecAssembler, specChecker SpecChecker, referenceRender ReferenceRender, highlightCodePreview bool, ) *Service
type SpecAssembler ¶
type SpecChecker ¶
type SpecChecker interface {
Check(spec speca.Spec) (models.CheckResult, error)
}
Click to show internal directories.
Click to hide internal directories.