MCPcopy
hub / github.com/matcornic/hermes / SimpleExample

Struct SimpleExample

hermes_test.go:31–33  ·  view source on GitHub ↗

Scenario

Source from the content-addressed store, hash-verified

29
30// Scenario
31type SimpleExample struct {
32 theme Theme
33}
34
35func (ed *SimpleExample) getExample() (Hermes, Email) {
36 h := Hermes{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected