package
0.0.0-20241223012724-c583396746a1
Repository: https://github.com/footprintai/restcol.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

APICollectionTypeCOLLECTIONTYPENONE captures enum value "COLLECTION_TYPE_NONE".
APICollectionTypeCOLLECTIONTYPEPROXY captures enum value "COLLECTION_TYPE_PROXY".
APICollectionTypeCOLLECTIONTYPEREGULARFILES captures enum value "COLLECTION_TYPE_REGULAR_FILES".
APICollectionTypeCOLLECTIONTYPETIMESERIES captures enum value "COLLECTION_TYPE_TIMESERIES".
APICollectionTypeCOLLECTIONTYPETRANSACTION captures enum value "COLLECTION_TYPE_TRANSACTION".
APICollectionTypeCOLLECTIONTYPEVECTOR captures enum value "COLLECTION_TYPE_VECTOR".
APIDataFormatDATAFORMATAUTO captures enum value "DATA_FORMAT_AUTO".
APIDataFormatDATAFORMATCSV captures enum value "DATA_FORMAT_CSV".
APIDataFormatDATAFORMATJSON captures enum value "DATA_FORMAT_JSON".
APIDataFormatDATAFORMATMEDIA captures enum value "DATA_FORMAT_MEDIA".
APIDataFormatDATAFORMATUNKNOWN captures enum value "DATA_FORMAT_UNKNOWN".
APIDataFormatDATAFORMATURL captures enum value "DATA_FORMAT_URL".
APIDataFormatDATAFORMATXML captures enum value "DATA_FORMAT_XML".
APISchemaFieldDataTypeSCHEMAFIELDDATATYPEARRAY captures enum value "SCHEMA_FIELD_DATA_TYPE_ARRAY".
APISchemaFieldDataTypeSCHEMAFIELDDATATYPEBOOL captures enum value "SCHEMA_FIELD_DATA_TYPE_BOOL".
APISchemaFieldDataTypeSCHEMAFIELDDATATYPEINTEGER captures enum value "SCHEMA_FIELD_DATA_TYPE_INTEGER".
APISchemaFieldDataTypeSCHEMAFIELDDATATYPENONE captures enum value "SCHEMA_FIELD_DATA_TYPE_NONE".
APISchemaFieldDataTypeSCHEMAFIELDDATATYPENUMBER captures enum value "SCHEMA_FIELD_DATA_TYPE_NUMBER".
APISchemaFieldDataTypeSCHEMAFIELDDATATYPEOBJECT captures enum value "SCHEMA_FIELD_DATA_TYPE_OBJECT".
APISchemaFieldDataTypeSCHEMAFIELDDATATYPESTRING captures enum value "SCHEMA_FIELD_DATA_TYPE_STRING".
ProtobufNullValueNULLVALUE captures enum value "NULL_VALUE".

# Structs

APICollectionMetadata api collection metadata swagger:model apiCollectionMetadata.
APICreateCollectionResponse api create collection response swagger:model apiCreateCollectionResponse.
APICreateDocumentResponse api create document response swagger:model apiCreateDocumentResponse.
APIDataMetadata api data metadata swagger:model apiDataMetadata.
APIGetCollectionResponse api get collection response swagger:model apiGetCollectionResponse.
APIGetDocumentResponse api get document response swagger:model apiGetDocumentResponse.
APIHTTPBody Message that represents an arbitrary HTTP body.
APIQueryDocumentResponse api query document response swagger:model apiQueryDocumentResponse.
APISchemaField api schema field swagger:model apiSchemaField.
ProtobufAny `Any` contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.
RestColServiceCreateCollectionBody rest col service create collection body swagger:model RestColServiceCreateCollectionBody.
RestColServiceCreateDocumentBody rest col service create document body swagger:model RestColServiceCreateDocumentBody.
RPCStatus rpc status swagger:model rpcStatus.

# Interfaces

APIDeleteCollectionResponse api delete collection response swagger:model apiDeleteCollectionResponse.
APIDeleteDocumentResponse api delete document response swagger:model apiDeleteDocumentResponse.
APIListCollectionsResponse api list collections response swagger:model apiListCollectionsResponse.

# Type aliases

APICollectionType api collection type swagger:model apiCollectionType.
APIDataFormat api data format swagger:model apiDataFormat.
APISchemaFieldDataType api schema field data type swagger:model apiSchemaFieldDataType.
ProtobufNullValue `NullValue` is a singleton enumeration to represent the null value for the `Value` type union.