MCPcopy Create free account
hub / github.com/pquerna/ffjson / FFRecord

Struct FFRecord

tests/ff.go:32–41  ·  view source on GitHub ↗

FFRecord struct

Source from the content-addressed store, hash-verified

30
31// FFRecord struct
32type FFRecord struct {
33 Timestamp int64 `json:"id,omitempty"`
34 OriginID uint32
35 Bar FFFoo
36 Method string `json:"meth"`
37 ReqID string
38 ServerIP string
39 RemoteIP string
40 BytesSent uint64
41}
42
43// TI18nName struct
44// ffjson: skip

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected