mirror of
https://github.com/bitmagnet-io/bitmagnet.git
synced 2026-07-29 07:23:38 -04:00
8 lines
102 B
Go
8 lines
102 B
Go
package app
|
|
|
|
import "go.uber.org/fx"
|
|
|
|
type Builder interface {
|
|
Build(options ...fx.Option) *fx.App
|
|
}
|