Documentation ¶
Index ¶
- type NoopTelemetry
- func (t *NoopTelemetry) AddChecklist(playbookRunID, userID string, checklist app.Checklist)
- func (t *NoopTelemetry) AddPostToTimeline(*app.PlaybookRun, string)
- func (t *NoopTelemetry) AddTask(string, string, app.ChecklistItem)
- func (t *NoopTelemetry) AutoFollowPlaybook(playbook app.Playbook, userID string)
- func (t *NoopTelemetry) AutoUnfollowPlaybook(playbook app.Playbook, userID string)
- func (t *NoopTelemetry) ChangeDigestSettings(userID string, old app.DigestNotificationSettings, ...)
- func (t *NoopTelemetry) ChangeOwner(*app.PlaybookRun, string)
- func (t *NoopTelemetry) CreatePlaybook(app.Playbook, string)
- func (t *NoopTelemetry) CreatePlaybookRun(*app.PlaybookRun, string, bool)
- func (t *NoopTelemetry) DeletePlaybook(app.Playbook, string)
- func (t *NoopTelemetry) Disable() error
- func (t *NoopTelemetry) Enable() error
- func (t *NoopTelemetry) FinishPlaybookRun(*app.PlaybookRun, string)
- func (t *NoopTelemetry) Follow(playbookRun *app.PlaybookRun, userID string)
- func (t *NoopTelemetry) FrontendTelemetryForPlaybook(playbook app.Playbook, userID, action string)
- func (t *NoopTelemetry) FrontendTelemetryForPlaybookRun(*app.PlaybookRun, string, string)
- func (t *NoopTelemetry) FrontendTelemetryForPlaybookTemplate(templateName string, userID, action string)
- func (t *NoopTelemetry) ImportPlaybook(app.Playbook, string)
- func (t *NoopTelemetry) ModifyCheckedState(string, string, app.ChecklistItem, bool)
- func (t *NoopTelemetry) MoveChecklist(string, string, app.Checklist)
- func (t *NoopTelemetry) MoveTask(string, string, app.ChecklistItem)
- func (t *NoopTelemetry) NotifyAdmins(userID string, action string)
- func (t *NoopTelemetry) PublishRetrospective(playbookRun *app.PlaybookRun, userID string)
- func (t *NoopTelemetry) RemoveChecklist(playbookRunID, userID string, checklist app.Checklist)
- func (t *NoopTelemetry) RemoveTask(string, string, app.ChecklistItem)
- func (t *NoopTelemetry) RemoveTimelineEvent(*app.PlaybookRun, string)
- func (t *NoopTelemetry) RenameChecklist(playbookRunID, userID string, checklist app.Checklist)
- func (t *NoopTelemetry) RenameTask(string, string, app.ChecklistItem)
- func (t *NoopTelemetry) RestartPlaybookRun(*app.PlaybookRun, string)
- func (t *NoopTelemetry) RestorePlaybook(app.Playbook, string)
- func (t *NoopTelemetry) RestorePlaybookRun(*app.PlaybookRun, string)
- func (t *NoopTelemetry) RestoreTask(string, string, app.ChecklistItem)
- func (t *NoopTelemetry) RunChannelAction(action app.GenericChannelAction, userID string)
- func (t *NoopTelemetry) RunTaskSlashCommand(string, string, app.ChecklistItem)
- func (t *NoopTelemetry) SetAssignee(string, string, app.ChecklistItem)
- func (t *NoopTelemetry) SkipTask(string, string, app.ChecklistItem)
- func (t *NoopTelemetry) StartTrial(userID string, action string)
- func (t *NoopTelemetry) Unfollow(playbookRun *app.PlaybookRun, userID string)
- func (t *NoopTelemetry) UpdatePlaybook(app.Playbook, string)
- func (t *NoopTelemetry) UpdateRetrospective(playbookRun *app.PlaybookRun, userID string)
- func (t *NoopTelemetry) UpdateStatus(*app.PlaybookRun, string)
- type RudderTelemetry
- func (t *RudderTelemetry) AddChecklist(playbookRunID, userID string, checklist app.Checklist)
- func (t *RudderTelemetry) AddPostToTimeline(playbookRun *app.PlaybookRun, userID string)
- func (t *RudderTelemetry) AddTask(playbookRunID, userID string, task app.ChecklistItem)
- func (t *RudderTelemetry) AutoFollowPlaybook(playbook app.Playbook, userID string)
- func (t *RudderTelemetry) AutoUnfollowPlaybook(playbook app.Playbook, userID string)
- func (t *RudderTelemetry) ChangeDigestSettings(userID string, old app.DigestNotificationSettings, ...)
- func (t *RudderTelemetry) ChangeOwner(playbookRun *app.PlaybookRun, userID string)
- func (t *RudderTelemetry) CreatePlaybook(playbook app.Playbook, userID string)
- func (t *RudderTelemetry) CreatePlaybookRun(playbookRun *app.PlaybookRun, userID string, public bool)
- func (t *RudderTelemetry) DeletePlaybook(playbook app.Playbook, userID string)
- func (t *RudderTelemetry) Disable() error
- func (t *RudderTelemetry) Enable() error
- func (t *RudderTelemetry) FinishPlaybookRun(playbookRun *app.PlaybookRun, userID string)
- func (t *RudderTelemetry) Follow(playbookRun *app.PlaybookRun, userID string)
- func (t *RudderTelemetry) FrontendTelemetryForPlaybook(playbook app.Playbook, userID, action string)
- func (t *RudderTelemetry) FrontendTelemetryForPlaybookRun(playbookRun *app.PlaybookRun, userID, action string)
- func (t *RudderTelemetry) FrontendTelemetryForPlaybookTemplate(templateName string, userID, action string)
- func (t *RudderTelemetry) ImportPlaybook(playbook app.Playbook, userID string)
- func (t *RudderTelemetry) ModifyCheckedState(playbookRunID, userID string, task app.ChecklistItem, wasOwner bool)
- func (t *RudderTelemetry) MoveChecklist(playbookRunID, userID string, checklist app.Checklist)
- func (t *RudderTelemetry) MoveTask(playbookRunID, userID string, task app.ChecklistItem)
- func (t *RudderTelemetry) NotifyAdmins(userID string, action string)
- func (t *RudderTelemetry) PublishRetrospective(playbookRun *app.PlaybookRun, userID string)
- func (t *RudderTelemetry) RemoveChecklist(playbookRunID, userID string, checklist app.Checklist)
- func (t *RudderTelemetry) RemoveTask(playbookRunID, userID string, task app.ChecklistItem)
- func (t *RudderTelemetry) RemoveTimelineEvent(playbookRun *app.PlaybookRun, userID string)
- func (t *RudderTelemetry) RenameChecklist(playbookRunID, userID string, checklist app.Checklist)
- func (t *RudderTelemetry) RenameTask(playbookRunID, userID string, task app.ChecklistItem)
- func (t *RudderTelemetry) RestartPlaybookRun(playbookRun *app.PlaybookRun, userID string)
- func (t *RudderTelemetry) RestorePlaybook(playbook app.Playbook, userID string)
- func (t *RudderTelemetry) RestorePlaybookRun(playbookRun *app.PlaybookRun, userID string)
- func (t *RudderTelemetry) RestoreTask(playbookRunID, userID string, task app.ChecklistItem)
- func (t *RudderTelemetry) RunChannelAction(action app.GenericChannelAction, userID string)
- func (t *RudderTelemetry) RunTaskSlashCommand(playbookRunID, userID string, task app.ChecklistItem)
- func (t *RudderTelemetry) SetAssignee(playbookRunID, userID string, task app.ChecklistItem)
- func (t *RudderTelemetry) SkipTask(playbookRunID, userID string, task app.ChecklistItem)
- func (t *RudderTelemetry) StartTrial(userID string, action string)
- func (t *RudderTelemetry) Unfollow(playbookRun *app.PlaybookRun, userID string)
- func (t *RudderTelemetry) UpdatePlaybook(playbook app.Playbook, userID string)
- func (t *RudderTelemetry) UpdateRetrospective(playbookRun *app.PlaybookRun, userID string)
- func (t *RudderTelemetry) UpdateStatus(playbookRun *app.PlaybookRun, userID string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopTelemetry ¶
type NoopTelemetry struct{}
NoopTelemetry satisfies the Telemetry interface with no-op implementations.
func (*NoopTelemetry) AddChecklist ¶
func (t *NoopTelemetry) AddChecklist(playbookRunID, userID string, checklist app.Checklist)
AddChecklist does nothing
func (*NoopTelemetry) AddPostToTimeline ¶
func (t *NoopTelemetry) AddPostToTimeline(*app.PlaybookRun, string)
AddPostToTimeline does nothing
func (*NoopTelemetry) AddTask ¶
func (t *NoopTelemetry) AddTask(string, string, app.ChecklistItem)
AddTask does nothing.
func (*NoopTelemetry) AutoFollowPlaybook ¶
func (t *NoopTelemetry) AutoFollowPlaybook(playbook app.Playbook, userID string)
AutoFollowPlaybook tracks the auto-follow of a playbook.
func (*NoopTelemetry) AutoUnfollowPlaybook ¶
func (t *NoopTelemetry) AutoUnfollowPlaybook(playbook app.Playbook, userID string)
AutoUnfollowPlaybook tracks the auto-unfollow of a playbook.
func (*NoopTelemetry) ChangeDigestSettings ¶
func (t *NoopTelemetry) ChangeDigestSettings(userID string, old app.DigestNotificationSettings, new app.DigestNotificationSettings)
ChangeDigestSettings does nothing
func (*NoopTelemetry) ChangeOwner ¶
func (t *NoopTelemetry) ChangeOwner(*app.PlaybookRun, string)
ChangeOwner does nothing
func (*NoopTelemetry) CreatePlaybook ¶
func (t *NoopTelemetry) CreatePlaybook(app.Playbook, string)
CreatePlaybook does nothing.
func (*NoopTelemetry) CreatePlaybookRun ¶
func (t *NoopTelemetry) CreatePlaybookRun(*app.PlaybookRun, string, bool)
CreatePlaybookRun does nothing
func (*NoopTelemetry) DeletePlaybook ¶
func (t *NoopTelemetry) DeletePlaybook(app.Playbook, string)
DeletePlaybook does nothing.
func (*NoopTelemetry) Disable ¶
func (t *NoopTelemetry) Disable() error
Disable does nothing, returning always nil.
func (*NoopTelemetry) Enable ¶
func (t *NoopTelemetry) Enable() error
Enable does nothing, returning always nil.
func (*NoopTelemetry) FinishPlaybookRun ¶
func (t *NoopTelemetry) FinishPlaybookRun(*app.PlaybookRun, string)
EndPlaybookRun does nothing
func (*NoopTelemetry) Follow ¶
func (t *NoopTelemetry) Follow(playbookRun *app.PlaybookRun, userID string)
Follow tracks userID following a playbook run.
func (*NoopTelemetry) FrontendTelemetryForPlaybook ¶
func (t *NoopTelemetry) FrontendTelemetryForPlaybook(playbook app.Playbook, userID, action string)
FrontendTelemetryForPlaybook does nothing.
func (*NoopTelemetry) FrontendTelemetryForPlaybookRun ¶
func (t *NoopTelemetry) FrontendTelemetryForPlaybookRun(*app.PlaybookRun, string, string)
FrontendTelemetryForPlaybookRun does nothing
func (*NoopTelemetry) FrontendTelemetryForPlaybookTemplate ¶
func (t *NoopTelemetry) FrontendTelemetryForPlaybookTemplate(templateName string, userID, action string)
FrontendTelemetryForPlaybookTemplate does nothing.
func (*NoopTelemetry) ImportPlaybook ¶
func (t *NoopTelemetry) ImportPlaybook(app.Playbook, string)
ImportPlaybook does nothing.
func (*NoopTelemetry) ModifyCheckedState ¶
func (t *NoopTelemetry) ModifyCheckedState(string, string, app.ChecklistItem, bool)
ModifyCheckedState does nothing.
func (*NoopTelemetry) MoveChecklist ¶
func (t *NoopTelemetry) MoveChecklist(string, string, app.Checklist)
MoveChecklist does nothing.
func (*NoopTelemetry) MoveTask ¶
func (t *NoopTelemetry) MoveTask(string, string, app.ChecklistItem)
MoveTask does nothing.
func (*NoopTelemetry) NotifyAdmins ¶
func (t *NoopTelemetry) NotifyAdmins(userID string, action string)
NotifyAdmins does nothing.
func (*NoopTelemetry) PublishRetrospective ¶
func (t *NoopTelemetry) PublishRetrospective(playbookRun *app.PlaybookRun, userID string)
func (*NoopTelemetry) RemoveChecklist ¶
func (t *NoopTelemetry) RemoveChecklist(playbookRunID, userID string, checklist app.Checklist)
RemoveChecklist does nothing
func (*NoopTelemetry) RemoveTask ¶
func (t *NoopTelemetry) RemoveTask(string, string, app.ChecklistItem)
RemoveTask does nothing.
func (*NoopTelemetry) RemoveTimelineEvent ¶
func (t *NoopTelemetry) RemoveTimelineEvent(*app.PlaybookRun, string)
RemoveTimelineEvent does nothing
func (*NoopTelemetry) RenameChecklist ¶
func (t *NoopTelemetry) RenameChecklist(playbookRunID, userID string, checklist app.Checklist)
RenameChecklist does nothing
func (*NoopTelemetry) RenameTask ¶
func (t *NoopTelemetry) RenameTask(string, string, app.ChecklistItem)
RenameTask does nothing.
func (*NoopTelemetry) RestartPlaybookRun ¶
func (t *NoopTelemetry) RestartPlaybookRun(*app.PlaybookRun, string)
RestartPlaybookRun does nothing
func (*NoopTelemetry) RestorePlaybook ¶
func (t *NoopTelemetry) RestorePlaybook(app.Playbook, string)
RestorePlaybook does nothing either.
func (*NoopTelemetry) RestorePlaybookRun ¶
func (t *NoopTelemetry) RestorePlaybookRun(*app.PlaybookRun, string)
RestorePlaybookRun does nothing
func (*NoopTelemetry) RestoreTask ¶
func (t *NoopTelemetry) RestoreTask(string, string, app.ChecklistItem)
RestoreTask does nothing.
func (*NoopTelemetry) RunChannelAction ¶ added in v1.26.0
func (t *NoopTelemetry) RunChannelAction(action app.GenericChannelAction, userID string)
RunChannelAction does nothing
func (*NoopTelemetry) RunTaskSlashCommand ¶
func (t *NoopTelemetry) RunTaskSlashCommand(string, string, app.ChecklistItem)
RunTaskSlashCommand does nothing
func (*NoopTelemetry) SetAssignee ¶
func (t *NoopTelemetry) SetAssignee(string, string, app.ChecklistItem)
SetAssignee does nothing.
func (*NoopTelemetry) SkipTask ¶
func (t *NoopTelemetry) SkipTask(string, string, app.ChecklistItem)
SkipTask does nothing.
func (*NoopTelemetry) StartTrial ¶
func (t *NoopTelemetry) StartTrial(userID string, action string)
StartTrial does nothing.
func (*NoopTelemetry) Unfollow ¶
func (t *NoopTelemetry) Unfollow(playbookRun *app.PlaybookRun, userID string)
Unfollow tracks userID following a playbook run.
func (*NoopTelemetry) UpdatePlaybook ¶
func (t *NoopTelemetry) UpdatePlaybook(app.Playbook, string)
UpdatePlaybook does nothing.
func (*NoopTelemetry) UpdateRetrospective ¶
func (t *NoopTelemetry) UpdateRetrospective(playbookRun *app.PlaybookRun, userID string)
func (*NoopTelemetry) UpdateStatus ¶
func (t *NoopTelemetry) UpdateStatus(*app.PlaybookRun, string)
UpdateStatus does nothing
type RudderTelemetry ¶
type RudderTelemetry struct {
// contains filtered or unexported fields
}
RudderTelemetry implements Telemetry using a Rudder backend.
func NewRudder ¶
func NewRudder(dataPlaneURL, writeKey, diagnosticID, pluginVersion, serverVersion string) (*RudderTelemetry, error)
NewRudder builds a new RudderTelemetry client that will send the events to dataPlaneURL with the writeKey, identified with the diagnosticID. The version of the server is also sent with every event tracked. If either diagnosticID or serverVersion are empty, an error is returned.
func (*RudderTelemetry) AddChecklist ¶
func (t *RudderTelemetry) AddChecklist(playbookRunID, userID string, checklist app.Checklist)
AddChecklist tracks the creation of a new checklist.
func (*RudderTelemetry) AddPostToTimeline ¶
func (t *RudderTelemetry) AddPostToTimeline(playbookRun *app.PlaybookRun, userID string)
AddPostToTimeline tracks userID creating a timeline event from a post.
func (*RudderTelemetry) AddTask ¶
func (t *RudderTelemetry) AddTask(playbookRunID, userID string, task app.ChecklistItem)
AddTask tracks the creation of a new checklist item by the user identified by userID in the given playbook run.
func (*RudderTelemetry) AutoFollowPlaybook ¶
func (t *RudderTelemetry) AutoFollowPlaybook(playbook app.Playbook, userID string)
AutoFollowPlaybook tracks the auto-follow of a playbook.
func (*RudderTelemetry) AutoUnfollowPlaybook ¶
func (t *RudderTelemetry) AutoUnfollowPlaybook(playbook app.Playbook, userID string)
AutoUnfollowPlaybook tracks the auto-unfollow of a playbook.
func (*RudderTelemetry) ChangeDigestSettings ¶
func (t *RudderTelemetry) ChangeDigestSettings(userID string, old app.DigestNotificationSettings, new app.DigestNotificationSettings)
ChangeDigestSettings tracks when a user changes one of the digest settings
func (*RudderTelemetry) ChangeOwner ¶
func (t *RudderTelemetry) ChangeOwner(playbookRun *app.PlaybookRun, userID string)
ChangeOwner tracks changes in owner
func (*RudderTelemetry) CreatePlaybook ¶
func (t *RudderTelemetry) CreatePlaybook(playbook app.Playbook, userID string)
CreatePlaybook tracks the creation of a playbook.
func (*RudderTelemetry) CreatePlaybookRun ¶
func (t *RudderTelemetry) CreatePlaybookRun(playbookRun *app.PlaybookRun, userID string, public bool)
CreatePlaybookRun tracks the creation of the playbook run passed.
func (*RudderTelemetry) DeletePlaybook ¶
func (t *RudderTelemetry) DeletePlaybook(playbook app.Playbook, userID string)
DeletePlaybook tracks the deletion of a playbook.
func (*RudderTelemetry) Disable ¶
func (t *RudderTelemetry) Disable() error
Disable disables telemetry for all future events. It does nothing if the client is already disabled.
func (*RudderTelemetry) Enable ¶
func (t *RudderTelemetry) Enable() error
Enable creates a new client to track all future events. It does nothing if a client is already enabled.
func (*RudderTelemetry) FinishPlaybookRun ¶
func (t *RudderTelemetry) FinishPlaybookRun(playbookRun *app.PlaybookRun, userID string)
FinishPlaybookRun tracks the end of the playbook run passed.
func (*RudderTelemetry) Follow ¶
func (t *RudderTelemetry) Follow(playbookRun *app.PlaybookRun, userID string)
Follow tracks userID following a playbook run.
func (*RudderTelemetry) FrontendTelemetryForPlaybook ¶
func (t *RudderTelemetry) FrontendTelemetryForPlaybook(playbook app.Playbook, userID, action string)
FrontendTelemetryForPlaybook tracks an event originating from the frontend
func (*RudderTelemetry) FrontendTelemetryForPlaybookRun ¶
func (t *RudderTelemetry) FrontendTelemetryForPlaybookRun(playbookRun *app.PlaybookRun, userID, action string)
func (*RudderTelemetry) FrontendTelemetryForPlaybookTemplate ¶
func (t *RudderTelemetry) FrontendTelemetryForPlaybookTemplate(templateName string, userID, action string)
FrontendTelemetryForPlaybookTemplate tracks a playbook template event originating from the frontend
func (*RudderTelemetry) ImportPlaybook ¶
func (t *RudderTelemetry) ImportPlaybook(playbook app.Playbook, userID string)
ImportPlaybook tracks the import of a playbook.
func (*RudderTelemetry) ModifyCheckedState ¶
func (t *RudderTelemetry) ModifyCheckedState(playbookRunID, userID string, task app.ChecklistItem, wasOwner bool)
ModifyCheckedState tracks the checking and unchecking of items by the user identified by userID in the given playbook run.
func (*RudderTelemetry) MoveChecklist ¶
func (t *RudderTelemetry) MoveChecklist(playbookRunID, userID string, checklist app.Checklist)
MoveChecklist tracks the movement of a checklist
func (*RudderTelemetry) MoveTask ¶
func (t *RudderTelemetry) MoveTask(playbookRunID, userID string, task app.ChecklistItem)
MoveTask tracks the movement of checklist items by the user identified by userID in the given playbook run.
func (*RudderTelemetry) NotifyAdmins ¶
func (t *RudderTelemetry) NotifyAdmins(userID string, action string)
func (*RudderTelemetry) PublishRetrospective ¶
func (t *RudderTelemetry) PublishRetrospective(playbookRun *app.PlaybookRun, userID string)
func (*RudderTelemetry) RemoveChecklist ¶
func (t *RudderTelemetry) RemoveChecklist(playbookRunID, userID string, checklist app.Checklist)
RemoveChecklist tracks the removal of a checklist.
func (*RudderTelemetry) RemoveTask ¶
func (t *RudderTelemetry) RemoveTask(playbookRunID, userID string, task app.ChecklistItem)
RemoveTask tracks the removal of a checklist item by the user identified by userID in the given playbook run.
func (*RudderTelemetry) RemoveTimelineEvent ¶
func (t *RudderTelemetry) RemoveTimelineEvent(playbookRun *app.PlaybookRun, userID string)
RemoveTimelineEvent tracks userID removing a timeline event.
func (*RudderTelemetry) RenameChecklist ¶
func (t *RudderTelemetry) RenameChecklist(playbookRunID, userID string, checklist app.Checklist)
RenameChecklist tracks the renaming of a checklist
func (*RudderTelemetry) RenameTask ¶
func (t *RudderTelemetry) RenameTask(playbookRunID, userID string, task app.ChecklistItem)
RenameTask tracks the update of a checklist item by the user identified by userID in the given playbook run.
func (*RudderTelemetry) RestartPlaybookRun ¶
func (t *RudderTelemetry) RestartPlaybookRun(playbookRun *app.PlaybookRun, userID string)
RestartPlaybookRun tracks the restart of the playbook run.
func (*RudderTelemetry) RestorePlaybook ¶
func (t *RudderTelemetry) RestorePlaybook(playbook app.Playbook, userID string)
RestorePlaybook tracks the deletion of a playbook.
func (*RudderTelemetry) RestorePlaybookRun ¶
func (t *RudderTelemetry) RestorePlaybookRun(playbookRun *app.PlaybookRun, userID string)
RestorePlaybookRun tracks the restoration of the playbook run.
func (*RudderTelemetry) RestoreTask ¶
func (t *RudderTelemetry) RestoreTask(playbookRunID, userID string, task app.ChecklistItem)
RestoreTask tracks the restoring of a checklist item by the user identified by userID in the given playbook run.
func (*RudderTelemetry) RunChannelAction ¶ added in v1.26.0
func (t *RudderTelemetry) RunChannelAction(action app.GenericChannelAction, userID string)
func (*RudderTelemetry) RunTaskSlashCommand ¶
func (t *RudderTelemetry) RunTaskSlashCommand(playbookRunID, userID string, task app.ChecklistItem)
RunTaskSlashCommand tracks the execution of a slash command on a checklist item.
func (*RudderTelemetry) SetAssignee ¶
func (t *RudderTelemetry) SetAssignee(playbookRunID, userID string, task app.ChecklistItem)
SetAssignee tracks the changing of an assignee on an item by the user identified by userID in the given playbook run.
func (*RudderTelemetry) SkipTask ¶
func (t *RudderTelemetry) SkipTask(playbookRunID, userID string, task app.ChecklistItem)
SkipTask tracks the skipping of a checklist item by the user identified by userID in the given playbook run.
func (*RudderTelemetry) StartTrial ¶
func (t *RudderTelemetry) StartTrial(userID string, action string)
func (*RudderTelemetry) Unfollow ¶
func (t *RudderTelemetry) Unfollow(playbookRun *app.PlaybookRun, userID string)
Unfollow tracks userID following a playbook run.
func (*RudderTelemetry) UpdatePlaybook ¶
func (t *RudderTelemetry) UpdatePlaybook(playbook app.Playbook, userID string)
UpdatePlaybook tracks the update of a playbook.
func (*RudderTelemetry) UpdateRetrospective ¶
func (t *RudderTelemetry) UpdateRetrospective(playbookRun *app.PlaybookRun, userID string)
func (*RudderTelemetry) UpdateStatus ¶
func (t *RudderTelemetry) UpdateStatus(playbookRun *app.PlaybookRun, userID string)