Documentation ¶
Index ¶
- type Partition
- func (p *Partition) GetControllerPartitionId() string
- func (p *Partition) GetWorkerPartitionId() string
- func (p *Partition) Shutdown() error
- func (p *Partition) StartControllerPartition(ctx context.Context) (func() error, error)
- func (p *Partition) StartTenantWorkerPartition(ctx context.Context) (func() error, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Partition ¶
type Partition struct {
// contains filtered or unexported fields
}
func NewPartition ¶
func NewPartition(l *zerolog.Logger, repo repository.TenantEngineRepository) (*Partition, error)
func (*Partition) GetControllerPartitionId ¶
func (*Partition) GetWorkerPartitionId ¶
func (*Partition) StartControllerPartition ¶
Click to show internal directories.
Click to hide internal directories.