Documentation
¶
Overview ¶
Package whiteboard registers Board-domain EventKeys.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BoardWhiteboardUpdatedV1Data ¶
type BoardWhiteboardUpdatedV1Data struct {
// WhiteboardID is the id of the whiteboard whose content was updated.
WhiteboardID string `json:"whiteboard_id"`
// OperatorIDs lists the operators that produced this update batch.
OperatorIDs []OperatorID `json:"operator_ids"`
}
BoardWhiteboardUpdatedV1Data is the flattened whiteboard updated source payload.
type OperatorID ¶
type OperatorID struct {
// OpenID is the operator's open_id within the current app.
OpenID string `json:"open_id"`
// UnionID is the operator's union_id across apps under the same ISV.
UnionID string `json:"union_id"`
// UserID is the operator's user_id within the tenant.
UserID string `json:"user_id"`
}
OperatorID identifies an operator that produced the whiteboard update, expressed in the three Lark identity formats.
Click to show internal directories.
Click to hide internal directories.