Documentation
¶
Index ¶
- type Container
- func (c *Container) BatchProcessingService() *application.BatchProcessingService
- func (c *Container) Config() config.Config
- func (c *Container) GithubAuthorizedHTTPClient() *http.Client
- func (c *Container) GithubContentService() *infrastructure.GithubContentService
- func (c *Container) GithubPullRequestService() *infrastructure.GithubPullRequestService
- func (c *Container) GithubRESTClient() *github.Client
- func (c *Container) GithubRepositoryService() *infrastructure.GithubRepositoryService
- func (c *Container) LoadBatch(filename string) (*batch.Config, error)
- func (c *Container) Logger() *log.Logger
- func (c *Container) TransformerService() *transformer.Default
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func NewContainer ¶
func NewContainer() *Container
func (*Container) BatchProcessingService ¶
func (c *Container) BatchProcessingService() *application.BatchProcessingService
func (*Container) GithubAuthorizedHTTPClient ¶
func (*Container) GithubContentService ¶
func (c *Container) GithubContentService() *infrastructure.GithubContentService
func (*Container) GithubPullRequestService ¶
func (c *Container) GithubPullRequestService() *infrastructure.GithubPullRequestService
func (*Container) GithubRESTClient ¶
func (*Container) GithubRepositoryService ¶
func (c *Container) GithubRepositoryService() *infrastructure.GithubRepositoryService
func (*Container) TransformerService ¶
func (c *Container) TransformerService() *transformer.Default
Click to show internal directories.
Click to hide internal directories.