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

Method SetEvent

ent/fsevent_create.go:70–73  ·  view source on GitHub ↗

SetEvent sets the "event" field.

(s string)

Source from the content-addressed store, hash-verified

68
69// SetEvent sets the "event" field.
70func (fec *FsEventCreate) SetEvent(s string) *FsEventCreate {
71 fec.mutation.SetEvent(s)
72 return fec
73}
74
75// SetSubscriber sets the "subscriber" field.
76func (fec *FsEventCreate) SetSubscriber(u uuid.UUID) *FsEventCreate {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected