Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AfterCreatorAPI ¶
AfterCreatorAPI is the hook triggered in the API handler after the value is being inserted into database.
type AfterDeleterAPI ¶
AfterDeleterAPI is the hook triggered in the API handler after the value is being deleted from the database.
type AfterGetterAPI ¶
AfterGetterAPI is the hook triggered in the API handler after the value is taken from the database.
type AfterListerAPI ¶
AfterListerAPI is the hook triggered in the API handler after the values are being listed from the database.
type AfterPatcherAPI ¶
AfterPatcherAPI is the hook triggered in the API handler after the value is being patched into database.
type BeforeCreatorAPI ¶
BeforeCreatorAPI is the hook triggered in the API handler before the value is being inserted into database.
type BeforeDeleterAPI ¶
BeforeDeleterAPI is the hook triggered in the API handler before the value is being deleted from the database.
type BeforeGetterAPI ¶
BeforeGetterAPI is the hook triggered in the API handler before the value is taken from the database.
type BeforeListerAPI ¶
BeforeListerAPI is the hook triggered in the API handler before the values are being listed from the database.