Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CryptService ¶
type DriveNativeFactory ¶
type DriveNativeFactory interface {
Build() *domain.BuildSource
}
type Factory ¶
type Factory interface { NewDriveNative(cfg domain.EnvConfig) DriveNativeFactory NewCryptService() CryptService NewMessageBroker() MessageBroker }
func NewServiceFactory ¶
func NewServiceFactory(cfg domain.SpringCloudConfig) Factory
type MessageBroker ¶
Click to show internal directories.
Click to hide internal directories.