Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TabletRepo ¶
type TabletService ¶
type TabletService struct {
// contains filtered or unexported fields
}
func NewTabletService ¶
func NewTabletService(repo TabletRepo, kafkaUrl string, kafkaCfg *sarama.Config) (*TabletService, error)
func (*TabletService) Close ¶
func (ts *TabletService) Close()
func (*TabletService) Create ¶
func (ts *TabletService) Create(ctx context.Context, createDTO *dto.CreateTabletDTO) (*models.Tablet, error)
Click to show internal directories.
Click to hide internal directories.