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 (*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 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 )
Click to show internal directories.
Click to hide internal directories.