Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WarningList ¶
type WarningList struct {
// contains filtered or unexported fields
}
func NewWarningList ¶
func NewWarningList() *WarningList
func (*WarningList) AddWarning ¶
func (w *WarningList) AddWarning(e error)
func (*WarningList) Append ¶
func (w *WarningList) Append(warnings WarningList)
func (*WarningList) Warnings ¶
func (w *WarningList) Warnings() []error
Click to show internal directories.
Click to hide internal directories.