Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RepositoryPool ¶
type RepositoryPool struct { Id int Identity string Hash string Name string Ext string Size int64 Path string CreatedAt time.Time `xorm:"created"` UpdatedAt time.Time `xorm:"updated"` DeletedAt time.Time `xorm:"deleted"` }
func (RepositoryPool) TableName ¶
func (table RepositoryPool) TableName() string
type ShareBasic ¶
type ShareBasic struct {}
func (ShareBasic) TableName ¶
func (table ShareBasic) TableName() string
type UserBasic ¶
type UserRepository ¶
type UserRepository struct { Id int Identity string UserIdentity string ParentId int64 RepositoryIdentity string Ext string Name string CreatedAt time.Time `xorm:"created"` UpdatedAt time.Time `xorm:"updated"` DeletedAt time.Time `xorm:"deleted"` }
func (UserRepository) TableName ¶
func (table UserRepository) TableName() string
Click to show internal directories.
Click to hide internal directories.