Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecuteContext ¶
type ExecuteContext struct { Kfk *kafkaframe.Kafka Loader FullAndDeltaLoader }
func (ExecuteContext) ExecuteSync ¶
func (s ExecuteContext) ExecuteSync(ctx context.Context) error
type FullAndDeltaLoader ¶
type FullSyncContext ¶
type HRGCliModel ¶
type HRGCliModel interface {
GetId() string
}
type HRModel ¶
type HRModel interface { IsZero() bool GetUpdatedAt() *timestamppb.Timestamp }
type SyncObjer ¶
type SyncObjer interface { HREvent() kafkaemployees.ProtoEvent Len() int TopicName() string }
Click to show internal directories.
Click to hide internal directories.