Documentation
¶
Index ¶
Constants ¶
View Source
const LockSchema = `` /* 580-byte string literal not displayed */
language=json
View Source
const NameSchema = `` /* 1755-byte string literal not displayed */
View Source
const TaskSchema = `` /* 1341-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomStruct ¶
type Name ¶
type Name struct {
ID int64 `dynamo:"id,hash" auto:""`
Count int `dynamo:"count,range"`
Created dda.UnixTime `dynamo:"created"`
Desc string `dynamo:"description"`
Desc2 string `dynamo:"description2"`
Done bool `dynamo:"done"`
PriceList []int `dynamo:"priceList"`
Array []*CustomStruct `dynamo:"customs"`
}
Name RangeKeyあり
type Task ¶
type Task struct {
ID int64 `dynamo:"id,hash"`
Desc string `dynamo:"description"`
Created dda.UnixTime `dynamo:"created"`
Done bool `dynamo:"done"`
Done2 bool `dynamo:"done2"`
Count int `dynamo:"count"`
Count64 int64 `dynamo:"count64"`
NameList []string `dynamo:"nameList"`
Proportion float64 `dynamo:"proportion"`
Flag Flag `dynamo:"flag"`
CreatedAt dda.UnixTime `dynamo:"createdAt"`
UpdatedAt dda.UnixTime `dynamo:"updatedAt"`
}
Task RangeKeyなし
Click to show internal directories.
Click to hide internal directories.