package
Version:
v1.1.0-alpha
Opens a new window with list of versions in this module.
Published: Jan 26, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ElementMessage struct {
Path string `json:"path"`
Message string `json:"message"`
}
type Messages struct {
GeneralErrors []string `json:"general_errors"`
ElementWarnings []*ElementMessage `json:"element_warnings"`
ElementErrors []*ElementMessage `json:"element_errors"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.