cy

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2024 License: MIT Imports: 34 Imported by: 0

README

cy

Package cy contains cy's server and Janet API.

Documentation

Index

Constants

View Source
const (
	REPLAY_PROMPT = "\033Pcy\033\\\033[0;31m▸▸cy▹\033[0m \033[0;31m\033[0m\033[00m"
)

Variables

View Source
var CY_BOOT_FILE []byte
View Source
var DOCS_CY string

Functions

func FindConfig added in v0.1.13

func FindConfig() string

func FindDataDir added in v0.1.13

func FindDataDir() string

Types

type Client

type Client struct {
	deadlock.RWMutex
	util.Lifetime
	// contains filtered or unexported fields
}

func (*Client) Attach

func (c *Client) Attach(node tree.Node) error

func (*Client) Binds added in v0.1.11

func (c *Client) Binds() (binds []api.Binding)

func (*Client) Detach

func (c *Client) Detach()

func (*Client) Frame added in v0.1.6

func (c *Client) Frame() *frames.Framer

func (*Client) Get added in v0.1.10

func (c *Client) Get(key string) (value interface{}, ok bool)

func (*Client) HistoryBackward added in v0.2.0

func (c *Client) HistoryBackward() error

func (*Client) HistoryForward added in v0.2.0

func (c *Client) HistoryForward() error

func (*Client) Kill added in v0.2.0

func (c *Client) Kill()

func (*Client) Margins added in v0.1.6

func (c *Client) Margins() *screen.Margins

func (*Client) Node

func (c *Client) Node() tree.Node

func (*Client) OuterLayers added in v0.1.6

func (c *Client) OuterLayers() *screen.Layers

func (*Client) Params added in v0.1.6

func (c *Client) Params() *params.Parameters

func (*Client) Read added in v0.1.10

func (c *Client) Read(p []byte) (n int, err error)

func (*Client) Resize

func (c *Client) Resize(size geom.Vec2) error

func (*Client) Toast added in v0.2.0

func (c *Client) Toast(toast toasts.Toast)

func (*Client) Write added in v0.1.10

func (c *Client) Write(data []byte) (n int, err error)

type ClientID added in v0.1.6

type ClientID = int32

type ClientOptions added in v0.1.10

type ClientOptions = P.HandshakeMessage

type Cy

type Cy struct {
	util.Lifetime
	deadlock.RWMutex
	*janet.VM
	// contains filtered or unexported fields
}

func NewTestServer added in v0.2.0

func NewTestServer() (*Cy, func(geom.Size) (*Client, error), error)

func Start

func Start(ctx context.Context, options Options) (*Cy, error)

func (*Cy) ExecuteJanet added in v0.1.13

func (c *Cy) ExecuteJanet(path string) error

func (*Cy) Log added in v0.2.0

func (c *Cy) Log(level zerolog.Level, message string)

func (*Cy) NewClient added in v0.1.10

func (c *Cy) NewClient(ctx context.Context, options ClientOptions) (*Client, error)

func (*Cy) Shutdown

func (c *Cy) Shutdown() error

type CyModule added in v0.1.6

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

func (*CyModule) Detach added in v0.1.6

func (c *CyModule) Detach(user interface{})

func (*CyModule) Documentation added in v0.1.6

func (i *CyModule) Documentation() string

func (*CyModule) KillServer added in v0.1.6

func (c *CyModule) KillServer()

func (*CyModule) Paste added in v0.1.6

func (c *CyModule) Paste(user interface{})

func (*CyModule) ReloadConfig added in v0.1.13

func (c *CyModule) ReloadConfig() error

type Environment added in v0.1.6

type Environment map[string]string

func (Environment) Default added in v0.1.6

func (e Environment) Default(key string, defaultValue string) string

func (Environment) Get added in v0.1.6

func (e Environment) Get(key string) (string, bool)

func (Environment) IsSet added in v0.1.6

func (e Environment) IsSet(key string) bool

type Options

type Options struct {
	// The initial Janet script, typically ~/.cyrc.janet.
	Config string
	// The default directory in which to store data (e.g. recorded
	// sessions).
	DataDir string
	// The default shell
	Shell string
	// Whether to show the splash screen on client join
	HideSplash bool
	// Whether to skip blocking (input/*) API calls. Just for testing.
	SkipInput bool
}

type ToastLogger added in v0.1.5

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

func NewToastLogger added in v0.1.5

func NewToastLogger(send func(toasts.Toast)) *ToastLogger

func (*ToastLogger) Error added in v0.1.5

func (t *ToastLogger) Error(msg string)

func (*ToastLogger) Info added in v0.1.5

func (t *ToastLogger) Info(msg string)

func (*ToastLogger) Send added in v0.1.5

func (t *ToastLogger) Send(toast toasts.Toast)

func (*ToastLogger) Warn added in v0.1.5

func (t *ToastLogger) Warn(msg string)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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