v0.1.6 changed target check interval per stream, version info added, makefile added
This commit is contained in:
@ -4,9 +4,10 @@ package logstream
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"logwisp/src/internal/config"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"logwisp/src/internal/config"
|
||||
)
|
||||
|
||||
func (ls *LogStream) Shutdown() {
|
||||
|
||||
Reference in New Issue
Block a user