Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromEntityPb ¶
func FromEntityPb(impl *protobufs.DatabaseEntity) data.Entity
func FromSchemaPb ¶
func FromSchemaPb(impl *protobufs.DatabaseEntitySchema) data.EntitySchema
func ToEntityPb ¶
func ToEntityPb(e data.Entity) *protobufs.DatabaseEntity
func ToSchemaPb ¶
func ToSchemaPb(s data.EntitySchema) *protobufs.DatabaseEntitySchema
Types ¶
type Schema ¶
type Schema struct {
// contains filtered or unexported fields
}
func (*Schema) GetFieldNames ¶
func (*Schema) GetFields ¶
func (s *Schema) GetFields() []data.FieldSchema
func (*Schema) SetFields ¶
func (s *Schema) SetFields(fields []data.FieldSchema)
Click to show internal directories.
Click to hide internal directories.