models

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package models contains the model definitions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message struct {
	ID         string     `depot:"id,id"`
	Text       string     `depot:"text"`
	OrderIndex int        `depot:"order_index"`
	Length     float32    `depot:"len"`
	Attachment []byte     `depot:"attachment"`
	Created    time.Time  `depot:"created"`
	Updated    *time.Time `depot:"updated,nullable"`
}

Message demonstrates a persistent struct showing several mapped fields.

Jump to

Keyboard shortcuts

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