migrator

package
v0.0.0-...-99221f3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package migrator 是用于数据迁移的东西

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entity

type Entity interface {
	// ID 要求返回 ID
	ID() int64
	// CompareTo dst 必然也是 Entity,正常来说类型是一样的
	CompareTo(dst Entity) bool
}

Directories

Path Synopsis
mocks
Code generated by MockGen.
Code generated by MockGen.
integration

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL