Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { ServiceConfig ServiceDependencies // contains filtered or unexported fields }
func NewService ¶
func NewService(config ServiceConfig, deps ServiceDependencies) (*Service, error)
NewService initializes a new Service.
type ServiceConfig ¶
type ServiceDependencies ¶
type ServiceDependencies struct { Logger *logging.Logger Backend backend.Backend Environment environment.Environment Proxy proxy.Proxy }
Click to show internal directories.
Click to hide internal directories.