values

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionIO

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

func NewConnectionIO

func NewConnectionIO(stdin io.Reader, stdout io.Writer, stderr io.Writer, closer func() error) *ConnectionIO

func (*ConnectionIO) Close

func (t *ConnectionIO) Close() error

func (*ConnectionIO) Stderr

func (t *ConnectionIO) Stderr() io.Writer

func (*ConnectionIO) Stdin

func (t *ConnectionIO) Stdin() io.Reader

func (*ConnectionIO) Stdout

func (t *ConnectionIO) Stdout() io.Writer

type HashedPassword

type HashedPassword string

HashedPassword 不明時""

func NewHashedPassword

func NewHashedPassword(hashedPassword string) (HashedPassword, error)

type Password

type Password string

func NewPassword

func NewPassword(password string) (Password, error)

type UserName

type UserName string

func NewUserName

func NewUserName(userName string) (UserName, error)

type Window

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

func NewWindow

func NewWindow(height uint, width uint) *Window

func (*Window) Height

func (w *Window) Height() uint

func (*Window) Width

func (w *Window) Width() uint

type WorkspaceConnectionID

type WorkspaceConnectionID string

func NewWorkspaceConnectionID

func NewWorkspaceConnectionID(id string) WorkspaceConnectionID

type WorkspaceID

type WorkspaceID string

func NewWorkspaceID

func NewWorkspaceID(id string) WorkspaceID

type WorkspaceIO

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

func NewWorkspaceIO

func NewWorkspaceIO(writer io.WriteCloser, reader io.ReadCloser) *WorkspaceIO

func (*WorkspaceIO) ReadCloser

func (wio *WorkspaceIO) ReadCloser() io.ReadCloser

func (*WorkspaceIO) WriteCloser

func (wio *WorkspaceIO) WriteCloser() io.WriteCloser

type WorkspaceName

type WorkspaceName string

func NewWorkspaceName

func NewWorkspaceName(name string) WorkspaceName

type WorkspaceStatus

type WorkspaceStatus int
const (
	// StatusDown the status of a workspace when it is down
	StatusDown WorkspaceStatus = iota
	// StatusUp the status of a workspace when it is up
	StatusUp WorkspaceStatus = iota
)

Jump to

Keyboard shortcuts

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