Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideService, )
WireSet provides a wire set for this package.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService( ctx context.Context, config *gitspaceevent.Config, gitspaceInfraEventReaderFactory *events.ReaderFactory[*gitspaceinfraevents.Reader], orchestrator orchestrator.Orchestrator, gitspaceSvc *gitspace.Service, eventReporter *gitspaceevents.Reporter, ) (*Service, error)
func ProvideService ¶
func ProvideService( ctx context.Context, config *gitspaceevent.Config, gitspaceInfraEventReaderFactory *events.ReaderFactory[*gitspaceinfraevents.Reader], orchestrator orchestrator.Orchestrator, gitspaceSvc *gitspace.Service, eventReporter *gitspaceevents.Reporter, ) (*Service, error)
Click to show internal directories.
Click to hide internal directories.