types

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2021 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 PAMRequest

type PAMRequest struct {
	User string
	Pass string
}

PAMRequest is request from rpc client

type PipePair

type PipePair struct {
	Reader *os.File
	Writer *os.File
}

PipePair is a pair of pipe

func (*PipePair) Close

func (pp *PipePair) Close() error

Close the pipe pair

func (*PipePair) Read

func (pp *PipePair) Read(p []byte) (int, error)

Read from pipe pair's reader

func (*PipePair) Write

func (pp *PipePair) Write(p []byte) (int, error)

Write to pipe pair's writer

type ResctrlRequest

type ResctrlRequest struct {
	Name string
	Res  resctrl.ResAssociation
}

ResctrlRequest struct of to rpc server

Jump to

Keyboard shortcuts

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