Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ClientModule for fx. ClientModule = fx.Options( v1.Module, fx.Provide(NewClient), ) // CommandModule for fx. CommandModule = fx.Options( ClientModule, fx.Invoke(RunCommand), ) )
Functions ¶
Types ¶
type Client ¶ added in v1.11.0
type Client struct {
// contains filtered or unexported fields
}
Client for migrieren.
Click to show internal directories.
Click to hide internal directories.