Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API -
func (*API) ExportMetadata ¶
func (api *API) ExportMetadata(data interface{}) (ExportMetadataResponse, error)
ExportMetadata -
func (*API) ReplaceMetadata ¶
ReplaceMetadata -
type ExportMetadataResponse ¶
type ExportMetadataResponse struct {
Tables []map[string]interface{} `json:"tables"`
}
ExportMetadataResponse -
Click to show internal directories.
Click to hide internal directories.