package service import "errors" var ( ErrProviderNotFound = errors.New("provider not found") )