Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
	Errors []error
}
    Error is an error type to track multiple errors. This is used to accumulate errors in cases such as configuration parsing, and returning them as a single error.
func ErrorAppend ¶
ErrorAppend is a helper function that will append more errors onto an Error in order to create a larger multi-error. If the original error is not an Error, it will be turned into one.
 Click to show internal directories. 
   Click to hide internal directories.