MCPcopy Index your code
hub / github.com/apache/answer / FromJSONString

Method FromJSONString

internal/schema/email_template.go:55–57  ·  view source on GitHub ↗
(data string)

Source from the content-addressed store, hash-verified

53}
54
55func (r *EmailCodeContent) FromJSONString(data string) error {
56 return json.Unmarshal([]byte(data), &r)
57}
58
59type RegisterTemplateData struct {
60 SiteName string

Callers 4

UserVerifyEmailMethod · 0.95
UserChangeEmailVerifyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected