Documentation ¶
Index ¶
- type CleanupServiceInstrumentation
- type RenderServiceInstrumentation
- func (r *RenderServiceInstrumentation) AttemptingToRenderTemplate(template *domain.Template)
- func (r *RenderServiceInstrumentation) FetchedTemplatesFromStore(fetchErr error) error
- func (r *RenderServiceInstrumentation) FetchedValuesForTemplate(fetchErr error, template *domain.Template) error
- func (r *RenderServiceInstrumentation) WithRepository(repository *domain.GitRepository) domain.RenderServiceInstrumentation
- func (r *RenderServiceInstrumentation) WrittenRenderResultToFile(template *domain.Template, targetPath domain.Path, writeErr error) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanupServiceInstrumentation ¶
type CleanupServiceInstrumentation struct {
// contains filtered or unexported fields
}
func NewCleanupServiceInstrumentation ¶
func NewCleanupServiceInstrumentation(factory logging.LoggerFactory) *CleanupServiceInstrumentation
func (*CleanupServiceInstrumentation) DeletedFile ¶
func (r *CleanupServiceInstrumentation) DeletedFile(file domain.Path)
func (*CleanupServiceInstrumentation) FetchedFilesToDelete ¶
func (r *CleanupServiceInstrumentation) FetchedFilesToDelete(fetchErr error, files []domain.Path) error
func (*CleanupServiceInstrumentation) WithRepository ¶
func (r *CleanupServiceInstrumentation) WithRepository(repository *domain.GitRepository) domain.CleanupServiceInstrumentation
type RenderServiceInstrumentation ¶
type RenderServiceInstrumentation struct {
// contains filtered or unexported fields
}
func NewRenderServiceInstrumentation ¶
func NewRenderServiceInstrumentation(factory logging.LoggerFactory) *RenderServiceInstrumentation
func (*RenderServiceInstrumentation) AttemptingToRenderTemplate ¶
func (r *RenderServiceInstrumentation) AttemptingToRenderTemplate(template *domain.Template)
func (*RenderServiceInstrumentation) FetchedTemplatesFromStore ¶
func (r *RenderServiceInstrumentation) FetchedTemplatesFromStore(fetchErr error) error
func (*RenderServiceInstrumentation) FetchedValuesForTemplate ¶
func (r *RenderServiceInstrumentation) FetchedValuesForTemplate(fetchErr error, template *domain.Template) error
func (*RenderServiceInstrumentation) WithRepository ¶
func (r *RenderServiceInstrumentation) WithRepository(repository *domain.GitRepository) domain.RenderServiceInstrumentation
func (*RenderServiceInstrumentation) WrittenRenderResultToFile ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.