client

package
v0.2.0-beta.7 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2025 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Run() error
}

type MjaiClient

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

func NewMjaiClient

func NewMjaiClient(reader io.Reader, writer io.Writer, agent agent.Agent) *MjaiClient

func (*MjaiClient) Run

func (c *MjaiClient) Run() error