provider

package
v0.0.0-...-5af6bcd Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Apps     string = "apps"
	Capsules string = "capsules"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CategryTemplateProvider

type CategryTemplateProvider interface {
	GetProvider(category string) TemplateProvider
}

type TemplateProvider

type TemplateProvider interface {
	services.Service

	SearchTemplates(name string) []*template.AppTemplate
	GetTemplate(name, version string) *template.AppTemplate
	GetLatestTemplate(name string) *template.AppTemplate
}

type TemplatesSynchronizer

type TemplatesSynchronizer interface {
	services.Service

	Synchronize(ctx context.Context) error
}

Jump to

Keyboard shortcuts

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