package
Version:
v0.0.0-...-6932d60
Opens a new window with list of versions in this module.
Published: Jun 10, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
IsCyclical returns true if err is Cyclical.
func NewCyclicalError(in, from string, causes ...error) cyclicalError
NewCyclicalError returns a struct adhering to the Cyclical interface.
type Cyclical interface {
error
Cyclical() bool
}
Cyclical is an error indicating a cycle of dependencies
Source Files
¶
Click to show internal directories.
Click to hide internal directories.