Documentation ¶
Index ¶
- func Init(opt *types.ResolverOption) error
- func Next(ctx context.Context, funcName string) (*types.Node, error)
- func Register(ctx context.Context, funcName string, node *types.Node) error
- func UnRegister(ctx context.Context, funcName string, node *types.Node) error
- func UnRegisterFunc(ctx context.Context, funcName string) error
- type Resolver
- func (r *Resolver) Init(opt *types.ResolverOption) error
- func (r *Resolver) Next(ctx context.Context, funcName string) (*types.Node, error)
- func (r *Resolver) Register(ctx context.Context, funcName string, node *types.Node) error
- func (r *Resolver) UnRegister(ctx context.Context, funcName string, node *types.Node) error
- func (r *Resolver) UnRegisterFunc(ctx context.Context, funcName string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(opt *types.ResolverOption) error
Types ¶
Click to show internal directories.
Click to hide internal directories.