package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Apr 15, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Bucket struct {
Base `storm:"inline"`
Uid string `storm:"unique"`
Prop map[string]string `sql:",hstore"`
FileName []string `sql:",array"`
FileType []string `sql:",array"`
FileLen []int64 `sql:",array"`
FileHash []string `sql:",array"`
}
type Class struct {
Base
}
type User struct {
Base `storm:"inline"`
Name string `storm:"unique"`
Password string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.