definitions

package
v0.37.3 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FixtureSetsFactory added in v0.24.0

func FixtureSetsFactory(ctx context.Context, config cfg.Config, logger log.Logger, group string) ([]fixtures.FixtureSet, error)

func ModuleFactory

func ModuleFactory(ctx context.Context, config cfg.Config, logger log.Logger) (kernel.Module, error)

func NewHistoryRepository

func NewHistoryRepository(ctx context.Context, config cfg.Config, logger log.Logger) (db_repo.RepositoryReadOnly, error)

func NewRepository

func NewRepository(ctx context.Context, config cfg.Config, logger log.Logger) (db_repo.Repository, error)

Types

type Item

type Item struct {
	db_repo.Model
	db_repo.ChangeHistoryEmbeddable
	Action string
	Name   string
}

type ItemsHistory

type ItemsHistory struct {
	db_repo.ChangeHistoryModel
	Item
}

Jump to

Keyboard shortcuts

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