shared

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runner

type Runner interface {
	Run() string
}

type RunnerPlugin

type RunnerPlugin struct {
	Impl Runner
}

func (RunnerPlugin) Client

func (RunnerPlugin) Client(_ *plugin.MuxBroker, c *rpc.Client) (interface{}, error)

func (*RunnerPlugin) Server

func (r *RunnerPlugin) Server(_ *plugin.MuxBroker) (interface{}, error)

type RunnerRPC

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

func (*RunnerRPC) Run

func (r *RunnerRPC) Run() string

type RunnerRPCServer

type RunnerRPCServer struct {
	Impl Runner
}

func (*RunnerRPCServer) Run

func (r *RunnerRPCServer) Run(_ interface{}, resp *string) error

Jump to

Keyboard shortcuts

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