loggergen

package
v0.0.0-...-4f71f7c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoggerDto

type LoggerDto struct {
	Path string
}

type LoggerGen

type LoggerGen interface {
	CreateLoggerDir(dto LoggerDto) error
	CreateDefaultLoggerFile(dto LoggerDto) error
}

type LoggerGenImpl

type LoggerGenImpl struct {
	// contains filtered or unexported fields
}

func NewLoggerGen

func NewLoggerGen(
	fs database.FileSystem,
) *LoggerGenImpl

func (LoggerGenImpl) CreateDefaultLoggerFile

func (s LoggerGenImpl) CreateDefaultLoggerFile(dto LoggerDto) error

func (LoggerGenImpl) CreateLoggerDir

func (s LoggerGenImpl) CreateLoggerDir(dto LoggerDto) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL