Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnixgramPair ¶
Types ¶
type ControlConn ¶
type Function ¶
type FunctionPool ¶
type FunctionPool struct {
New func() (f *Function, err error)
// contains filtered or unexported fields
}
func (*FunctionPool) Get ¶
func (p *FunctionPool) Get() (f *Function, err error)
func (*FunctionPool) Purge ¶
func (p *FunctionPool) Purge() error
func (*FunctionPool) Put ¶
func (p *FunctionPool) Put(f *Function)
type TCPServer ¶
type TCPServer struct {
// contains filtered or unexported fields
}
func NewTCPServer ¶
type UDPServer ¶
type UDPServer struct {
// contains filtered or unexported fields
}
func NewUDPServer ¶
type UNIXServer ¶
type UNIXServer struct {
// contains filtered or unexported fields
}
func NewUNIXServer ¶
func (*UNIXServer) Close ¶
func (s *UNIXServer) Close() (err error)
func (*UNIXServer) Serve ¶
func (s *UNIXServer) Serve() error
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
local-lambda-server
command
|
|
|
cmd/freezer_example
command
|
|
|
pb
Package nsjail is a generated protocol buffer package.
|
Package nsjail is a generated protocol buffer package. |
Click to show internal directories.
Click to hide internal directories.