materials

package
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractLinks(viewContent string) []string

func MatchesWeek

func MatchesWeek(themeName string, week int) bool

func SanitizeFilename

func SanitizeFilename(name string) string

Types

type EventCallback

type EventCallback func(event model.MaterialEvent)

type GitLabDownloader

type GitLabDownloader interface {
	DownloadGitLabLink(ctx context.Context, link, destDir string) ([]string, error)
}

type LMSClient

type LMSClient interface {
	ResolveCourse(ctx context.Context, query string) (int, string, error)
	GetCourseOverview(ctx context.Context, courseID int) (*cu.CourseOverview, error)
	GetLongReadContent(ctx context.Context, longReadID int) (*cu.MaterialsResponse, error)
	DownloadFile(ctx context.Context, material cu.Material, destDir string) (string, error)
}

type UseCase

type UseCase struct {
	// contains filtered or unexported fields
}

func New

func New(lms LMSClient, gitlab GitLabDownloader) *UseCase

func (*UseCase) Download

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL