11 lines
115 B
Go
11 lines
115 B
Go
package logging
|
|
|
|
type Logging struct {
|
|
Err error
|
|
Output string
|
|
}
|
|
|
|
type Logfile struct {
|
|
LogfilePath string
|
|
}
|