FFRecord struct
| 30 | |
| 31 | // FFRecord struct |
| 32 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected