Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ValidationError ¶
type ValidationError struct {
Code string
PageID string
ComponentName string
Source string
Span manifest.SourceSpan
Message string
}
func ValidatePage ¶
func ValidatePage(config gowdk.Config, page manifest.Page) []ValidationError
func (ValidationError) Error ¶
func (err ValidationError) Error() string
type ValidationErrors ¶
type ValidationErrors []ValidationError
func (ValidationErrors) Error ¶
func (errs ValidationErrors) Error() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.