Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RatACL ¶
type RatACL struct { *neo4j_driver.Model IsPrivate bool }
type RatFile ¶
type RatFile struct { *neo4j_driver.Model Name string Path string Owner *AuthUser `cypher:"relation_name:BELONGS_TO"` // RatFolderId uuid.UUID //`sql:"unique_index:uix_multipleindexes_user_name,uix_multipleindexes_user_email;index:idx_multipleindexes_user_other"` RatFolder *RatFolder `cypher:"relation_name:INSIDE_FOLDER"` }
type RatOrg ¶
type RatOrg struct { *neo4j_driver.Model Name string }
Click to show internal directories.
Click to hide internal directories.