MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / SetUpdatedAt

Method SetUpdatedAt

ent/share_update.go:414–417  ·  view source on GitHub ↗

SetUpdatedAt sets the "updated_at" field.

(t time.Time)

Source from the content-addressed store, hash-verified

412
413// SetUpdatedAt sets the "updated_at" field.
414func (suo *ShareUpdateOne) SetUpdatedAt(t time.Time) *ShareUpdateOne {
415 suo.mutation.SetUpdatedAt(t)
416 return suo
417}
418
419// SetDeletedAt sets the "deleted_at" field.
420func (suo *ShareUpdateOne) SetDeletedAt(t time.Time) *ShareUpdateOne {

Callers

nothing calls this directly

Calls 1

SetUpdatedAtMethod · 0.45

Tested by

no test coverage detected