MCPcopy
hub / github.com/Wei-Shaw/sub2api / SetStatus

Method SetStatus

backend/ent/mutation.go:39712–39714  ·  view source on GitHub ↗

SetStatus sets the "status" field.

(s string)

Source from the content-addressed store, hash-verified

39710
39711// SetStatus sets the "status" field.
39712func (m *UserMutation) SetStatus(s string) {
39713 m.status = &s
39714}
39715
39716// Status returns the value of the "status" field in the mutation.
39717func (m *UserMutation) Status() (r string, exists bool) {

Calls

no outgoing calls