package
0.0.0-20240930111939-8d08343a7663
Repository: https://github.com/diycoder/elf.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package daemon is a micro plugin for daemon gateway service.

# Functions

IsRegistered check plugin whether registered global.
NewManager creates a new plugin manager.
NewPlugin makes it easy to create a new plugin.
Plugins lists the global plugins.
Register registers a global plugins.
WithCommand adds commands to a plugin.
WithFlag adds flags to a plugin.
WithHandler adds middleware handlers to.
WithInit sets the init function.
WithName defines the name of the plugin.

# Structs

Options are used as part of a new plugin.

# Interfaces

Manager is the plugin manager which stores plugins and allows them to be retrieved.
Plugin is the interface for plugins to micro.

# Type aliases

Handler is the plugin middleware handler which wraps an existing http.Handler passed in.
No description provided by the author