Documentation
¶
Index ¶
- type Conn
- func (m *Conn) Close() error
- func (m *Conn) LocalAddr() net.Addr
- func (m *Conn) Read(b []byte) (int, error)
- func (m *Conn) RemoteAddr() net.Addr
- func (m *Conn) SetDeadline(t time.Time) error
- func (m *Conn) SetReadDeadline(t time.Time) error
- func (m *Conn) SetWriteDeadline(t time.Time) error
- func (m *Conn) Write(b []byte) (int, error)
- type FileWriteStringObj
- type IoutilReadAllObj
- type JsonUnmarshalObj
- type ReaderReadBytesObj
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
func (*Conn) RemoteAddr ¶
type FileWriteStringObj ¶
type FileWriteStringObj struct {
// contains filtered or unexported fields
}
func (*FileWriteStringObj) Reset ¶
func (stub *FileWriteStringObj) Reset()
func (*FileWriteStringObj) UseFunction ¶
type IoutilReadAllObj ¶
type IoutilReadAllObj struct {
// contains filtered or unexported fields
}
-------------------- ioutil.ReadAll
func (*IoutilReadAllObj) Execute ¶
func (stub *IoutilReadAllObj) Execute(r io.Reader) ([]byte, error)
func (*IoutilReadAllObj) Reset ¶
func (stub *IoutilReadAllObj) Reset()
func (*IoutilReadAllObj) UseFunction ¶
func (stub *IoutilReadAllObj) UseFunction(toCall func(r io.Reader) ([]byte, error))
type JsonUnmarshalObj ¶
type JsonUnmarshalObj struct {
// contains filtered or unexported fields
}
-------------------- json.Unmarshal
func (*JsonUnmarshalObj) Execute ¶
func (stub *JsonUnmarshalObj) Execute(data []byte, v interface{}) error
func (*JsonUnmarshalObj) Reset ¶
func (stub *JsonUnmarshalObj) Reset()
func (*JsonUnmarshalObj) UseFunction ¶
func (stub *JsonUnmarshalObj) UseFunction(toCall func(data []byte, v interface{}) error)
type ReaderReadBytesObj ¶
type ReaderReadBytesObj struct {
// contains filtered or unexported fields
}
-------------------- Reader.ReadBytes
func (*ReaderReadBytesObj) Reset ¶
func (stub *ReaderReadBytesObj) Reset()
func (*ReaderReadBytesObj) UseFunction ¶
Click to show internal directories.
Click to hide internal directories.