mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-31 14:50:28 +00:00
(wip) init token APIs
This commit is contained in:
parent
c4916ea762
commit
245591cb23
37 changed files with 4286 additions and 131 deletions
|
@ -21,6 +21,9 @@ type DocumentToken func(*sql.Selector)
|
|||
// Group is the predicate function for group builders.
|
||||
type Group func(*sql.Selector)
|
||||
|
||||
// GroupInvitationToken is the predicate function for groupinvitationtoken builders.
|
||||
type GroupInvitationToken func(*sql.Selector)
|
||||
|
||||
// Item is the predicate function for item builders.
|
||||
type Item func(*sql.Selector)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue