Documentation ¶
Index ¶
- type Logger
- type Plugin
- type RPC
- func (r *RPC) Debug(in string, _ *bool) error
- func (r *RPC) DebugWithContext(in *v1.LogEntry, _ *v1.Response) error
- func (r *RPC) Error(in string, _ *bool) error
- func (r *RPC) ErrorWithContext(in *v1.LogEntry, _ *v1.Response) error
- func (r *RPC) Info(in string, _ *bool) error
- func (r *RPC) InfoWithContext(in *v1.LogEntry, _ *v1.Response) error
- func (r *RPC) Log(in string, _ *bool) error
- func (r *RPC) LogWithContext(in *v1.LogEntry, _ *v1.Response) error
- func (r *RPC) Warning(in string, _ *bool) error
- func (r *RPC) WarningWithContext(in *v1.LogEntry, _ *v1.Response) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RPC ¶
type RPC struct {
// contains filtered or unexported fields
}
func (*RPC) DebugWithContext ¶ added in v4.1.0
func (*RPC) ErrorWithContext ¶ added in v4.2.5
func (*RPC) InfoWithContext ¶ added in v4.1.0
func (*RPC) LogWithContext ¶ added in v4.1.0
Click to show internal directories.
Click to hide internal directories.