module

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2025 License: AGPL-3.0 Imports: 3 Imported by: 14

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterModuleWithPriority

func RegisterModuleWithPriority(mod Module, priority int)

func RegisterPluginWithPriority

func RegisterPluginWithPriority(mod Module, priority int)

func RegisterSystemModule

func RegisterSystemModule(mod Module)

func RegisterUserPlugin

func RegisterUserPlugin(mod Module)

func Start

func Start()

func Stop

func Stop()

Types

type Module

type Module interface {
	Setup()
	Start() error
	Stop() error
	Name() string
}

Module defines system level module structure

type ModuleItem

type ModuleItem struct {
	Value    Module
	Priority int
}

type Modules

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

func (*Modules) Sort

func (receiver *Modules) Sort()

Jump to

Keyboard shortcuts

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