plugin

package module
v0.0.0-...-5a18b7a Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2025 License: MIT Imports: 2 Imported by: 2

Documentation

Overview

Package plugin 提供 trpc 启动配置中的 plugin 工具

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bind

func Bind[T any](typ, name string, target *T)

Bind 将 plugins 配置与本地存储绑定

func Register

func Register[T any](typ, name string, receiver func(*T) error, opts ...Option)

Register 注册 plugin 配置。请在 init 阶段调用或 NewServer 之前调用。

Types

type Option

type Option func(*options)

func WithDependsOn

func WithDependsOn(deps ...string) Option

WithDependsOn 指定 plugin 的强依赖关系

func WithFlexDependsOn

func WithFlexDependsOn(deps ...string) Option

WithFlexDependsOn 指定 plugin 的弱依赖关系

Jump to

Keyboard shortcuts

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