Documentation
¶
Index ¶
- Variables
- type AtomfsDB
- func (db *AtomfsDB) Close() error
- func (db *AtomfsDB) CreateAtom(name string, atomType types.AtomType, content io.Reader) (types.Atom, error)
- func (db *AtomfsDB) CreateMolecule(name string, atoms []types.Atom) (types.Molecule, error)
- func (db *AtomfsDB) DeleteThing(id int64, table string) error
- func (db *AtomfsDB) GetAtoms() ([]types.Atom, error)
- func (db *AtomfsDB) GetMolecule(name string) (types.Molecule, error)
- func (db *AtomfsDB) GetUnusedAtoms() ([]types.Atom, error)
- func (db *AtomfsDB) RenameThing(id int64, table string, newName string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Schema string = `` /* 856-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
type AtomfsDB ¶
type AtomfsDB struct {
// Expose the DB; although nobody should use it because the helper
// methods should be ok, you never know...
DB *sql.DB
// contains filtered or unexported fields
}
func (*AtomfsDB) CreateAtom ¶
func (*AtomfsDB) CreateMolecule ¶
Click to show internal directories.
Click to hide internal directories.