Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service manages all external data sources for credential issuance.
func New ¶
func New(ctx context.Context, remotes map[string]model.Remote, docCache pkgcache.Cache[map[string]*model.CompleteDocument], log *logger.Log) (*Service, error)
New creates a new data sources service, starting all enabled sources.
func (*Service) EduAPIEnabled ¶
EduAPIEnabled returns true if the Edu-API data source is available.
Click to show internal directories.
Click to hide internal directories.