Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manifest ¶
type Manifest struct { JsonTestData []struct { Data string `json:"data"` } `json:"jsonTestData"` SchemaTestData []struct { Schema string `json:"schema"` Data string `json:"data"` } `json:"schemaTestData"` WireProtocolTestData []WireProtocolTestData `json:"wireProtocolTestData"` }
func ReadManifest ¶
func ReadManifest() *Manifest
type Operation ¶
type Operation struct { Name string RestLiMethod protocol.RestLiMethod Finder *string Action *string Request *http.Request RequestBytes []byte Response *http.Response ResponseBytes []byte Status int }
func (*Operation) TestMethodName ¶
func (*Operation) UnmarshalJSON ¶
type WireProtocolTestData ¶
func (*WireProtocolTestData) UnmarshalJSON ¶
func (d *WireProtocolTestData) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.