Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataContainer ¶
type DataContainer struct {
// contains filtered or unexported fields
}
func NewDataContainer ¶
func NewDataContainer() *DataContainer
func (*DataContainer) Get ¶
func (dc *DataContainer) Get(key string) (value interface{})
func (*DataContainer) Set ¶
func (dc *DataContainer) Set(key string, value interface{})
type Depends ¶
type Depends struct {
// contains filtered or unexported fields
}
func NewDepends ¶
type ServiceA ¶
type ServiceA struct {
// contains filtered or unexported fields
}
func NewServiceA ¶
func NewServiceA() *ServiceA
type ServiceAData ¶
type ServiceB ¶
type ServiceB struct {
// contains filtered or unexported fields
}
func NewServiceB ¶
func NewServiceB() *ServiceB
type ServiceBData ¶
type ServiceC ¶
type ServiceC struct {
// contains filtered or unexported fields
}
func NewServiceC ¶
func NewServiceC() *ServiceC
type ServiceCData ¶
Click to show internal directories.
Click to hide internal directories.