Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrMindHandlerNotDefined = errors.New("mind handler is not defined")
)
Functions ¶
This section is empty.
Types ¶
type CallOptions ¶
type CallResponse ¶
type Handler ¶
type Handler interface {
Call(opt *CallOptions) (*CallResponse, error)
}
type Mind ¶
type Mind struct {
// contains filtered or unexported fields
}
func (*Mind) Call ¶
func (m *Mind) Call(opt *CallOptions) (*CallResponse, error)
func (*Mind) SetHandler ¶
Click to show internal directories.
Click to hide internal directories.