package advsql func (s *Store) Insert(value interface{}) error { structure, err := objectStructure(value) if err != nil { return err } return nil }