MapTime() Create a map[string]time of each key maptime(field) => map[string]time{field_value:message_timestamp} maptime(field, timestamp) => map[string]time{field_value:timestamp}
| 240 | // maptime(field, timestamp) => map[string]time{field_value:timestamp} |
| 241 | // |
| 242 | type MapTime struct{} |
| 243 | |
| 244 | // Type MapTime |
| 245 | func (m *MapTime) Type() value.ValueType { return value.MapTimeType } |
nothing calls this directly
no outgoing calls
no test coverage detected