-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: I think this finally works... (Part II)
- Loading branch information
1 parent
ce2e992
commit 34dd14e
Showing
2 changed files
with
27 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
package rest | ||
|
||
var ( | ||
MissingInterceptions = "missing interceptions: %v [%v]" | ||
MissingEndpointInterception = "missing endpoint interception: %v [%v]" | ||
MissingChildrenMap = "missing children map: %v [%v]" | ||
FailedToTraverse = "failed to traverse: %v [%v]" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters