MCPcopy Create free account
hub / github.com/ebosas/microservices / Message

Struct Message

internal/cache/cache.go:14–17  ·  view source on GitHub ↗

Message adds additional fields to models.Message.

Source from the content-addressed store, hash-verified

12
13// Message adds additional fields to models.Message.
14type Message struct {
15 models.Message
16 TimeFmt string `json:"timefmt"`
17}
18
19// Cache is used in the messages.html template.
20type Cache struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected