package
Version:
v0.25.0
Opens a new window with list of versions in this module.
Published: Oct 26, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package stack is an error wrapper and put it to a stack
using passed context.
Init to init context so it can be used as error stack.
Wrap to put the errors in the stack in the initiated context.
Will return the last of maskedErrs.
type ErrStack struct {
File string `json:"file"`
Function string `json:"function"`
Message string `json:"message"`
}
ErrStack is error stack.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.