app

package module
v4.4.5 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2024 License: MIT Imports: 5 Imported by: 1

README

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	NamedLogger(name string) *zap.Logger
}

type Plugin

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

func (*Plugin) Init

func (p *Plugin) Init(log Logger) error

func (*Plugin) Name

func (p *Plugin) Name() string

func (*Plugin) RPC

func (p *Plugin) RPC() any

type RPC

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

func (*RPC) Debug

func (r *RPC) Debug(in string, _ *bool) error

func (*RPC) DebugWithContext added in v4.1.0

func (r *RPC) DebugWithContext(in *v1.LogEntry, _ *v1.Response) error

func (*RPC) Error

func (r *RPC) Error(in string, _ *bool) error

func (*RPC) ErrorWithContext added in v4.2.5

func (r *RPC) ErrorWithContext(in *v1.LogEntry, _ *v1.Response) error

func (*RPC) Info

func (r *RPC) Info(in string, _ *bool) error

func (*RPC) InfoWithContext added in v4.1.0

func (r *RPC) InfoWithContext(in *v1.LogEntry, _ *v1.Response) error

func (*RPC) Log

func (r *RPC) Log(in string, _ *bool) error

func (*RPC) LogWithContext added in v4.1.0

func (r *RPC) LogWithContext(in *v1.LogEntry, _ *v1.Response) error

func (*RPC) Warning

func (r *RPC) Warning(in string, _ *bool) error

func (*RPC) WarningWithContext added in v4.1.0

func (r *RPC) WarningWithContext(in *v1.LogEntry, _ *v1.Response) error

Jump to

Keyboard shortcuts

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