MCPcopy
hub / github.com/kopia/kopia / customLogEntry

Struct customLogEntry

internal/contentlog/contentlog_logger_test.go:519–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519type customLogEntry struct {
520 message string
521 value int
522}
523
524func (e *customLogEntry) WriteTo(jw *contentlog.JSONWriter) {
525 jw.StringField("message", e.message)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected