Init V4 community edition (#2265)
* Init V4 community edition * Init V4 community edition
This commit is contained in:
81
ent/mutationhelper.go
Normal file
81
ent/mutationhelper.go
Normal file
@@ -0,0 +1,81 @@
|
||||
// Code generated by ent, DO NOT EDIT.
|
||||
|
||||
package ent
|
||||
|
||||
// SetUpdatedAt sets the "updated_at" field.
|
||||
|
||||
func (m *DavAccountMutation) SetRawID(t int) {
|
||||
m.id = &t
|
||||
}
|
||||
|
||||
// SetUpdatedAt sets the "updated_at" field.
|
||||
|
||||
func (m *DirectLinkMutation) SetRawID(t int) {
|
||||
m.id = &t
|
||||
}
|
||||
|
||||
// SetUpdatedAt sets the "updated_at" field.
|
||||
|
||||
func (m *EntityMutation) SetRawID(t int) {
|
||||
m.id = &t
|
||||
}
|
||||
|
||||
// SetUpdatedAt sets the "updated_at" field.
|
||||
|
||||
func (m *FileMutation) SetRawID(t int) {
|
||||
m.id = &t
|
||||
}
|
||||
|
||||
// SetUpdatedAt sets the "updated_at" field.
|
||||
|
||||
func (m *GroupMutation) SetRawID(t int) {
|
||||
m.id = &t
|
||||
}
|
||||
|
||||
// SetUpdatedAt sets the "updated_at" field.
|
||||
|
||||
func (m *MetadataMutation) SetRawID(t int) {
|
||||
m.id = &t
|
||||
}
|
||||
|
||||
// SetUpdatedAt sets the "updated_at" field.
|
||||
|
||||
func (m *NodeMutation) SetRawID(t int) {
|
||||
m.id = &t
|
||||
}
|
||||
|
||||
// SetUpdatedAt sets the "updated_at" field.
|
||||
|
||||
func (m *PasskeyMutation) SetRawID(t int) {
|
||||
m.id = &t
|
||||
}
|
||||
|
||||
// SetUpdatedAt sets the "updated_at" field.
|
||||
|
||||
func (m *SettingMutation) SetRawID(t int) {
|
||||
m.id = &t
|
||||
}
|
||||
|
||||
// SetUpdatedAt sets the "updated_at" field.
|
||||
|
||||
func (m *ShareMutation) SetRawID(t int) {
|
||||
m.id = &t
|
||||
}
|
||||
|
||||
// SetUpdatedAt sets the "updated_at" field.
|
||||
|
||||
func (m *StoragePolicyMutation) SetRawID(t int) {
|
||||
m.id = &t
|
||||
}
|
||||
|
||||
// SetUpdatedAt sets the "updated_at" field.
|
||||
|
||||
func (m *TaskMutation) SetRawID(t int) {
|
||||
m.id = &t
|
||||
}
|
||||
|
||||
// SetUpdatedAt sets the "updated_at" field.
|
||||
|
||||
func (m *UserMutation) SetRawID(t int) {
|
||||
m.id = &t
|
||||
}
|
||||
Reference in New Issue
Block a user