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 *Config, gitspaceEventReaderFactory *events.ReaderFactory[*gitspaceevents.Reader], gitspaceEventStore store.GitspaceEventStore, ) (*Service, error)
func ProvideService ¶
func ProvideService(ctx context.Context, config *Config, gitspaceEventReaderFactory *events.ReaderFactory[*gitspaceevents.Reader], gitspaceEventStore store.GitspaceEventStore, ) (*Service, error)
Click to show internal directories.
Click to hide internal directories.