Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CronInteractor ¶
type CronInteractor struct {
CronInterface repositorys.CronUsecase
}
type CronServer ¶
type CronServer struct { Cfg *config.ServiceConfig CronInteractor *CronInteractor }
func New ¶
func New(this *CronServer) *CronServer
func (*CronServer) ChunkCountingData ¶
func (cron *CronServer) ChunkCountingData(ctx context.Context) (interface{}, error)
func (*CronServer) CreateDummyData ¶
func (cron *CronServer) CreateDummyData(ctx context.Context) (interface{}, error)
func (*CronServer) Register ¶
func (cron *CronServer) Register() map[string][]cronMiddleware.FuncOrigin
Click to show internal directories.
Click to hide internal directories.