system

package
v0.9.5 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IService

type IService interface {
	CheckDBVersion(ctx context.Context) error
	SystemVersion(_ context.Context) string
	SystemCommit(_ context.Context) string
	ProcessingID(context.Context) (string, error)
	SetDvSecretKey(context.Context, string) error
	GetLogs(_ context.Context) ([]logger.MemoryLog, error)
}

func New

func New(l logger.ExtendedLogger, store store.IStore, systemVersion, systemCommit string) IService

Jump to

Keyboard shortcuts

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