Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNamespaceUnknown = errors.New("namespace unknown") ErrMalformedPageToken = errors.New("malformed page token") )
Functions ¶
This section is empty.
Types ¶
type Migrator ¶
type Migrator interface {
MigrationBox(context.Context) (*popx.MigrationBox, error)
}
type MigratorProvider ¶
type MigratorProvider interface {
Migrator() Migrator
}
Click to show internal directories.
Click to hide internal directories.