model

package
v0.0.0-...-18bfe34 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2021 License: LGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(webscaff *scaffold.WebappScaffold)

func SaveDbFile

func SaveDbFile(dbfile *Dbfile) error

Types

type Dbfile

type Dbfile struct {
	FileId      string `mx.orm:"file_id"`
	Metadata    string `mx.orm:"metadata"`
	Filecontent []byte `mx.orm:"filecontent"`

	TimeCreated int64 `mx.orm:"time_created"`
	TimeUpdated int64 `mx.orm:"time_updated"`
}

func LoadDbFileByFileId

func LoadDbFileByFileId(fileId string) (*Dbfile, error)

Jump to

Keyboard shortcuts

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