Documentation ¶
Overview ¶
Package types provides primitives to interact with the openapi HTTP API.
Code generated by github.com/deepmap/oapi-codegen/v2 version v2.1.0 DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiResponse ¶
type ApiResponse struct { Code *int `json:"code,omitempty"` Data *map[string]interface{} `json:"data,omitempty"` Msg *string `json:"msg,omitempty"` }
ApiResponse defines model for ApiResponse.
type RecordRequest ¶
type RecordRequest struct {
Data string `json:"data"`
}
RecordRequest defines model for RecordRequest.
type ResultsResponse ¶
type ResultsResponse struct {
Items *Items `json:"items,omitempty"`
}
ResultsResponse defines model for ResultsResponse.
type SEError ¶
type SEError struct { DbName string `json:"dbName,omitempty"` Error string `json:"error,omitempty"` Key string `json:"key,omitempty"` Kind SEErrorKind `json:"kind,omitempty"` Value string `json:"value,omitempty"` }
SEError defines model for SEError.
type SEErrorKind ¶
type SEErrorKind string
SEErrorKind defines model for SEError.Kind.
const ( Db SEErrorKind = "db" Messaging SEErrorKind = "messaging" )
Defines values for SEErrorKind.
type SearchResponse ¶
type SearchResponse = []string
SearchResponse defines model for SearchResponse.
type SelectionRequest ¶
type SelectionRequest struct { Query string `json:"query"` SelectedKey string `json:"selectedKey"` }
SelectionRequest defines model for SelectionRequest.
Click to show internal directories.
Click to hide internal directories.