Versions in this module Expand all Collapse all v1 v1.1.0 Aug 16, 2024 Changes in this version + type Condition struct + Field interface{} + Function ovsdb.ConditionFunction + Value interface{} + type DBModel struct + func NewDBModel(name string, models map[string]Model) (*DBModel, error) + func (db DBModel) FindTable(mType reflect.Type) string + func (db DBModel) Name() string + func (db DBModel) NewModel(table string) (Model, error) + func (db DBModel) Types() map[string]reflect.Type + func (db DBModel) Validate(schema *ovsdb.DatabaseSchema) []error + type Model interface + type Mutation struct + Field interface{} + Mutator ovsdb.Mutator + Value interface{}