Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TestSchema = struct {
Id testId
Title testTitle
SubTest testSubTest
SubTests testSubTests
M testM
}{}
TestSchema is the set of path selectors for the Test type.
Functions ¶
Types ¶
type TestUpdates ¶
type TestUpdates struct { Title *string `json:"title,omitempty"` SubTest **v1.SubTest `json:"subTest,omitempty"` SubTests *[]*v1.SubTest `json:"subTests,omitempty"` M *map[string]string `json:"m,omitempty"` }
TestUpdates is an updates type that can be passed to *nidhi.Store.Update and *nidhi.Store.UpdateMany
func (*TestUpdates) WriteJSON ¶
func (u *TestUpdates) WriteJSON(w *_go.Stream)
Click to show internal directories.
Click to hide internal directories.