MCPcopy Index your code
hub / github.com/dnote/dnote / Execute

Method Execute

pkg/server/mailer/mailer.go:46–46  ·  view source on GitHub ↗
(wr io.Writer, data interface{})

Source from the content-addressed store, hash-verified

44// html/template and text/template
45type tmpl interface {
46 Execute(wr io.Writer, data interface{}) error
47}
48
49// template wraps a template with its subject line

Callers 4

ExecuteFunction · 0.65
SendEmailMethod · 0.65
SendEmailMethod · 0.65
ExecuteMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected