Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Services []application.Service
Functions ¶
func NewService7 ¶
func NewService7() application.Service
func NewService8 ¶
func NewService8() (result application.Service)
Types ¶
type ProviderInitialiser ¶
type ProviderInitialiser interface {
InitProvider(provider any)
}
func NewProviderInitialiser ¶
func NewProviderInitialiser() ProviderInitialiser
type ProviderWithMethod ¶
type ProviderWithMethod struct {
OtherService any
}
func (*ProviderWithMethod) Init ¶
func (pm *ProviderWithMethod) Init()
type Service9 ¶
type Service9 struct{}
func (*Service9) TestMethod2 ¶
func (*Service9) TestMethod2()
type ServiceProvider ¶
type ServiceProvider struct { AService application.Service *ProviderWithMethod HeresAnotherOne application.Service }
func MoreServices ¶
func MoreServices() ServiceProvider
Click to show internal directories.
Click to hide internal directories.