package
Version:
v1.129.0
Opens a new window with list of versions in this module.
Published: Jun 27, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Error struct {
Message string `json:"message,omitempty"`
}
Error for HTTP.
type MigrateRequest struct {
Database string `json:"database,omitempty"`
Version uint64 `json:"version,omitempty"`
}
MigrateRequest for a specific database and version.
type MigrateResponse struct {
Meta map[string]string `json:"meta,omitempty"`
Error *Error `json:"error,omitempty"`
Migration *Migration `json:"migration,omitempty"`
}
MigrateResponse for a specific database and version.
type Migration struct {
Database string `json:"database,omitempty"`
Logs []string `json:"logs,omitempty"`
Version uint64 `json:"version,omitempty"`
}
Migration for a specific database and version with logs.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.