Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewDaemonImpl)
Functions ¶
This section is empty.
Types ¶
type Daemon ¶
func NewDaemonImpl ¶
func NewDaemonImpl(config *config.Config, operator *biz.DataOperatorUsecase) Daemon
type DaemonImpl ¶
type DaemonImpl struct {
// contains filtered or unexported fields
}
func (*DaemonImpl) Start ¶
func (d *DaemonImpl) Start(ctx context.Context)
Start starts the daemon
It will start the operator to do some operations It is a blocking function
Click to show internal directories.
Click to hide internal directories.