backy/pkg/logging/logging.go
2023-01-03 20:09:02 -06:00

11 lines
115 B
Go

package logging
type Logging struct {
Err error
Output string
}
type Logfile struct {
LogfilePath string
}