Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro/go-micro
/ Write
Method
Write
codec/codec.go:43–43 ·
view source on GitHub ↗
(*Message, interface{})
Source
from the content-addressed store, hash-verified
41
42
type
Writer
interface
{
43
Write(*Message,
interface
{}) error
44
}
45
46
// Marshaler is a simple encoding interface used for the broker/transport
Callers
15
encode
Function · 0.95
encode
Function · 0.95
key
Function · 0.65
Write
Method · 0.65
Write
Method · 0.65
ReadHeader
Method · 0.65
Publish
Method · 0.65
Send
Method · 0.65
Close
Method · 0.65
Write
Method · 0.65
WriteNetString
Function · 0.65
Write
Method · 0.65
Implementers
15
readWriteCloser
client/rpc_codec.go
rpcCodec
client/rpc_codec.go
grpcCodec
client/grpc/codec.go
fileStore
store/file.go
noopStore
store/noop.go
scopedStore
store/scope.go
memoryStore
store/memory.go
sqlStore
store/postgres/postgres.go
sqlStore
store/postgres/pgx/pgx.go
natsStore
store/nats-js-kv/nats.go
sqlStore
store/mysql/mysql.go
osLog
debug/log/os.go
Calls
no outgoing calls
Tested by
1
TestCodecAnyTypeWrite
Function · 0.52