Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LookupRequest ¶
type LookupRequest struct { /** * PathParams */ PathParams struct{} /** * QueryParams */ QueryParams struct{} /** * Body */ Body struct { SchemaVersion utils.Version `json:"schema_version" form:"schema_version" xml:"schema_version"` EntityType string `json:"entity_type" form:"entity_type" xml:"entity_type"` RelationNames []string `json:"relation_names" form:"relation_names" xml:"relation_names"` } }
LookupRequest -
type ReadRequest ¶
type ReadRequest struct { /** * PathParams */ PathParams struct { SchemaVersion utils.Version `param:"schema_version"` } /** * QueryParams */ QueryParams struct{} /** * Body */ Body struct{} }
ReadRequest -
Click to show internal directories.
Click to hide internal directories.