Initial commit
This commit is contained in:
commit
89f483171a
43 changed files with 2245 additions and 0 deletions
5
config.go
Normal file
5
config.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package main
|
||||
|
||||
type SmonConfiguration struct {
|
||||
LogFile string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue