definitions

package
v0.41.0 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LanguagesRepository

type LanguagesRepository interface {
	GetAll() (languages []*entities.Language, err error)
	GetByUUID(uuid string) (language *entities.Language, err error)

	GetTemplateArchiveUUIDByLanguageUUID(uuid string) (templateUUID string, err error)
	GetTemplateBytes(uuid string) (template []byte, err error)
}

Jump to

Keyboard shortcuts

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