mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-07 06:30:53 +08:00
6 lines
56 B
Go
6 lines
56 B
Go
package model
|
|
|
|
type LogEntry struct {
|
|
Content string
|
|
}
|