Adds an annotation to the super timeline. This is normally a separate component called "Annotations"
| 87 | // Adds an annotation to the super timeline. This is normally a |
| 88 | // separate component called "Annotations" |
| 89 | type ISuperTimelineAnnotator interface { |
| 90 | AnnotateTimeline( |
| 91 | ctx context.Context, scope vfilter.Scope, |
| 92 | notebook_id string, supertimeline string, |
| 93 | message, principal string, |
| 94 | timestamp time.Time, event *ordereddict.Dict) error |
| 95 | } |
nothing calls this directly
no outgoing calls
no test coverage detected