Documentation
¶
Index ¶
Constants ¶
View Source
const NA = Kind("N/A")
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type I ¶
type I interface { AsKind(Kind) I IsKind(Kind) bool Pin() XError ToError() error XError Msg(string) I WithStackTrace() I // WithParam will append the param key/value pair passed in // to the internal map. WithParam(string, interface{}) I // WithParams will set or merge given params map to use // as the param values. Passing nil instead of a map will // clear the params completely. WithParams(map[string]interface{}) I // contains filtered or unexported methods }
func NewWithKind ¶
Click to show internal directories.
Click to hide internal directories.