Documentation
¶
Index ¶
- type Adaptor
- func (r Adaptor) Delete(m message.Msg) error
- func (r Adaptor) From(op ops.Op, namespace string, d data.Data) message.Msg
- func (r Adaptor) Insert(m message.Msg) error
- func (r Adaptor) MustUseSession(conn interface{}) message.Adaptor
- func (r Adaptor) Name() string
- func (r Adaptor) Update(m message.Msg) error
- func (r Adaptor) UseSession(conn interface{}) (message.Adaptor, error)
- type Message
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adaptor ¶
type Adaptor struct {
// contains filtered or unexported fields
}
func (Adaptor) MustUseSession ¶
Click to show internal directories.
Click to hide internal directories.