documentations

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDocumentationManager

func NewDocumentationManager(config types.ConfigManager, logger types.Logger, health types.HealthManager, router types.HTTPRouter) (types.DocumentationManager, error)

Types

type DocumentationManager

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

func (*DocumentationManager) IsRunning

func (dm *DocumentationManager) IsRunning() bool

func (*DocumentationManager) Start

func (dm *DocumentationManager) Start() error

func (*DocumentationManager) Stop

func (dm *DocumentationManager) Stop() error

type State

type State int32
const (
	StateStopped State = iota
	StateStarting
	StateRunning
	StateStopping
)

Jump to

Keyboard shortcuts

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