Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorsToStrings ¶ added in v1.0.2
func PanicOnErr ¶
func PanicOnErr(err error)
PanicOnErr is a syntactic sugar function to panic on error.
Types ¶
type ErrorInfos ¶ added in v1.0.2
type ErrorInfos []*ErrorInfo
func (ErrorInfos) ErrorsString ¶ added in v1.0.2
func (eis ErrorInfos) ErrorsString() []string
func (ErrorInfos) Filter ¶ added in v1.0.2
func (eis ErrorInfos) Filter(isError bool) ErrorInfos
func (ErrorInfos) GoodCorrects ¶ added in v1.0.2
func (eis ErrorInfos) GoodCorrects() []string
func (ErrorInfos) GoodInputs ¶ added in v1.0.2
func (eis ErrorInfos) GoodInputs() []string
func (ErrorInfos) Inflate ¶ added in v1.0.2
func (eis ErrorInfos) Inflate()
Click to show internal directories.
Click to hide internal directories.