Documentation ¶ Index ¶ type Abc func NewAbc(lc fx.Lifecycle, logger *zap.Logger) Abc type Abc2 func NewAbc2(lc fx.Lifecycle, logger *zap.Logger, content string) Abc2 type Abc3 func NewAbc3(lc fx.Lifecycle, logger *zap.Logger, abc2 Abc2) Abc3 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Abc ¶ type Abc struct { // contains filtered or unexported fields } func NewAbc ¶ func NewAbc(lc fx.Lifecycle, logger *zap.Logger) Abc type Abc2 ¶ type Abc2 struct { Content string // contains filtered or unexported fields } func NewAbc2 ¶ func NewAbc2(lc fx.Lifecycle, logger *zap.Logger, content string) Abc2 type Abc3 ¶ type Abc3 struct { Abc2 Abc2 // contains filtered or unexported fields } func NewAbc3 ¶ func NewAbc3(lc fx.Lifecycle, logger *zap.Logger, abc2 Abc2) Abc3 Source Files ¶ View all Source files srv1.go srv2.go srv3.go Click to show internal directories. Click to hide internal directories.