package structs
import "time"
type LogManagerServerConnection struct {
Id string
DisplayName string
Address string
CreatedAt time.Time
}