objectstoremysql

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ObjectStoreMySQL

type ObjectStoreMySQL struct {
	// contains filtered or unexported fields
}

FIXME: Don't export this

func NewObjectStoreMySQL

func NewObjectStoreMySQL() *ObjectStoreMySQL

Make a new one of these!

func (*ObjectStoreMySQL) Configure

func (r *ObjectStoreMySQL) Configure(config cfg.ConfigIfc) error

func (*ObjectStoreMySQL) GetObject

func (r *ObjectStoreMySQL) GetObject(path string) (*obj.Object, error)

path format: "objectspecname?key1=value1&key2=value2&keyN=valueN

func (*ObjectStoreMySQL) HasObject

func (r *ObjectStoreMySQL) HasObject(path string) (bool, error)

path format: "objectspecname?key1=value1&key2=value2&keyN=valueN

func (*ObjectStoreMySQL) PutObject

func (r *ObjectStoreMySQL) PutObject(path string, object *obj.Object) error

path format: "objectspecname?key1=value1&key2=value2&keyN=valueN blank keys to create with autoincrement; INSERT ... ON DUPLICATE KEY UPDATE syntax for create/update

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL