Documentation
¶
Index ¶
- Constants
- func AddRoutes(sg *echo.Group)
- func InviteInserted(c echo.Context) error
- func MapToStruct(source any, target interface{}) error
- func OrganisationCreated(c echo.Context) error
- func ProjectInserted(c echo.Context) error
- func SecretDeleteLegacy(c echo.Context) error
- func UserInserted(c echo.Context) error
Constants ¶
View Source
const (
KEY_BYTES = 32
)
Variables ¶
This section is empty.
Functions ¶
func InviteInserted ¶
func InviteInserted(c echo.Context) error
Called when a new row is inserted inside the `invites` table.
func MapToStruct ¶
func OrganisationCreated ¶
func OrganisationCreated(c echo.Context) error
Called when a new row is inserted inside the `organisations` table.
func ProjectInserted ¶
func ProjectInserted(c echo.Context) error
Called when a new row is inserted inside the `projects` table.
func SecretDeleteLegacy ¶
func SecretDeleteLegacy(c echo.Context) error
Called when a new row is inserted inside the `secrets` table.
func UserInserted ¶
func UserInserted(c echo.Context) error
Called when a new row is inserted inside the `users` table.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.