Documentation
¶
Overview ¶
Package httpapiconstraints contain types that can be used and implemented across the application to return specific HTTP status codes without pulling in large dependency trees.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsUnauthorizedError ¶
type IsUnauthorizedError interface {
}IsUnauthorizedError is an interface that can be implemented in other packages in order to return 404.
Click to show internal directories.
Click to hide internal directories.