Documentation
¶
Index ¶
- func Load(m *pkg.Manifest, pkgdir string) error
- func NewStdioConn(stdin, stdout *os.File, cmd *exec.Cmd) net.Conn
- func RegisterExporter(proto string, flags location.Flags, exe string, args []string) error
- func RegisterImporter(proto string, flags location.Flags, exe string, args []string) error
- func RegisterStorage(proto string, flags location.Flags, exe string, args []string) error
- func Unload(m *pkg.Manifest) error
- type StdioConn
- func (c *StdioConn) Close() (ret error)
- func (c *StdioConn) LocalAddr() net.Addr
- func (c *StdioConn) Read(b []byte) (int, error)
- func (c *StdioConn) RemoteAddr() net.Addr
- func (c *StdioConn) SetDeadline(t time.Time) error
- func (c *StdioConn) SetReadDeadline(t time.Time) error
- func (c *StdioConn) SetWriteDeadline(t time.Time) error
- func (c *StdioConn) Write(b []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterExporter ¶ added in v1.1.0
func RegisterImporter ¶ added in v1.1.0
func RegisterStorage ¶ added in v1.1.0
Types ¶
type StdioConn ¶
type StdioConn struct {
// contains filtered or unexported fields
}
func (*StdioConn) RemoteAddr ¶
Click to show internal directories.
Click to hide internal directories.