Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/slog
/ Sync
Method
Sync
internal/syncwriter/syncwriter.go:44–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
43
type
syncer
interface
{
44
Sync() error
45
}
46
47
var
_ syncer = &os.File{}
Callers
1
TestWriter_Sync
Function · 0.65
Implementers
8
Logger
slog.go
fakeSink
slog_test.go
jsonSink
sloggers/slogjson/slogjson.go
stackdriverSink
sloggers/slogstackdriver/slogstackdriv
humanSink
sloggers/sloghuman/sloghuman.go
testSink
sloggers/slogtest/t.go
syncWriter
internal/syncwriter/syncwriter_test.go
Writer
internal/syncwriter/syncwriter.go
Calls
no outgoing calls
Tested by
1
TestWriter_Sync
Function · 0.52