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

Method SetGUID

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

SetGUID sets the "guid" field.

(s string)

Source from the content-addressed store, hash-verified

68
69// SetGUID sets the "guid" field.
70func (occ *OAuthClientCreate) SetGUID(s string) *OAuthClientCreate {
71 occ.mutation.SetGUID(s)
72 return occ
73}
74
75// SetSecret sets the "secret" field.
76func (occ *OAuthClientCreate) SetSecret(s string) *OAuthClientCreate {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected