mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
add container log struct to models, collectors
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
var log = logging.Init()
|
||||
|
||||
type LogCollector interface {
|
||||
Stream() chan string
|
||||
Stream() chan models.Log
|
||||
Stop()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user