|
func NewService(ctx context.Context, router adapter.Router, logger logger.Logger, options option.NTPOptions) (*Service, error) {
|
|
func NewService(ctx context.Context, router adapter.Router, logger logger.Logger, options option.NTPOptions) (*Service, error) {
|
|
ctx, cancel := common.ContextWithCancelCause(ctx)
|
|
ctx, cancel := common.ContextWithCancelCause(ctx)
|