access

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package access provides interfaces for components that support runtime reloading.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reloadable

type Reloadable interface {
	// Reload refreshes the component's internal state.
	// Implementations should handle errors gracefully and maintain consistency.
	Reload()
}

Reloadable defines an interface for components that can be reloaded at runtime. This is commonly used for configuration objects, caches, or other stateful components that need to refresh their state without restarting the application.

Jump to

Keyboard shortcuts

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