Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TestSuite = map[string]testsuite.Test{ "RealWorld_TBF": RealWorld_TBF, }
Functions ¶
Types ¶
type Circle ¶
type Circle struct { ID CircleID `json:"id" datastore:"-"` Name string `json:"name"` ImageIDs []ImageID `json:"-"` Images []*Image `json:"images" datastore:"-"` CreatedAt UnixTime `json:"createdAt"` UpdatedAt UnixTime `json:"updatedAt"` }
type Image ¶
type UnixTime ¶
func (UnixTime) FromPropertyValue ¶
func (UnixTime) MarshalJSON ¶
func (UnixTime) ToPropertyValue ¶
func (*UnixTime) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.