Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthURL ¶
type AuthURL struct {
URL string `json:"url"`
}
AuthURL is returned to the user when requesting the auth url
type FileMigratorWeb ¶ added in v0.18.0
type FileMigratorWeb struct {
MigrationStruct func() migration.FileMigrator
}
func (*FileMigratorWeb) Migrate ¶ added in v0.18.0
func (fw *FileMigratorWeb) Migrate(c echo.Context) error
Migrate calls the migration method
func (*FileMigratorWeb) RegisterRoutes ¶ added in v0.18.0
func (fw *FileMigratorWeb) RegisterRoutes(g *echo.Group)
RegisterRoutes registers all routes for migration
func (*FileMigratorWeb) Status ¶ added in v0.18.0
func (fw *FileMigratorWeb) Status(c echo.Context) error
Status returns whether or not a user has already done this migration
type MigrationWeb ¶
MigrationWeb holds the web migration handler
func (*MigrationWeb) AuthURL ¶
func (mw *MigrationWeb) AuthURL(c echo.Context) error
AuthURL is the web handler to get the auth url
func (*MigrationWeb) Migrate ¶
func (mw *MigrationWeb) Migrate(c echo.Context) error
Migrate calls the migration method
func (*MigrationWeb) RegisterRoutes ¶
func (mw *MigrationWeb) RegisterRoutes(g *echo.Group)
RegisterRoutes registers all routes for migration
func (*MigrationWeb) Status ¶
func (mw *MigrationWeb) Status(c echo.Context) error
Status returns whether or not a user has already done this migration
Click to show internal directories.
Click to hide internal directories.