# Functions
GetSwagger returns the Swagger specification corresponding to the generated code in this file.
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
RegisterHandlers creates http.Handler with routing matching OpenAPI spec.
RegisterHandlersWithOptions creates http.Handler with additional options.
# Structs
CreateNodeRecordsMultipartBody defines parameters for CreateNodeRecords.
CreateRecordsRequest The object is used for records creation.
CreateRecordsResult The object is used as a response of the records creation request.
DeleteNodeParams defines parameters for DeleteNode.
DeleteNodesRequest The object is used to delete multiple nodes at a time.
Format The object describes a data format.
Formats The object is used as a response of the formats list request.
GinServerOptions provides options for the Gin server.
ListNodeRecordsParams defines parameters for ListNodeRecords.
ListNodesParams defines parameters for ListNodes.
ListNodesResult The object is used as a response of the nodes list request.
ListRecordsResult The object is used a response to the list records request.
Node The object describes the index node.
PatchRecordsRequest The object is used to upsert and delete the node records.
PatchRecordsResult The object is used as a response to the patch records request.
Record The object contains information about the index record.
SearchRecordsRequest The object is used to perform search across the index records.
SearchRecordsResult The object is used as a response to the search records request.
SearchRecordsResultItem The object is used as an item in the search records response.
ServerInterfaceWrapper converts contexts to parameters.
# Interfaces
ServerInterface represents all server handlers.
# Type aliases
ConditionFilter defines model for ConditionFilter.
CreatedAfterFilter defines model for CreatedAfterFilter.
CreatedBeforeFilter defines model for CreatedBeforeFilter.
CreateFormatJSONRequestBody defines body for CreateFormat for application/json ContentType.
CreateNodeRecordsJSONRequestBody defines body for CreateNodeRecords for application/json ContentType.
CreateNodeRecordsMultipartRequestBody defines body for CreateNodeRecords for multipart/form-data ContentType.
DeleteNodesJSONRequestBody defines body for DeleteNodes for application/json ContentType.
Force defines model for Force.
FormatFilter defines model for FormatFilter.
FormatId defines model for FormatId.
Limit defines model for Limit.
No description provided by the author
NodeType The object describes the index node type.
Offset defines model for Offset.
PageId defines model for PageId.
PatchNodeRecordsJSONRequestBody defines body for PatchNodeRecords for application/json ContentType.
Path defines model for Path.
SearchJSONRequestBody defines body for Search for application/json ContentType.
Tags The object describes the node tags.
TagsFilter The object describes the node tags.
UpdateNodeJSONRequestBody defines body for UpdateNode for application/json ContentType.