Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideConnectorHandler, ProvideSCMConnectorHandler, )
WireSet provides a wire set for this package.
Functions ¶
func ProvideSCMConnectorHandler ¶
func ProvideSCMConnectorHandler(secretStore store.SecretStore) *scm.Service
ProvideSCMConnectorHandler provides a SCM connector handler for specifically handling SCM connector related ops.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func ProvideConnectorHandler ¶
func ProvideConnectorHandler( secretStore store.SecretStore, scmService *scm.Service, ) *Service
ProvideConnectorHandler provides a connector handler for handling connector-related ops.
Click to show internal directories.
Click to hide internal directories.