Documentation
¶
Index ¶
- type MySQL
- func (m *MySQL) BulkDelete(req []metadata2.DeleteRequest) error
- func (m *MySQL) BulkGet(req []metadata2.GetRequest) (bool, []metadata2.BulkGetResponse, error)
- func (m *MySQL) BulkSet(req []metadata2.SetRequest) error
- func (m *MySQL) Delete(req *metadata2.DeleteRequest) error
- func (m *MySQL) Features() []metadata2.Feature
- func (m *MySQL) Get(req *metadata2.GetRequest) (*metadata2.GetResponse, error)
- func (m *MySQL) Init(metadata metadata2.Metadata) error
- func (m *MySQL) Ping() error
- func (m *MySQL) Set(req *metadata2.SetRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQL ¶
type MySQL struct {
// contains filtered or unexported fields
}
func (*MySQL) BulkDelete ¶
func (m *MySQL) BulkDelete(req []metadata2.DeleteRequest) error
func (*MySQL) BulkGet ¶
func (m *MySQL) BulkGet(req []metadata2.GetRequest) (bool, []metadata2.BulkGetResponse, error)
func (*MySQL) Get ¶
func (m *MySQL) Get(req *metadata2.GetRequest) (*metadata2.GetResponse, error)
Click to show internal directories.
Click to hide internal directories.