package
0.0.0-20241112161804-7fb75e998fcb
Repository: https://github.com/charanck/abac.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterHandlers adds each server route to the EchoRouter.
Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Error defines model for Error.
FieldMask defines model for FieldMask.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ListParams defines parameters for List.
No description provided by the author
PagingMetadata defines model for PagingMetadata.
Resource defines model for Resource.
ServerInterfaceWrapper converts echo contexts to parameters.
No description provided by the author
No description provided by the author
UpdateByIdJSONBody defines parameters for UpdateById.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration.
No description provided by the author
No description provided by the author
ServerInterface represents all server handlers.
StrictServerInterface represents all server handlers.
No description provided by the author

# Type aliases

CreateJSONRequestBody defines body for Create for application/json ContentType.
No description provided by the author
Resources defines model for Resources.
No description provided by the author
No description provided by the author
UpdateByIdJSONRequestBody defines body for UpdateById for application/json ContentType.