yarus_platform

package
v0.0.0-...-4f702ff Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPlatform

type IPlatform interface {
	Stop() error
	DataSubsystem() *data.DataSubsystem
	ReferenceSubsystem() *reference.ReferenceSubsystem
	//SearchSubsystem() *search.SearchSubsystem
	AutoMigrate(metadata *config.Metadata) error
}

type Platform

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

func NewPlatform

func NewPlatform(ctx context.Context, cfg *config.Configuration) (*Platform, error)

func (*Platform) AutoMigrate

func (r *Platform) AutoMigrate(metadata *config.Metadata) error

func (*Platform) DataSubsystem

func (r *Platform) DataSubsystem() *data.DataSubsystem

func (*Platform) ReferenceSubsystem

func (r *Platform) ReferenceSubsystem() *reference.ReferenceSubsystem

func (*Platform) Stop

func (r *Platform) Stop() error

Jump to

Keyboard shortcuts

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